Shades of Half And Half #ECE7BD
Tints of Half And Half #ECE7BD
RGB
CMYK
RGB Variations
Color information
#ECE7BD (or 0xECE7BD) is known color: Half And Half. HEX triplet: EC, E7 and BD. RGB value is (236,231,189). Sum of RGB (Red+Green+Blue) = 236+231+189=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 231 (90.62% from 255 or 35.21% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE7BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE7BD is #131842. Grayscale: #E3E3E3. Windows color (decimal): -1251395 or 12445676. OLE color: 12445676.
HSL color Cylindrical-coordinate representation of color #ECE7BD: hue angle of 53.62º 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 #ECE7BD is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 231 | 189 | - |
CMYK | 0 | 0.02 | 0.20 | 0.07 |
HSL | 53.62º | 0.55% | 0.83% | - |
HSV(B) | 53.62º | 0.2% | 0.93% | - |
XYZ | 72.35 | 78.66 | 59.51 | - |
YUV | 227.71 | 106.16 | 133.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 231 | 189 | 0 | 0.02 | 0.20 | 0.07 | 53.62 | 0.55 | 0.83 |
Hex | EC | E7 | BD | 0 | 2 | 14 | 7 | 36 | 37 | 53 |
Octal | 354 | 347 | 275 | 0 | 2 | 24 | 7 | 66 | 67 | 123 |
Binary | 11101100 | 11100111 | 10111101 | 0 | 10 | 10100 | 111 | 110110 | 110111 | 1010011 |
Color Harmonies of #ECE7BD
Complementary color
Monochromatic Colors of #ECE7BD
Black with #ECE7BD
Text Example
Text Example
White with #ECE7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE7BD; }
p { color: rgb(236,231,189); }
H1.HeaderClassName
{
color: #ECE7BD;
}
.AnyTagClassName
{
color: #ECE7BD;
}
</style>
background-color css
<style>
a { background-color: #ECE7BD; }
a { background-color: rgb(236,231,189); }
div.DivClassName
{
background-color: #ECE7BD;
}
.BgClassName
{
background-color: #ECE7BD;
}
</style>
border-color css
<style>
span { border-color: #ECE7BD; }
span { border-color: rgb(236,231,189); }
td.TdClassName
{
border-color: #ECE7BD;
}
.TagClassName
{
border-color: #ECE7BD;
}
</style>