Shades of Half And Half #EDEAC2
Tints of Half And Half #EDEAC2
RGB
CMYK
RGB Variations
Color information
#EDEAC2 (or 0xEDEAC2) is known color: Half And Half. HEX triplet: ED, EA and C2. RGB value is (237,234,194). Sum of RGB (Red+Green+Blue) = 237+234+194=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 194 (76.17% from 255 or 29.17% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAC2 is #12153D. Grayscale: #E6E6E6. Windows color (decimal): -1185086 or 12774125. OLE color: 12774125.
HSL color Cylindrical-coordinate representation of color #EDEAC2: hue angle of 55.81º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDEAC2 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 194 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.07 |
| HSL | 55.81º | 0.54% | 0.85% | - |
| HSV(B) | 55.81º | 0.18% | 0.93% | - |
| XYZ | 74.09 | 80.75 | 62.72 | - |
| YUV | 230.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 194 | 0 | 0.01 | 0.18 | 0.07 | 55.81 | 0.54 | 0.85 |
| Hex | ED | EA | C2 | 0 | 1 | 12 | 7 | 38 | 36 | 55 |
| Octal | 355 | 352 | 302 | 0 | 1 | 22 | 7 | 70 | 66 | 125 |
| Binary | 11101101 | 11101010 | 11000010 | 0 | 1 | 10010 | 111 | 111000 | 110110 | 1010101 |
Color Harmonies of #EDEAC2
Complementary color
Monochromatic Colors of #EDEAC2
Black with #EDEAC2
Text Example
Text Example
White with #EDEAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEAC2; }
p { color: rgb(237,234,194); }
H1.HeaderClassName
{
color: #EDEAC2;
}
.AnyTagClassName
{
color: #EDEAC2;
}
</style>
background-color css
<style>
a { background-color: #EDEAC2; }
a { background-color: rgb(237,234,194); }
div.DivClassName
{
background-color: #EDEAC2;
}
.BgClassName
{
background-color: #EDEAC2;
}
</style>
border-color css
<style>
span { border-color: #EDEAC2; }
span { border-color: rgb(237,234,194); }
td.TdClassName
{
border-color: #EDEAC2;
}
.TagClassName
{
border-color: #EDEAC2;
}
</style>