Shades of Half And Half #EDE8CA
Tints of Half And Half #EDE8CA
RGB
CMYK
RGB Variations
Color information
#EDE8CA (or 0xEDE8CA) is known color: Half And Half. HEX triplet: ED, E8 and CA. RGB value is (237,232,202). Sum of RGB (Red+Green+Blue) = 237+232+202=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 232 (91.02% from 255 or 34.58% from 671); Blue value is 202 (79.30% from 255 or 30.10% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE8CA is #121735. Grayscale: #E6E6E6. Windows color (decimal): -1185590 or 13297901. OLE color: 13297901.
HSL color Cylindrical-coordinate representation of color #EDE8CA: hue angle of 51.43º degrees, saturation: 0.49, 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 #EDE8CA is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 202 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.07 |
| HSL | 51.43º | 0.49% | 0.86% | - |
| HSV(B) | 51.43º | 0.15% | 0.93% | - |
| XYZ | 74.44 | 79.98 | 67.39 | - |
| YUV | 230.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 202 | 0 | 0.02 | 0.15 | 0.07 | 51.43 | 0.49 | 0.86 |
| Hex | ED | E8 | CA | 0 | 2 | F | 7 | 33 | 31 | 56 |
| Octal | 355 | 350 | 312 | 0 | 2 | 17 | 7 | 63 | 61 | 126 |
| Binary | 11101101 | 11101000 | 11001010 | 0 | 10 | 1111 | 111 | 110011 | 110001 | 1010110 |
Color Harmonies of #EDE8CA
Complementary color
Monochromatic Colors of #EDE8CA
Black with #EDE8CA
Text Example
Text Example
White with #EDE8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE8CA; }
p { color: rgb(237,232,202); }
H1.HeaderClassName
{
color: #EDE8CA;
}
.AnyTagClassName
{
color: #EDE8CA;
}
</style>
background-color css
<style>
a { background-color: #EDE8CA; }
a { background-color: rgb(237,232,202); }
div.DivClassName
{
background-color: #EDE8CA;
}
.BgClassName
{
background-color: #EDE8CA;
}
</style>
border-color css
<style>
span { border-color: #EDE8CA; }
span { border-color: rgb(237,232,202); }
td.TdClassName
{
border-color: #EDE8CA;
}
.TagClassName
{
border-color: #EDE8CA;
}
</style>