Html Css Color HEX #EDE2C1 Half Colonial White
📋 copy color: '#EDE2C1'red 237 ◦ green 226 ◦ blue 193
Shades of Half Colonial White #EDE2C1
Tints of Half Colonial White #EDE2C1
RGB
CMYK
RGB Variations
Color information
#EDE2C1 (or 0xEDE2C1) is known color: Half Colonial White. HEX triplet: ED, E2 and C1. RGB value is (237,226,193). Sum of RGB (Red+Green+Blue) = 237+226+193=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 193 (75.78% from 255 or 29.42% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2C1 is #121D3E. Grayscale: #E1E1E1. Windows color (decimal): -1187135 or 12706541. OLE color: 12706541.
HSL color Cylindrical-coordinate representation of color #EDE2C1: hue angle of 45º degrees, saturation: 0.55, 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 #EDE2C1 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 193 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.07 |
| HSL | 45º | 0.55% | 0.84% | - |
| HSV(B) | 45º | 0.19% | 0.93% | - |
| XYZ | 71.75 | 76.25 | 61.39 | - |
| YUV | 225.53 | 109.64 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 193 | 0 | 0.05 | 0.19 | 0.07 | 45 | 0.55 | 0.84 |
| Hex | ED | E2 | C1 | 0 | 5 | 13 | 7 | 2D | 37 | 54 |
| Octal | 355 | 342 | 301 | 0 | 5 | 23 | 7 | 55 | 67 | 124 |
| Binary | 11101101 | 11100010 | 11000001 | 0 | 101 | 10011 | 111 | 101101 | 110111 | 1010100 |
Color Harmonies of #EDE2C1
Complementary color
Monochromatic Colors of #EDE2C1
Black with #EDE2C1
Text Example
Text Example
White with #EDE2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2C1; }
p { color: rgb(237,226,193); }
H1.HeaderClassName
{
color: #EDE2C1;
}
.AnyTagClassName
{
color: #EDE2C1;
}
</style>
background-color css
<style>
a { background-color: #EDE2C1; }
a { background-color: rgb(237,226,193); }
div.DivClassName
{
background-color: #EDE2C1;
}
.BgClassName
{
background-color: #EDE2C1;
}
</style>
border-color css
<style>
span { border-color: #EDE2C1; }
span { border-color: rgb(237,226,193); }
td.TdClassName
{
border-color: #EDE2C1;
}
.TagClassName
{
border-color: #EDE2C1;
}
</style>