Html Css Color HEX #EDE3BD Half Colonial White
📋 copy color: '#EDE3BD'red 237 ◦ green 227 ◦ blue 189
Shades of Half Colonial White #EDE3BD
Tints of Half Colonial White #EDE3BD
RGB
CMYK
RGB Variations
Color information
#EDE3BD (or 0xEDE3BD) is known color: Half Colonial White. HEX triplet: ED, E3 and BD. RGB value is (237,227,189). Sum of RGB (Red+Green+Blue) = 237+227+189=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 189 (74.22% from 255 or 28.94% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3BD is #121C42. Grayscale: #E1E1E1. Windows color (decimal): -1186883 or 12444653. OLE color: 12444653.
HSL color Cylindrical-coordinate representation of color #EDE3BD: hue angle of 47.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDE3BD is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 189 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.07 |
| HSL | 47.5º | 0.57% | 0.84% | - |
| HSV(B) | 47.5º | 0.2% | 0.93% | - |
| XYZ | 71.58 | 76.62 | 59.16 | - |
| YUV | 225.66 | 107.31 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 189 | 0 | 0.04 | 0.20 | 0.07 | 47.5 | 0.57 | 0.84 |
| Hex | ED | E3 | BD | 0 | 4 | 14 | 7 | 30 | 39 | 54 |
| Octal | 355 | 343 | 275 | 0 | 4 | 24 | 7 | 60 | 71 | 124 |
| Binary | 11101101 | 11100011 | 10111101 | 0 | 100 | 10100 | 111 | 110000 | 111001 | 1010100 |
Color Harmonies of #EDE3BD
Complementary color
Monochromatic Colors of #EDE3BD
Black with #EDE3BD
Text Example
Text Example
White with #EDE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE3BD; }
p { color: rgb(237,227,189); }
H1.HeaderClassName
{
color: #EDE3BD;
}
.AnyTagClassName
{
color: #EDE3BD;
}
</style>
background-color css
<style>
a { background-color: #EDE3BD; }
a { background-color: rgb(237,227,189); }
div.DivClassName
{
background-color: #EDE3BD;
}
.BgClassName
{
background-color: #EDE3BD;
}
</style>
border-color css
<style>
span { border-color: #EDE3BD; }
span { border-color: rgb(237,227,189); }
td.TdClassName
{
border-color: #EDE3BD;
}
.TagClassName
{
border-color: #EDE3BD;
}
</style>