Shades of Half And Half #EEEAC6
Tints of Half And Half #EEEAC6
RGB
CMYK
RGB Variations
Color information
#EEEAC6 (or 0xEEEAC6) is known color: Half And Half. HEX triplet: EE, EA and C6. RGB value is (238,234,198). Sum of RGB (Red+Green+Blue) = 238+234+198=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 198 (77.73% from 255 or 29.55% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEAC6 is #111539. Grayscale: #E7E7E7. Windows color (decimal): -1119546 or 13036270. OLE color: 13036270.
HSL color Cylindrical-coordinate representation of color #EEEAC6: hue angle of 54º degrees, saturation: 0.54, 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 #EEEAC6 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 198 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.07 |
| HSL | 54º | 0.54% | 0.85% | - |
| HSV(B) | 54º | 0.17% | 0.93% | - |
| XYZ | 74.88 | 81.1 | 65.13 | - |
| YUV | 231.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 198 | 0 | 0.02 | 0.17 | 0.07 | 54 | 0.54 | 0.85 |
| Hex | EE | EA | C6 | 0 | 2 | 11 | 7 | 36 | 36 | 55 |
| Octal | 356 | 352 | 306 | 0 | 2 | 21 | 7 | 66 | 66 | 125 |
| Binary | 11101110 | 11101010 | 11000110 | 0 | 10 | 10001 | 111 | 110110 | 110110 | 1010101 |
Color Harmonies of #EEEAC6
Complementary color
Monochromatic Colors of #EEEAC6
Black with #EEEAC6
Text Example
Text Example
White with #EEEAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEAC6; }
p { color: rgb(238,234,198); }
H1.HeaderClassName
{
color: #EEEAC6;
}
.AnyTagClassName
{
color: #EEEAC6;
}
</style>
background-color css
<style>
a { background-color: #EEEAC6; }
a { background-color: rgb(238,234,198); }
div.DivClassName
{
background-color: #EEEAC6;
}
.BgClassName
{
background-color: #EEEAC6;
}
</style>
border-color css
<style>
span { border-color: #EEEAC6; }
span { border-color: rgb(238,234,198); }
td.TdClassName
{
border-color: #EEEAC6;
}
.TagClassName
{
border-color: #EEEAC6;
}
</style>