Html Css Color HEX #EDE2C0 Half Colonial White
📋 copy color: '#EDE2C0'red 237 ◦ green 226 ◦ blue 192
Shades of Half Colonial White #EDE2C0
Tints of Half Colonial White #EDE2C0
RGB
CMYK
RGB Variations
Color information
#EDE2C0 (or 0xEDE2C0) is known color: Half Colonial White. HEX triplet: ED, E2 and C0. RGB value is (237,226,192). Sum of RGB (Red+Green+Blue) = 237+226+192=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 192 (75.39% from 255 or 29.31% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2C0 is #121D3F. Grayscale: #E1E1E1. Windows color (decimal): -1187136 or 12641005. OLE color: 12641005.
HSL color Cylindrical-coordinate representation of color #EDE2C0: hue angle of 45.33º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDE2C0 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 192 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.07 |
| HSL | 45.33º | 0.56% | 0.84% | - |
| HSV(B) | 45.33º | 0.19% | 0.93% | - |
| XYZ | 71.64 | 76.2 | 60.8 | - |
| YUV | 225.41 | 109.14 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 192 | 0 | 0.05 | 0.19 | 0.07 | 45.33 | 0.56 | 0.84 |
| Hex | ED | E2 | C0 | 0 | 5 | 13 | 7 | 2D | 38 | 54 |
| Octal | 355 | 342 | 300 | 0 | 5 | 23 | 7 | 55 | 70 | 124 |
| Binary | 11101101 | 11100010 | 11000000 | 0 | 101 | 10011 | 111 | 101101 | 111000 | 1010100 |
Color Harmonies of #EDE2C0
Complementary color
Monochromatic Colors of #EDE2C0
Black with #EDE2C0
Text Example
Text Example
White with #EDE2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2C0; }
p { color: rgb(237,226,192); }
H1.HeaderClassName
{
color: #EDE2C0;
}
.AnyTagClassName
{
color: #EDE2C0;
}
</style>
background-color css
<style>
a { background-color: #EDE2C0; }
a { background-color: rgb(237,226,192); }
div.DivClassName
{
background-color: #EDE2C0;
}
.BgClassName
{
background-color: #EDE2C0;
}
</style>
border-color css
<style>
span { border-color: #EDE2C0; }
span { border-color: rgb(237,226,192); }
td.TdClassName
{
border-color: #EDE2C0;
}
.TagClassName
{
border-color: #EDE2C0;
}
</style>