Shades of Half And Half #EAE6CC
Tints of Half And Half #EAE6CC
RGB
CMYK
RGB Variations
Color information
#EAE6CC (or 0xEAE6CC) is known color: Half And Half. HEX triplet: EA, E6 and CC. RGB value is (234,230,204). Sum of RGB (Red+Green+Blue) = 234+230+204=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 230 (90.23% from 255 or 34.43% from 668); Blue value is 204 (80.08% from 255 or 30.54% from 668); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE6CC is #151933. Grayscale: #E4E4E4. Windows color (decimal): -1382708 or 13428458. OLE color: 13428458.
HSL color Cylindrical-coordinate representation of color #EAE6CC: hue angle of 52º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EAE6CC is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 230 | 204 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.08 |
| HSL | 52º | 0.42% | 0.86% | - |
| HSV(B) | 52º | 0.13% | 0.92% | - |
| XYZ | 73.13 | 78.45 | 68.41 | - |
| YUV | 228.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 230 | 204 | 0 | 0.02 | 0.13 | 0.08 | 52 | 0.42 | 0.86 |
| Hex | EA | E6 | CC | 0 | 2 | D | 8 | 34 | 2A | 56 |
| Octal | 352 | 346 | 314 | 0 | 2 | 15 | 10 | 64 | 52 | 126 |
| Binary | 11101010 | 11100110 | 11001100 | 0 | 10 | 1101 | 1000 | 110100 | 101010 | 1010110 |
Color Harmonies of #EAE6CC
Complementary color
Monochromatic Colors of #EAE6CC
Black with #EAE6CC
Text Example
Text Example
White with #EAE6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE6CC; }
p { color: rgb(234,230,204); }
H1.HeaderClassName
{
color: #EAE6CC;
}
.AnyTagClassName
{
color: #EAE6CC;
}
</style>
background-color css
<style>
a { background-color: #EAE6CC; }
a { background-color: rgb(234,230,204); }
div.DivClassName
{
background-color: #EAE6CC;
}
.BgClassName
{
background-color: #EAE6CC;
}
</style>
border-color css
<style>
span { border-color: #EAE6CC; }
span { border-color: rgb(234,230,204); }
td.TdClassName
{
border-color: #EAE6CC;
}
.TagClassName
{
border-color: #EAE6CC;
}
</style>