Shades of Half And Half #EEEAC4
Tints of Half And Half #EEEAC4
RGB
CMYK
RGB Variations
Color information
#EEEAC4 (or 0xEEEAC4) is known color: Half And Half. HEX triplet: EE, EA and C4. RGB value is (238,234,196). Sum of RGB (Red+Green+Blue) = 238+234+196=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 196 (76.95% from 255 or 29.34% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEAC4 is #11153B. Grayscale: #E7E7E7. Windows color (decimal): -1119548 or 12905198. OLE color: 12905198.
HSL color Cylindrical-coordinate representation of color #EEEAC4: hue angle of 54.29º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEEAC4 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 196 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.07 |
| HSL | 54.29º | 0.55% | 0.85% | - |
| HSV(B) | 54.29º | 0.18% | 0.93% | - |
| XYZ | 74.65 | 81.01 | 63.93 | - |
| YUV | 230.86 | 108.33 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 196 | 0 | 0.02 | 0.18 | 0.07 | 54.29 | 0.55 | 0.85 |
| Hex | EE | EA | C4 | 0 | 2 | 12 | 7 | 36 | 37 | 55 |
| Octal | 356 | 352 | 304 | 0 | 2 | 22 | 7 | 66 | 67 | 125 |
| Binary | 11101110 | 11101010 | 11000100 | 0 | 10 | 10010 | 111 | 110110 | 110111 | 1010101 |
Color Harmonies of #EEEAC4
Complementary color
Monochromatic Colors of #EEEAC4
Black with #EEEAC4
Text Example
Text Example
White with #EEEAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEAC4; }
p { color: rgb(238,234,196); }
H1.HeaderClassName
{
color: #EEEAC4;
}
.AnyTagClassName
{
color: #EEEAC4;
}
</style>
background-color css
<style>
a { background-color: #EEEAC4; }
a { background-color: rgb(238,234,196); }
div.DivClassName
{
background-color: #EEEAC4;
}
.BgClassName
{
background-color: #EEEAC4;
}
</style>
border-color css
<style>
span { border-color: #EEEAC4; }
span { border-color: rgb(238,234,196); }
td.TdClassName
{
border-color: #EEEAC4;
}
.TagClassName
{
border-color: #EEEAC4;
}
</style>