Html Css Color HEX #EDE1C1 Half Colonial White
📋 copy color: '#EDE1C1'red 237 ◦ green 225 ◦ blue 193
Shades of Half Colonial White #EDE1C1
Tints of Half Colonial White #EDE1C1
RGB
CMYK
RGB Variations
Color information
#EDE1C1 (or 0xEDE1C1) is known color: Half Colonial White. HEX triplet: ED, E1 and C1. RGB value is (237,225,193). Sum of RGB (Red+Green+Blue) = 237+225+193=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 225 (88.28% from 255 or 34.35% from 655); Blue value is 193 (75.78% from 255 or 29.47% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1C1 is #121E3E. Grayscale: #E1E1E1. Windows color (decimal): -1187391 or 12706285. OLE color: 12706285.
HSL color Cylindrical-coordinate representation of color #EDE1C1: hue angle of 43.64º 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 #EDE1C1 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 193 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.07 |
| HSL | 43.64º | 0.55% | 0.84% | - |
| HSV(B) | 43.64º | 0.19% | 0.93% | - |
| XYZ | 71.48 | 75.71 | 61.3 | - |
| YUV | 224.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 193 | 0 | 0.05 | 0.19 | 0.07 | 43.64 | 0.55 | 0.84 |
| Hex | ED | E1 | C1 | 0 | 5 | 13 | 7 | 2C | 37 | 54 |
| Octal | 355 | 341 | 301 | 0 | 5 | 23 | 7 | 54 | 67 | 124 |
| Binary | 11101101 | 11100001 | 11000001 | 0 | 101 | 10011 | 111 | 101100 | 110111 | 1010100 |
Color Harmonies of #EDE1C1
Complementary color
Monochromatic Colors of #EDE1C1
Black with #EDE1C1
Text Example
Text Example
White with #EDE1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE1C1; }
p { color: rgb(237,225,193); }
H1.HeaderClassName
{
color: #EDE1C1;
}
.AnyTagClassName
{
color: #EDE1C1;
}
</style>
background-color css
<style>
a { background-color: #EDE1C1; }
a { background-color: rgb(237,225,193); }
div.DivClassName
{
background-color: #EDE1C1;
}
.BgClassName
{
background-color: #EDE1C1;
}
</style>
border-color css
<style>
span { border-color: #EDE1C1; }
span { border-color: rgb(237,225,193); }
td.TdClassName
{
border-color: #EDE1C1;
}
.TagClassName
{
border-color: #EDE1C1;
}
</style>