Shades of Half And Half #EDEAC5
Tints of Half And Half #EDEAC5
RGB
CMYK
RGB Variations
Color information
#EDEAC5 (or 0xEDEAC5) is known color: Half And Half. HEX triplet: ED, EA and C5. RGB value is (237,234,197). Sum of RGB (Red+Green+Blue) = 237+234+197=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 197 (77.34% from 255 or 29.49% from 668); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAC5 is #12153A. Grayscale: #E6E6E6. Windows color (decimal): -1185083 or 12970733. OLE color: 12970733.
HSL color Cylindrical-coordinate representation of color #EDEAC5: hue angle of 55.5º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDEAC5 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 197 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.07 |
| HSL | 55.5º | 0.53% | 0.85% | - |
| HSV(B) | 55.5º | 0.17% | 0.93% | - |
| XYZ | 74.43 | 80.88 | 64.51 | - |
| YUV | 230.68 | 108.99 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 197 | 0 | 0.01 | 0.17 | 0.07 | 55.5 | 0.53 | 0.85 |
| Hex | ED | EA | C5 | 0 | 1 | 11 | 7 | 38 | 35 | 55 |
| Octal | 355 | 352 | 305 | 0 | 1 | 21 | 7 | 70 | 65 | 125 |
| Binary | 11101101 | 11101010 | 11000101 | 0 | 1 | 10001 | 111 | 111000 | 110101 | 1010101 |
Color Harmonies of #EDEAC5
Complementary color
Monochromatic Colors of #EDEAC5
Black with #EDEAC5
Text Example
Text Example
White with #EDEAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEAC5; }
p { color: rgb(237,234,197); }
H1.HeaderClassName
{
color: #EDEAC5;
}
.AnyTagClassName
{
color: #EDEAC5;
}
</style>
background-color css
<style>
a { background-color: #EDEAC5; }
a { background-color: rgb(237,234,197); }
div.DivClassName
{
background-color: #EDEAC5;
}
.BgClassName
{
background-color: #EDEAC5;
}
</style>
border-color css
<style>
span { border-color: #EDEAC5; }
span { border-color: rgb(237,234,197); }
td.TdClassName
{
border-color: #EDEAC5;
}
.TagClassName
{
border-color: #EDEAC5;
}
</style>