Shades of Half And Half #EDEAC8
Tints of Half And Half #EDEAC8
RGB
CMYK
RGB Variations
Color information
#EDEAC8 (or 0xEDEAC8) is known color: Half And Half. HEX triplet: ED, EA and C8. RGB value is (237,234,200). Sum of RGB (Red+Green+Blue) = 237+234+200=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 200 (78.52% from 255 or 29.81% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAC8 is #121537. Grayscale: #E7E7E7. Windows color (decimal): -1185080 or 13167341. OLE color: 13167341.
HSL color Cylindrical-coordinate representation of color #EDEAC8: hue angle of 55.14º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDEAC8 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 200 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.07 |
| HSL | 55.14º | 0.51% | 0.86% | - |
| HSV(B) | 55.14º | 0.16% | 0.93% | - |
| XYZ | 74.77 | 81.02 | 66.34 | - |
| YUV | 231.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 200 | 0 | 0.01 | 0.16 | 0.07 | 55.14 | 0.51 | 0.86 |
| Hex | ED | EA | C8 | 0 | 1 | 10 | 7 | 37 | 33 | 56 |
| Octal | 355 | 352 | 310 | 0 | 1 | 20 | 7 | 67 | 63 | 126 |
| Binary | 11101101 | 11101010 | 11001000 | 0 | 1 | 10000 | 111 | 110111 | 110011 | 1010110 |
Color Harmonies of #EDEAC8
Complementary color
Monochromatic Colors of #EDEAC8
Black with #EDEAC8
Text Example
Text Example
White with #EDEAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEAC8; }
p { color: rgb(237,234,200); }
H1.HeaderClassName
{
color: #EDEAC8;
}
.AnyTagClassName
{
color: #EDEAC8;
}
</style>
background-color css
<style>
a { background-color: #EDEAC8; }
a { background-color: rgb(237,234,200); }
div.DivClassName
{
background-color: #EDEAC8;
}
.BgClassName
{
background-color: #EDEAC8;
}
</style>
border-color css
<style>
span { border-color: #EDEAC8; }
span { border-color: rgb(237,234,200); }
td.TdClassName
{
border-color: #EDEAC8;
}
.TagClassName
{
border-color: #EDEAC8;
}
</style>