Shades of Half And Half #EDE9BD
Tints of Half And Half #EDE9BD
RGB
CMYK
RGB Variations
Color information
#EDE9BD (or 0xEDE9BD) is known color: Half And Half. HEX triplet: ED, E9 and BD. RGB value is (237,233,189). Sum of RGB (Red+Green+Blue) = 237+233+189=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 233 (91.41% from 255 or 35.36% from 659); Blue value is 189 (74.22% from 255 or 28.68% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE9BD is #121642. Grayscale: #E5E5E5. Windows color (decimal): -1185347 or 12446189. OLE color: 12446189.
HSL color Cylindrical-coordinate representation of color #EDE9BD: hue angle of 55º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDE9BD is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 189 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.07 |
| HSL | 55º | 0.57% | 0.84% | - |
| HSV(B) | 55º | 0.2% | 0.93% | - |
| XYZ | 73.25 | 79.96 | 59.72 | - |
| YUV | 229.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 189 | 0 | 0.02 | 0.20 | 0.07 | 55 | 0.57 | 0.84 |
| Hex | ED | E9 | BD | 0 | 2 | 14 | 7 | 37 | 39 | 54 |
| Octal | 355 | 351 | 275 | 0 | 2 | 24 | 7 | 67 | 71 | 124 |
| Binary | 11101101 | 11101001 | 10111101 | 0 | 10 | 10100 | 111 | 110111 | 111001 | 1010100 |
Color Harmonies of #EDE9BD
Complementary color
Monochromatic Colors of #EDE9BD
Black with #EDE9BD
Text Example
Text Example
White with #EDE9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE9BD; }
p { color: rgb(237,233,189); }
H1.HeaderClassName
{
color: #EDE9BD;
}
.AnyTagClassName
{
color: #EDE9BD;
}
</style>
background-color css
<style>
a { background-color: #EDE9BD; }
a { background-color: rgb(237,233,189); }
div.DivClassName
{
background-color: #EDE9BD;
}
.BgClassName
{
background-color: #EDE9BD;
}
</style>
border-color css
<style>
span { border-color: #EDE9BD; }
span { border-color: rgb(237,233,189); }
td.TdClassName
{
border-color: #EDE9BD;
}
.TagClassName
{
border-color: #EDE9BD;
}
</style>