Shades of Half And Half #EEE8C9
Tints of Half And Half #EEE8C9
RGB
CMYK
RGB Variations
Color information
#EEE8C9 (or 0xEEE8C9) is known color: Half And Half. HEX triplet: EE, E8 and C9. RGB value is (238,232,201). Sum of RGB (Red+Green+Blue) = 238+232+201=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 232 (91.02% from 255 or 34.58% from 671); Blue value is 201 (78.91% from 255 or 29.96% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE8C9 is #111736. Grayscale: #E6E6E6. Windows color (decimal): -1120055 or 13232366. OLE color: 13232366.
HSL color Cylindrical-coordinate representation of color #EEE8C9: hue angle of 50.27º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEE8C9 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 232 | 201 | - |
CMYK | 0 | 0.03 | 0.16 | 0.07 |
HSL | 50.27º | 0.52% | 0.86% | - |
HSV(B) | 50.27º | 0.16% | 0.93% | - |
XYZ | 74.66 | 80.11 | 66.79 | - |
YUV | 230.26 | 111.49 | 133.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 232 | 201 | 0 | 0.03 | 0.16 | 0.07 | 50.27 | 0.52 | 0.86 |
Hex | EE | E8 | C9 | 0 | 3 | 10 | 7 | 32 | 34 | 56 |
Octal | 356 | 350 | 311 | 0 | 3 | 20 | 7 | 62 | 64 | 126 |
Binary | 11101110 | 11101000 | 11001001 | 0 | 11 | 10000 | 111 | 110010 | 110100 | 1010110 |
Color Harmonies of #EEE8C9
Complementary color
Monochromatic Colors of #EEE8C9
Black with #EEE8C9
Text Example
Text Example
White with #EEE8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE8C9; }
p { color: rgb(238,232,201); }
H1.HeaderClassName
{
color: #EEE8C9;
}
.AnyTagClassName
{
color: #EEE8C9;
}
</style>
background-color css
<style>
a { background-color: #EEE8C9; }
a { background-color: rgb(238,232,201); }
div.DivClassName
{
background-color: #EEE8C9;
}
.BgClassName
{
background-color: #EEE8C9;
}
</style>
border-color css
<style>
span { border-color: #EEE8C9; }
span { border-color: rgb(238,232,201); }
td.TdClassName
{
border-color: #EEE8C9;
}
.TagClassName
{
border-color: #EEE8C9;
}
</style>