Shades of Half And Half #ECE8C9
Tints of Half And Half #ECE8C9
RGB
CMYK
RGB Variations
Color information
#ECE8C9 (or 0xECE8C9) is known color: Half And Half. HEX triplet: EC, E8 and C9. RGB value is (236,232,201). Sum of RGB (Red+Green+Blue) = 236+232+201=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 232 (91.02% from 255 or 34.68% from 669); Blue value is 201 (78.91% from 255 or 30.04% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE8C9 is #131736. Grayscale: #E5E5E5. Windows color (decimal): -1251127 or 13232364. OLE color: 13232364.
HSL color Cylindrical-coordinate representation of color #ECE8C9: hue angle of 53.14º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECE8C9 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 232 | 201 | - |
CMYK | 0 | 0.02 | 0.15 | 0.07 |
HSL | 53.14º | 0.48% | 0.86% | - |
HSV(B) | 53.14º | 0.15% | 0.93% | - |
XYZ | 73.99 | 79.76 | 66.75 | - |
YUV | 229.66 | 111.83 | 132.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 232 | 201 | 0 | 0.02 | 0.15 | 0.07 | 53.14 | 0.48 | 0.86 |
Hex | EC | E8 | C9 | 0 | 2 | F | 7 | 35 | 30 | 56 |
Octal | 354 | 350 | 311 | 0 | 2 | 17 | 7 | 65 | 60 | 126 |
Binary | 11101100 | 11101000 | 11001001 | 0 | 10 | 1111 | 111 | 110101 | 110000 | 1010110 |
Color Harmonies of #ECE8C9
Complementary color
Monochromatic Colors of #ECE8C9
Black with #ECE8C9
Text Example
Text Example
White with #ECE8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE8C9; }
p { color: rgb(236,232,201); }
H1.HeaderClassName
{
color: #ECE8C9;
}
.AnyTagClassName
{
color: #ECE8C9;
}
</style>
background-color css
<style>
a { background-color: #ECE8C9; }
a { background-color: rgb(236,232,201); }
div.DivClassName
{
background-color: #ECE8C9;
}
.BgClassName
{
background-color: #ECE8C9;
}
</style>
border-color css
<style>
span { border-color: #ECE8C9; }
span { border-color: rgb(236,232,201); }
td.TdClassName
{
border-color: #ECE8C9;
}
.TagClassName
{
border-color: #ECE8C9;
}
</style>