Shades of Half And Half #EEEAC5
Tints of Half And Half #EEEAC5
RGB
CMYK
RGB Variations
Color information
#EEEAC5 (or 0xEEEAC5) is known color: Half And Half. HEX triplet: EE, EA and C5. RGB value is (238,234,197). Sum of RGB (Red+Green+Blue) = 238+234+197=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 197 (77.34% from 255 or 29.45% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEAC5 is #11153A. Grayscale: #E7E7E7. Windows color (decimal): -1119547 or 12970734. OLE color: 12970734.
HSL color Cylindrical-coordinate representation of color #EEEAC5: hue angle of 54.15º 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 #EEEAC5 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 197 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.07 |
| HSL | 54.15º | 0.55% | 0.85% | - |
| HSV(B) | 54.15º | 0.17% | 0.93% | - |
| XYZ | 74.76 | 81.05 | 64.53 | - |
| YUV | 230.98 | 108.83 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 197 | 0 | 0.02 | 0.17 | 0.07 | 54.15 | 0.55 | 0.85 |
| Hex | EE | EA | C5 | 0 | 2 | 11 | 7 | 36 | 37 | 55 |
| Octal | 356 | 352 | 305 | 0 | 2 | 21 | 7 | 66 | 67 | 125 |
| Binary | 11101110 | 11101010 | 11000101 | 0 | 10 | 10001 | 111 | 110110 | 110111 | 1010101 |
Color Harmonies of #EEEAC5
Complementary color
Monochromatic Colors of #EEEAC5
Black with #EEEAC5
Text Example
Text Example
White with #EEEAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEAC5; }
p { color: rgb(238,234,197); }
H1.HeaderClassName
{
color: #EEEAC5;
}
.AnyTagClassName
{
color: #EEEAC5;
}
</style>
background-color css
<style>
a { background-color: #EEEAC5; }
a { background-color: rgb(238,234,197); }
div.DivClassName
{
background-color: #EEEAC5;
}
.BgClassName
{
background-color: #EEEAC5;
}
</style>
border-color css
<style>
span { border-color: #EEEAC5; }
span { border-color: rgb(238,234,197); }
td.TdClassName
{
border-color: #EEEAC5;
}
.TagClassName
{
border-color: #EEEAC5;
}
</style>