Shades of Half And Half #EDE9C9
Tints of Half And Half #EDE9C9
RGB
CMYK
RGB Variations
Color information
#EDE9C9 (or 0xEDE9C9) is known color: Half And Half. HEX triplet: ED, E9 and C9. RGB value is (237,233,201). Sum of RGB (Red+Green+Blue) = 237+233+201=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 233 (91.41% from 255 or 34.72% from 671); Blue value is 201 (78.91% from 255 or 29.96% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE9C9 is #121636. Grayscale: #E6E6E6. Windows color (decimal): -1185335 or 13232621. OLE color: 13232621.
HSL color Cylindrical-coordinate representation of color #EDE9C9: hue angle of 53.33º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDE9C9 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 201 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.07 |
| HSL | 53.33º | 0.5% | 0.86% | - |
| HSV(B) | 53.33º | 0.15% | 0.93% | - |
| XYZ | 74.61 | 80.5 | 66.86 | - |
| YUV | 230.55 | 111.33 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 201 | 0 | 0.02 | 0.15 | 0.07 | 53.33 | 0.5 | 0.86 |
| Hex | ED | E9 | C9 | 0 | 2 | F | 7 | 35 | 32 | 56 |
| Octal | 355 | 351 | 311 | 0 | 2 | 17 | 7 | 65 | 62 | 126 |
| Binary | 11101101 | 11101001 | 11001001 | 0 | 10 | 1111 | 111 | 110101 | 110010 | 1010110 |
Color Harmonies of #EDE9C9
Complementary color
Monochromatic Colors of #EDE9C9
Black with #EDE9C9
Text Example
Text Example
White with #EDE9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE9C9; }
p { color: rgb(237,233,201); }
H1.HeaderClassName
{
color: #EDE9C9;
}
.AnyTagClassName
{
color: #EDE9C9;
}
</style>
background-color css
<style>
a { background-color: #EDE9C9; }
a { background-color: rgb(237,233,201); }
div.DivClassName
{
background-color: #EDE9C9;
}
.BgClassName
{
background-color: #EDE9C9;
}
</style>
border-color css
<style>
span { border-color: #EDE9C9; }
span { border-color: rgb(237,233,201); }
td.TdClassName
{
border-color: #EDE9C9;
}
.TagClassName
{
border-color: #EDE9C9;
}
</style>