Shades of Half And Half #EEE8C5
Tints of Half And Half #EEE8C5
RGB
CMYK
RGB Variations
Color information
#EEE8C5 (or 0xEEE8C5) is known color: Half And Half. HEX triplet: EE, E8 and C5. RGB value is (238,232,197). Sum of RGB (Red+Green+Blue) = 238+232+197=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 232 (91.02% from 255 or 34.78% from 667); Blue value is 197 (77.34% from 255 or 29.54% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE8C5 is #11173A. Grayscale: #E5E5E5. Windows color (decimal): -1120059 or 12970222. OLE color: 12970222.
HSL color Cylindrical-coordinate representation of color #EEE8C5: hue angle of 51.22º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEE8C5 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 232 | 197 | - |
CMYK | 0 | 0.03 | 0.17 | 0.07 |
HSL | 51.22º | 0.55% | 0.85% | - |
HSV(B) | 51.22º | 0.17% | 0.93% | - |
XYZ | 74.19 | 79.92 | 64.34 | - |
YUV | 229.8 | 109.49 | 133.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 232 | 197 | 0 | 0.03 | 0.17 | 0.07 | 51.22 | 0.55 | 0.85 |
Hex | EE | E8 | C5 | 0 | 3 | 11 | 7 | 33 | 37 | 55 |
Octal | 356 | 350 | 305 | 0 | 3 | 21 | 7 | 63 | 67 | 125 |
Binary | 11101110 | 11101000 | 11000101 | 0 | 11 | 10001 | 111 | 110011 | 110111 | 1010101 |
Color Harmonies of #EEE8C5
Complementary color
Monochromatic Colors of #EEE8C5
Black with #EEE8C5
Text Example
Text Example
White with #EEE8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE8C5; }
p { color: rgb(238,232,197); }
H1.HeaderClassName
{
color: #EEE8C5;
}
.AnyTagClassName
{
color: #EEE8C5;
}
</style>
background-color css
<style>
a { background-color: #EEE8C5; }
a { background-color: rgb(238,232,197); }
div.DivClassName
{
background-color: #EEE8C5;
}
.BgClassName
{
background-color: #EEE8C5;
}
</style>
border-color css
<style>
span { border-color: #EEE8C5; }
span { border-color: rgb(238,232,197); }
td.TdClassName
{
border-color: #EEE8C5;
}
.TagClassName
{
border-color: #EEE8C5;
}
</style>