Shades of Pale Chestnut #EEAFB0
Tints of Pale Chestnut #EEAFB0
RGB
CMYK
RGB Variations
Color information
#EEAFB0 (or 0xEEAFB0) is known color: Pale Chestnut. HEX triplet: EE, AF and B0. RGB value is (238,175,176). Sum of RGB (Red+Green+Blue) = 238+175+176=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAFB0 is #11504F. Grayscale: #C2C2C2. Windows color (decimal): -1134672 or 11579374. OLE color: 11579374.
HSL color Cylindrical-coordinate representation of color #EEAFB0: hue angle of 359.05º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEAFB0 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 175 | 176 | - |
CMYK | 0 | 0.26 | 0.26 | 0.07 |
HSL | 359.05º | 0.65% | 0.81% | - |
HSV(B) | 359.05º | 0.26% | 0.93% | - |
XYZ | 58.43 | 51.97 | 48.03 | - |
YUV | 193.95 | 117.87 | 159.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 175 | 176 | 0 | 0.26 | 0.26 | 0.07 | 359.05 | 0.65 | 0.81 |
Hex | EE | AF | B0 | 0 | 1A | 1A | 7 | 167 | 41 | 51 |
Octal | 356 | 257 | 260 | 0 | 32 | 32 | 7 | 547 | 101 | 121 |
Binary | 11101110 | 10101111 | 10110000 | 0 | 11010 | 11010 | 111 | 101100111 | 1000001 | 1010001 |
Color Harmonies of #EEAFB0
Complementary color
Monochromatic Colors of #EEAFB0
Black with #EEAFB0
Text Example
Text Example
White with #EEAFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAFB0; }
p { color: rgb(238,175,176); }
H1.HeaderClassName
{
color: #EEAFB0;
}
.AnyTagClassName
{
color: #EEAFB0;
}
</style>
background-color css
<style>
a { background-color: #EEAFB0; }
a { background-color: rgb(238,175,176); }
div.DivClassName
{
background-color: #EEAFB0;
}
.BgClassName
{
background-color: #EEAFB0;
}
</style>
border-color css
<style>
span { border-color: #EEAFB0; }
span { border-color: rgb(238,175,176); }
td.TdClassName
{
border-color: #EEAFB0;
}
.TagClassName
{
border-color: #EEAFB0;
}
</style>