Shades of Half And Half #ECE8C8
Tints of Half And Half #ECE8C8
RGB
CMYK
RGB Variations
Color information
#ECE8C8 (or 0xECE8C8) is known color: Half And Half. HEX triplet: EC, E8 and C8. RGB value is (236,232,200). Sum of RGB (Red+Green+Blue) = 236+232+200=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 232 (91.02% from 255 or 34.73% from 668); Blue value is 200 (78.52% from 255 or 29.94% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE8C8 is #131737. Grayscale: #E5E5E5. Windows color (decimal): -1251128 or 13166828. OLE color: 13166828.
HSL color Cylindrical-coordinate representation of color #ECE8C8: hue angle of 53.33º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECE8C8 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 232 | 200 | - |
CMYK | 0 | 0.02 | 0.15 | 0.07 |
HSL | 53.33º | 0.49% | 0.85% | - |
HSV(B) | 53.33º | 0.15% | 0.93% | - |
XYZ | 73.87 | 79.72 | 66.14 | - |
YUV | 229.55 | 111.33 | 132.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 232 | 200 | 0 | 0.02 | 0.15 | 0.07 | 53.33 | 0.49 | 0.85 |
Hex | EC | E8 | C8 | 0 | 2 | F | 7 | 35 | 31 | 55 |
Octal | 354 | 350 | 310 | 0 | 2 | 17 | 7 | 65 | 61 | 125 |
Binary | 11101100 | 11101000 | 11001000 | 0 | 10 | 1111 | 111 | 110101 | 110001 | 1010101 |
Color Harmonies of #ECE8C8
Complementary color
Monochromatic Colors of #ECE8C8
Black with #ECE8C8
Text Example
Text Example
White with #ECE8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE8C8; }
p { color: rgb(236,232,200); }
H1.HeaderClassName
{
color: #ECE8C8;
}
.AnyTagClassName
{
color: #ECE8C8;
}
</style>
background-color css
<style>
a { background-color: #ECE8C8; }
a { background-color: rgb(236,232,200); }
div.DivClassName
{
background-color: #ECE8C8;
}
.BgClassName
{
background-color: #ECE8C8;
}
</style>
border-color css
<style>
span { border-color: #ECE8C8; }
span { border-color: rgb(236,232,200); }
td.TdClassName
{
border-color: #ECE8C8;
}
.TagClassName
{
border-color: #ECE8C8;
}
</style>