Shades of Half And Half #EEEAC1
Tints of Half And Half #EEEAC1
RGB
CMYK
RGB Variations
Color information
#EEEAC1 (or 0xEEEAC1) is known color: Half And Half. HEX triplet: EE, EA and C1. RGB value is (238,234,193). Sum of RGB (Red+Green+Blue) = 238+234+193=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 193 (75.78% from 255 or 29.02% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEAC1 is #11153E. Grayscale: #E6E6E6. Windows color (decimal): -1119551 or 12708590. OLE color: 12708590.
HSL color Cylindrical-coordinate representation of color #EEEAC1: hue angle of 54.67º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEEAC1 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 193 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.07 |
| HSL | 54.67º | 0.57% | 0.85% | - |
| HSV(B) | 54.67º | 0.19% | 0.93% | - |
| XYZ | 74.31 | 80.87 | 62.15 | - |
| YUV | 230.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 193 | 0 | 0.02 | 0.19 | 0.07 | 54.67 | 0.57 | 0.85 |
| Hex | EE | EA | C1 | 0 | 2 | 13 | 7 | 37 | 39 | 55 |
| Octal | 356 | 352 | 301 | 0 | 2 | 23 | 7 | 67 | 71 | 125 |
| Binary | 11101110 | 11101010 | 11000001 | 0 | 10 | 10011 | 111 | 110111 | 111001 | 1010101 |
Color Harmonies of #EEEAC1
Complementary color
Monochromatic Colors of #EEEAC1
Black with #EEEAC1
Text Example
Text Example
White with #EEEAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEAC1; }
p { color: rgb(238,234,193); }
H1.HeaderClassName
{
color: #EEEAC1;
}
.AnyTagClassName
{
color: #EEEAC1;
}
</style>
background-color css
<style>
a { background-color: #EEEAC1; }
a { background-color: rgb(238,234,193); }
div.DivClassName
{
background-color: #EEEAC1;
}
.BgClassName
{
background-color: #EEEAC1;
}
</style>
border-color css
<style>
span { border-color: #EEEAC1; }
span { border-color: rgb(238,234,193); }
td.TdClassName
{
border-color: #EEEAC1;
}
.TagClassName
{
border-color: #EEEAC1;
}
</style>