Shades of Half And Half #ECE7C4
Tints of Half And Half #ECE7C4
RGB
CMYK
RGB Variations
Color information
#ECE7C4 (or 0xECE7C4) is known color: Half And Half. HEX triplet: EC, E7 and C4. RGB value is (236,231,196). Sum of RGB (Red+Green+Blue) = 236+231+196=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 231 (90.62% from 255 or 34.84% from 663); Blue value is 196 (76.95% from 255 or 29.56% from 663); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE7C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE7C4 is #13183B. Grayscale: #E4E4E4. Windows color (decimal): -1251388 or 12904428. OLE color: 12904428.
HSL color Cylindrical-coordinate representation of color #ECE7C4: hue angle of 52.5º 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 #ECE7C4 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 196 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.07 |
| HSL | 52.5º | 0.51% | 0.85% | - |
| HSV(B) | 52.5º | 0.17% | 0.93% | - |
| XYZ | 73.13 | 78.97 | 63.61 | - |
| YUV | 228.51 | 109.66 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 196 | 0 | 0.02 | 0.17 | 0.07 | 52.5 | 0.51 | 0.85 |
| Hex | EC | E7 | C4 | 0 | 2 | 11 | 7 | 34 | 33 | 55 |
| Octal | 354 | 347 | 304 | 0 | 2 | 21 | 7 | 64 | 63 | 125 |
| Binary | 11101100 | 11100111 | 11000100 | 0 | 10 | 10001 | 111 | 110100 | 110011 | 1010101 |
Color Harmonies of #ECE7C4
Complementary color
Monochromatic Colors of #ECE7C4
Black with #ECE7C4
Text Example
Text Example
White with #ECE7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE7C4; }
p { color: rgb(236,231,196); }
H1.HeaderClassName
{
color: #ECE7C4;
}
.AnyTagClassName
{
color: #ECE7C4;
}
</style>
background-color css
<style>
a { background-color: #ECE7C4; }
a { background-color: rgb(236,231,196); }
div.DivClassName
{
background-color: #ECE7C4;
}
.BgClassName
{
background-color: #ECE7C4;
}
</style>
border-color css
<style>
span { border-color: #ECE7C4; }
span { border-color: rgb(236,231,196); }
td.TdClassName
{
border-color: #ECE7C4;
}
.TagClassName
{
border-color: #ECE7C4;
}
</style>