Shades of Half And Half #EDE6C2
Tints of Half And Half #EDE6C2
RGB
CMYK
RGB Variations
Color information
#EDE6C2 (or 0xEDE6C2) is known color: Half And Half. HEX triplet: ED, E6 and C2. RGB value is (237,230,194). Sum of RGB (Red+Green+Blue) = 237+230+194=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 230 (90.23% from 255 or 34.80% from 661); Blue value is 194 (76.17% from 255 or 29.35% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6C2 is #12193D. Grayscale: #E4E4E4. Windows color (decimal): -1186110 or 12773101. OLE color: 12773101.
HSL color Cylindrical-coordinate representation of color #EDE6C2: hue angle of 50.23º 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 #EDE6C2 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 194 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.07 |
| HSL | 50.23º | 0.54% | 0.85% | - |
| HSV(B) | 50.23º | 0.18% | 0.93% | - |
| XYZ | 72.96 | 78.49 | 62.34 | - |
| YUV | 227.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 194 | 0 | 0.03 | 0.18 | 0.07 | 50.23 | 0.54 | 0.85 |
| Hex | ED | E6 | C2 | 0 | 3 | 12 | 7 | 32 | 36 | 55 |
| Octal | 355 | 346 | 302 | 0 | 3 | 22 | 7 | 62 | 66 | 125 |
| Binary | 11101101 | 11100110 | 11000010 | 0 | 11 | 10010 | 111 | 110010 | 110110 | 1010101 |
Color Harmonies of #EDE6C2
Complementary color
Monochromatic Colors of #EDE6C2
Black with #EDE6C2
Text Example
Text Example
White with #EDE6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE6C2; }
p { color: rgb(237,230,194); }
H1.HeaderClassName
{
color: #EDE6C2;
}
.AnyTagClassName
{
color: #EDE6C2;
}
</style>
background-color css
<style>
a { background-color: #EDE6C2; }
a { background-color: rgb(237,230,194); }
div.DivClassName
{
background-color: #EDE6C2;
}
.BgClassName
{
background-color: #EDE6C2;
}
</style>
border-color css
<style>
span { border-color: #EDE6C2; }
span { border-color: rgb(237,230,194); }
td.TdClassName
{
border-color: #EDE6C2;
}
.TagClassName
{
border-color: #EDE6C2;
}
</style>