Shades of Half And Half #EDE8C0
Tints of Half And Half #EDE8C0
RGB
CMYK
RGB Variations
Color information
#EDE8C0 (or 0xEDE8C0) is known color: Half And Half. HEX triplet: ED, E8 and C0. RGB value is (237,232,192). Sum of RGB (Red+Green+Blue) = 237+232+192=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 192 (75.39% from 255 or 29.05% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE8C0 is #12173F. Grayscale: #E5E5E5. Windows color (decimal): -1185600 or 12642541. OLE color: 12642541.
HSL color Cylindrical-coordinate representation of color #EDE8C0: hue angle of 53.33º degrees, saturation: 0.56, 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 #EDE8C0 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 192 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.07 |
| HSL | 53.33º | 0.56% | 0.84% | - |
| HSV(B) | 53.33º | 0.19% | 0.93% | - |
| XYZ | 73.3 | 79.52 | 61.36 | - |
| YUV | 228.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 192 | 0 | 0.02 | 0.19 | 0.07 | 53.33 | 0.56 | 0.84 |
| Hex | ED | E8 | C0 | 0 | 2 | 13 | 7 | 35 | 38 | 54 |
| Octal | 355 | 350 | 300 | 0 | 2 | 23 | 7 | 65 | 70 | 124 |
| Binary | 11101101 | 11101000 | 11000000 | 0 | 10 | 10011 | 111 | 110101 | 111000 | 1010100 |
Color Harmonies of #EDE8C0
Complementary color
Monochromatic Colors of #EDE8C0
Black with #EDE8C0
Text Example
Text Example
White with #EDE8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE8C0; }
p { color: rgb(237,232,192); }
H1.HeaderClassName
{
color: #EDE8C0;
}
.AnyTagClassName
{
color: #EDE8C0;
}
</style>
background-color css
<style>
a { background-color: #EDE8C0; }
a { background-color: rgb(237,232,192); }
div.DivClassName
{
background-color: #EDE8C0;
}
.BgClassName
{
background-color: #EDE8C0;
}
</style>
border-color css
<style>
span { border-color: #EDE8C0; }
span { border-color: rgb(237,232,192); }
td.TdClassName
{
border-color: #EDE8C0;
}
.TagClassName
{
border-color: #EDE8C0;
}
</style>