Shades of Half And Half #ECE9BF
Tints of Half And Half #ECE9BF
RGB
CMYK
RGB Variations
Color information
#ECE9BF (or 0xECE9BF) is known color: Half And Half. HEX triplet: EC, E9 and BF. RGB value is (236,233,191). Sum of RGB (Red+Green+Blue) = 236+233+191=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 233 (91.41% from 255 or 35.30% from 660); Blue value is 191 (75% from 255 or 28.94% from 660); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE9BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE9BF is #131640. Grayscale: #E5E5E5. Windows color (decimal): -1250881 or 12577260. OLE color: 12577260.
HSL color Cylindrical-coordinate representation of color #ECE9BF: hue angle of 56º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECE9BF is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 191 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.07 |
| HSL | 56º | 0.54% | 0.84% | - |
| HSV(B) | 56º | 0.19% | 0.93% | - |
| XYZ | 73.13 | 79.87 | 60.85 | - |
| YUV | 229.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 191 | 0 | 0.01 | 0.19 | 0.07 | 56 | 0.54 | 0.84 |
| Hex | EC | E9 | BF | 0 | 1 | 13 | 7 | 38 | 36 | 54 |
| Octal | 354 | 351 | 277 | 0 | 1 | 23 | 7 | 70 | 66 | 124 |
| Binary | 11101100 | 11101001 | 10111111 | 0 | 1 | 10011 | 111 | 111000 | 110110 | 1010100 |
Color Harmonies of #ECE9BF
Complementary color
Monochromatic Colors of #ECE9BF
Black with #ECE9BF
Text Example
Text Example
White with #ECE9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE9BF; }
p { color: rgb(236,233,191); }
H1.HeaderClassName
{
color: #ECE9BF;
}
.AnyTagClassName
{
color: #ECE9BF;
}
</style>
background-color css
<style>
a { background-color: #ECE9BF; }
a { background-color: rgb(236,233,191); }
div.DivClassName
{
background-color: #ECE9BF;
}
.BgClassName
{
background-color: #ECE9BF;
}
</style>
border-color css
<style>
span { border-color: #ECE9BF; }
span { border-color: rgb(236,233,191); }
td.TdClassName
{
border-color: #ECE9BF;
}
.TagClassName
{
border-color: #ECE9BF;
}
</style>