Shades of Half And Half #ECE5C3
Tints of Half And Half #ECE5C3
RGB
CMYK
RGB Variations
Color information
#ECE5C3 (or 0xECE5C3) is known color: Half And Half. HEX triplet: EC, E5 and C3. RGB value is (236,229,195). Sum of RGB (Red+Green+Blue) = 236+229+195=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 229 (89.84% from 255 or 34.70% from 660); Blue value is 195 (76.56% from 255 or 29.55% from 660); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE5C3 is #131A3C. Grayscale: #E3E3E3. Windows color (decimal): -1251901 or 12838380. OLE color: 12838380.
HSL color Cylindrical-coordinate representation of color #ECE5C3: hue angle of 49.76º degrees, saturation: 0.52, 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 #ECE5C3 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 195 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.07 |
| HSL | 49.76º | 0.52% | 0.85% | - |
| HSV(B) | 49.76º | 0.17% | 0.93% | - |
| XYZ | 72.46 | 77.81 | 62.83 | - |
| YUV | 227.22 | 109.82 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 195 | 0 | 0.03 | 0.17 | 0.07 | 49.76 | 0.52 | 0.85 |
| Hex | EC | E5 | C3 | 0 | 3 | 11 | 7 | 32 | 34 | 55 |
| Octal | 354 | 345 | 303 | 0 | 3 | 21 | 7 | 62 | 64 | 125 |
| Binary | 11101100 | 11100101 | 11000011 | 0 | 11 | 10001 | 111 | 110010 | 110100 | 1010101 |
Color Harmonies of #ECE5C3
Complementary color
Monochromatic Colors of #ECE5C3
Black with #ECE5C3
Text Example
Text Example
White with #ECE5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE5C3; }
p { color: rgb(236,229,195); }
H1.HeaderClassName
{
color: #ECE5C3;
}
.AnyTagClassName
{
color: #ECE5C3;
}
</style>
background-color css
<style>
a { background-color: #ECE5C3; }
a { background-color: rgb(236,229,195); }
div.DivClassName
{
background-color: #ECE5C3;
}
.BgClassName
{
background-color: #ECE5C3;
}
</style>
border-color css
<style>
span { border-color: #ECE5C3; }
span { border-color: rgb(236,229,195); }
td.TdClassName
{
border-color: #ECE5C3;
}
.TagClassName
{
border-color: #ECE5C3;
}
</style>