Shades of Half And Half #EAE5C4
Tints of Half And Half #EAE5C4
RGB
CMYK
RGB Variations
Color information
#EAE5C4 (or 0xEAE5C4) is known color: Half And Half. HEX triplet: EA, E5 and C4. RGB value is (234,229,196). Sum of RGB (Red+Green+Blue) = 234+229+196=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 229 (89.84% from 255 or 34.75% from 659); Blue value is 196 (76.95% from 255 or 29.74% from 659); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE5C4 is #151A3B. Grayscale: #E2E2E2. Windows color (decimal): -1382972 or 12903914. OLE color: 12903914.
HSL color Cylindrical-coordinate representation of color #EAE5C4: hue angle of 52.11º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAE5C4 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 196 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.08 |
| HSL | 52.11º | 0.48% | 0.84% | - |
| HSV(B) | 52.11º | 0.16% | 0.92% | - |
| XYZ | 71.91 | 77.52 | 63.4 | - |
| YUV | 226.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 196 | 0 | 0.02 | 0.16 | 0.08 | 52.11 | 0.48 | 0.84 |
| Hex | EA | E5 | C4 | 0 | 2 | 10 | 8 | 34 | 30 | 54 |
| Octal | 352 | 345 | 304 | 0 | 2 | 20 | 10 | 64 | 60 | 124 |
| Binary | 11101010 | 11100101 | 11000100 | 0 | 10 | 10000 | 1000 | 110100 | 110000 | 1010100 |
Color Harmonies of #EAE5C4
Complementary color
Monochromatic Colors of #EAE5C4
Black with #EAE5C4
Text Example
Text Example
White with #EAE5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE5C4; }
p { color: rgb(234,229,196); }
H1.HeaderClassName
{
color: #EAE5C4;
}
.AnyTagClassName
{
color: #EAE5C4;
}
</style>
background-color css
<style>
a { background-color: #EAE5C4; }
a { background-color: rgb(234,229,196); }
div.DivClassName
{
background-color: #EAE5C4;
}
.BgClassName
{
background-color: #EAE5C4;
}
</style>
border-color css
<style>
span { border-color: #EAE5C4; }
span { border-color: rgb(234,229,196); }
td.TdClassName
{
border-color: #EAE5C4;
}
.TagClassName
{
border-color: #EAE5C4;
}
</style>