Shades of Half And Half #ECE9BD
Tints of Half And Half #ECE9BD
RGB
CMYK
RGB Variations
Color information
#ECE9BD (or 0xECE9BD) is known color: Half And Half. HEX triplet: EC, E9 and BD. RGB value is (236,233,189). Sum of RGB (Red+Green+Blue) = 236+233+189=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 189 (74.22% from 255 or 28.72% from 658); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE9BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE9BD is #131642. Grayscale: #E5E5E5. Windows color (decimal): -1250883 or 12446188. OLE color: 12446188.
HSL color Cylindrical-coordinate representation of color #ECE9BD: hue angle of 56.17º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECE9BD is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 189 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.07 |
| HSL | 56.17º | 0.55% | 0.83% | - |
| HSV(B) | 56.17º | 0.2% | 0.93% | - |
| XYZ | 72.92 | 79.78 | 59.7 | - |
| YUV | 228.88 | 105.49 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 189 | 0 | 0.01 | 0.20 | 0.07 | 56.17 | 0.55 | 0.83 |
| Hex | EC | E9 | BD | 0 | 1 | 14 | 7 | 38 | 37 | 53 |
| Octal | 354 | 351 | 275 | 0 | 1 | 24 | 7 | 70 | 67 | 123 |
| Binary | 11101100 | 11101001 | 10111101 | 0 | 1 | 10100 | 111 | 111000 | 110111 | 1010011 |
Color Harmonies of #ECE9BD
Complementary color
Monochromatic Colors of #ECE9BD
Black with #ECE9BD
Text Example
Text Example
White with #ECE9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE9BD; }
p { color: rgb(236,233,189); }
H1.HeaderClassName
{
color: #ECE9BD;
}
.AnyTagClassName
{
color: #ECE9BD;
}
</style>
background-color css
<style>
a { background-color: #ECE9BD; }
a { background-color: rgb(236,233,189); }
div.DivClassName
{
background-color: #ECE9BD;
}
.BgClassName
{
background-color: #ECE9BD;
}
</style>
border-color css
<style>
span { border-color: #ECE9BD; }
span { border-color: rgb(236,233,189); }
td.TdClassName
{
border-color: #ECE9BD;
}
.TagClassName
{
border-color: #ECE9BD;
}
</style>