Shades of Half And Half #EAE5CC
Tints of Half And Half #EAE5CC
RGB
CMYK
RGB Variations
Color information
#EAE5CC (or 0xEAE5CC) is known color: Half And Half. HEX triplet: EA, E5 and CC. RGB value is (234,229,204). Sum of RGB (Red+Green+Blue) = 234+229+204=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE5CC is #151A33. Grayscale: #E3E3E3. Windows color (decimal): -1382964 or 13428202. OLE color: 13428202.
HSL color Cylindrical-coordinate representation of color #EAE5CC: hue angle of 50º 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 #EAE5CC is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 204 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.08 |
| HSL | 50º | 0.42% | 0.86% | - |
| HSV(B) | 50º | 0.13% | 0.92% | - |
| XYZ | 72.85 | 77.89 | 68.32 | - |
| YUV | 227.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 204 | 0 | 0.02 | 0.13 | 0.08 | 50 | 0.42 | 0.86 |
| Hex | EA | E5 | CC | 0 | 2 | D | 8 | 32 | 2A | 56 |
| Octal | 352 | 345 | 314 | 0 | 2 | 15 | 10 | 62 | 52 | 126 |
| Binary | 11101010 | 11100101 | 11001100 | 0 | 10 | 1101 | 1000 | 110010 | 101010 | 1010110 |
Color Harmonies of #EAE5CC
Complementary color
Monochromatic Colors of #EAE5CC
Black with #EAE5CC
Text Example
Text Example
White with #EAE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE5CC; }
p { color: rgb(234,229,204); }
H1.HeaderClassName
{
color: #EAE5CC;
}
.AnyTagClassName
{
color: #EAE5CC;
}
</style>
background-color css
<style>
a { background-color: #EAE5CC; }
a { background-color: rgb(234,229,204); }
div.DivClassName
{
background-color: #EAE5CC;
}
.BgClassName
{
background-color: #EAE5CC;
}
</style>
border-color css
<style>
span { border-color: #EAE5CC; }
span { border-color: rgb(234,229,204); }
td.TdClassName
{
border-color: #EAE5CC;
}
.TagClassName
{
border-color: #EAE5CC;
}
</style>