Html Css Color HEX #EDE1C0 Half Colonial White
📋 copy color: '#EDE1C0'red 237 ◦ green 225 ◦ blue 192
Shades of Half Colonial White #EDE1C0
Tints of Half Colonial White #EDE1C0
RGB
CMYK
RGB Variations
Color information
#EDE1C0 (or 0xEDE1C0) is known color: Half Colonial White. HEX triplet: ED, E1 and C0. RGB value is (237,225,192). Sum of RGB (Red+Green+Blue) = 237+225+192=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 192 (75.39% from 255 or 29.36% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1C0 is #121E3F. Grayscale: #E0E0E0. Windows color (decimal): -1187392 or 12640749. OLE color: 12640749.
HSL color Cylindrical-coordinate representation of color #EDE1C0: hue angle of 44º 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 #EDE1C0 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 192 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.07 |
| HSL | 44º | 0.56% | 0.84% | - |
| HSV(B) | 44º | 0.19% | 0.93% | - |
| XYZ | 71.36 | 75.66 | 60.71 | - |
| YUV | 224.83 | 109.48 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 192 | 0 | 0.05 | 0.19 | 0.07 | 44 | 0.56 | 0.84 |
| Hex | ED | E1 | C0 | 0 | 5 | 13 | 7 | 2C | 38 | 54 |
| Octal | 355 | 341 | 300 | 0 | 5 | 23 | 7 | 54 | 70 | 124 |
| Binary | 11101101 | 11100001 | 11000000 | 0 | 101 | 10011 | 111 | 101100 | 111000 | 1010100 |
Color Harmonies of #EDE1C0
Complementary color
Monochromatic Colors of #EDE1C0
Black with #EDE1C0
Text Example
Text Example
White with #EDE1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE1C0; }
p { color: rgb(237,225,192); }
H1.HeaderClassName
{
color: #EDE1C0;
}
.AnyTagClassName
{
color: #EDE1C0;
}
</style>
background-color css
<style>
a { background-color: #EDE1C0; }
a { background-color: rgb(237,225,192); }
div.DivClassName
{
background-color: #EDE1C0;
}
.BgClassName
{
background-color: #EDE1C0;
}
</style>
border-color css
<style>
span { border-color: #EDE1C0; }
span { border-color: rgb(237,225,192); }
td.TdClassName
{
border-color: #EDE1C0;
}
.TagClassName
{
border-color: #EDE1C0;
}
</style>