#e5d0b1 Color Hex Blonde Wool

Information about Blonde Wool Color | #0000FF

#e5d0b1 color RGB value is (229,208,177). #e5d0b1 color name is Blonde Wool color.

#e5d0b1 hex color red value is 229 , green value is 208 and the blue value of its RGB is 177 . Cylindrical-coordinate representations (also known as HSL) of color #e5d0b1 hue: 36 , saturation: 50 and the lightness value of #e5d0b1 is 80

The process color (four color CMYK) of #e5d0b1 color hex is 0 , 4 ,9, 4 .

#e5d0b1

~Blonde Wool

Color Converions

HEX
#e5d0b1
RGB
229,208,177
LAB
85,4,18
CMYK
0,9,23,10
LCH
85,19,78
XYZ
63,65,51
HSV
36,23,90
HSL
36,50,80

Base Numbers

Base Red Green Blue
Binary 11100101 11010000 10110001
Octal 345 320 261
Decimal 229 208 177
Hex e5 d0 b1

RGB Percentages of Color #e5d0b1

90%
82%
69%

CMYK Percentages of Color #e5d0b1

0%
9%
4%
4%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #e5d0b1

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#e5d0b1
20%
#cebb9f
30%
#b7a68e
40%
#a0927c
50%
#897d6a
60%
#726858
70%
#5c5347
80%
#453e35
90%
#2e2a23
100%
#171512

Tints of #e5d0b1

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#e5d0b1
20%
#e8d5b9
30%
#ead9c1
40%
#eddec8
50%
#efe3d0
60%
#f2e8d8
70%
#f5ece0
80%
#f7f1e8
90%
#faf6ef
100%
#fcfaf7

Tones of #e5d0b1

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#e5d0b1
20%
#dbc8ac
30%
#d1c0a7
40%
#c7b8a2
50%
#bcb09d
60%
#b2a898
70%
#a8a093
80%
#9e988e
90%
#949089
100%
#8a8884

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#e5d0b1
#e5bbb1
#e5c6b1
#e5d0b1
#e5dab1
#e5e5b1

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#e5d0b1
#b1c6e5

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#e5d0b1
#bce5b1
#bbb1e5

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#e5d0b1
#b1e5d0
#d0b1e5

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#e5d0b1
#b1e5b6
#b1c6e5
#e5b1e0

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#e5d0b1
#100f0d
#3b362e
#655c4e
#90836f
#baa990

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#e5d0b1

protanopia

#ddd1b0

deuteranopia

#f3cab1

tritanopia

#eac9d8

achromatopsia

#d2d2d2

protanomaly

#e0d1b1

deuteranomaly

#eeccb1

achromatopsia

#d2d2d2

tritanomaly

#e8cbca

achromatomaly

#d9d1c6

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 14/21
Hello World !

#e5d0b1 Color CSS Codes

.bgcolor {background-color:#e5d0b1; } 
.forecolor {color:#e5d0b1; }
.bordercolor {border:3px solid #e5d0b1; }
            

#e5d0b1 Text Font Color

<div style="color:#e5d0b1">
Div content here</div>

This sample text font color is #e5d0b1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#e5d0b1 Background Color

<div style="background-color:#e5d0b1">
Div content here</div>
Div content here

#e5d0b1 Border Color

<div style="border:3px solid #e5d0b1">
Div here</div>

This div border color is #e5d0b1

#e5d0b1 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #e5d0b1; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5d0b1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5d0b1;
  -webkit-box-shadow: 1px 1px 3px 2px #e5d0b1;
  box-shadow: 1px 1px 3px 2px #e5d0b1; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e5d0b1">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e5d0b1;
              -webkit-box-shadow: 1px 1px 3px 2px #e5d0b1;
              box-shadow:         1px 1px 3px 2px #e5d0b1#e5d0b1">
Div content here</div>

This div box has shadow with color #e5d0b1

More Colors

Fogtown
#eef0e7
Dark Blackberry
#533958
Murray Red
#6b3c39
Blackwater Park
#696268
Muddy Rose
#e2beb4
Hot Mustard
#735c12
Fluorescent Red Orange
#fc8427
Mazarine Blue
#273c76
Lilac Bisque
#c6cde0
Elven Flesh
#f7cf8a
Expressive Plum
#695c62
Niagara
#29a98b
Banana Biscuit
#ffde7b
Indigo Carmine
#006ec7
Kindred
#71a2d4
Kuretake Black Manga
#001122
Buttercup
#da9429
Classic Bronze
#6d624e
California Sunset
#ca1850
Flamingo Queen
#cc33ff
Meerkat
#a46f44
Built on Sand
#e9e3da
Amazon Foliage
#606553
French Pink
#fd6c9e
Dark Soul
#112255
Blooming Perfect
#d89696
Deep Sea Dolphin
#6a6873
Night Rose
#b0807a
Alabaster White
#dfd4bf
Benthic Black
#000011
Campground
#d0a569
New Steel
#738595
Castellina
#a27040
Cinder
#242a2e
Butter White
#fddebd
Diamonds Therapy
#e9e8e0
Dusted Olive
#bea775
Dusky Grape
#877f95
Curious Chipmunk
#dabfa4
King's Cloak
#c48692
rating-img
Rate this tool
NaN/5   0 votes