Shades of Half And Half #ECE9C5
Tints of Half And Half #ECE9C5
RGB
CMYK
RGB Variations
Color information
#ECE9C5 (or 0xECE9C5) is known color: Half And Half. HEX triplet: EC, E9 and C5. RGB value is (236,233,197). Sum of RGB (Red+Green+Blue) = 236+233+197=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 233 (91.41% from 255 or 34.98% from 666); Blue value is 197 (77.34% from 255 or 29.58% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE9C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE9C5 is #13163A. Grayscale: #E5E5E5. Windows color (decimal): -1250875 or 12970476. OLE color: 12970476.
HSL color Cylindrical-coordinate representation of color #ECE9C5: hue angle of 55.38º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECE9C5 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 233 | 197 | - |
CMYK | 0 | 0.01 | 0.17 | 0.07 |
HSL | 55.38º | 0.51% | 0.85% | - |
HSV(B) | 55.38º | 0.17% | 0.93% | - |
XYZ | 73.81 | 80.14 | 64.4 | - |
YUV | 229.79 | 109.49 | 132.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 233 | 197 | 0 | 0.01 | 0.17 | 0.07 | 55.38 | 0.51 | 0.85 |
Hex | EC | E9 | C5 | 0 | 1 | 11 | 7 | 37 | 33 | 55 |
Octal | 354 | 351 | 305 | 0 | 1 | 21 | 7 | 67 | 63 | 125 |
Binary | 11101100 | 11101001 | 11000101 | 0 | 1 | 10001 | 111 | 110111 | 110011 | 1010101 |
Color Harmonies of #ECE9C5
Complementary color
Monochromatic Colors of #ECE9C5
Black with #ECE9C5
Text Example
Text Example
White with #ECE9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE9C5; }
p { color: rgb(236,233,197); }
H1.HeaderClassName
{
color: #ECE9C5;
}
.AnyTagClassName
{
color: #ECE9C5;
}
</style>
background-color css
<style>
a { background-color: #ECE9C5; }
a { background-color: rgb(236,233,197); }
div.DivClassName
{
background-color: #ECE9C5;
}
.BgClassName
{
background-color: #ECE9C5;
}
</style>
border-color css
<style>
span { border-color: #ECE9C5; }
span { border-color: rgb(236,233,197); }
td.TdClassName
{
border-color: #ECE9C5;
}
.TagClassName
{
border-color: #ECE9C5;
}
</style>