Html Css Color HEX #EDE3BB Half Colonial White
📋 copy color: '#EDE3BB'red 237 ◦ green 227 ◦ blue 187
Shades of Half Colonial White #EDE3BB
Tints of Half Colonial White #EDE3BB
RGB
CMYK
RGB Variations
Color information
#EDE3BB (or 0xEDE3BB) is known color: Half Colonial White. HEX triplet: ED, E3 and BB. RGB value is (237,227,187). Sum of RGB (Red+Green+Blue) = 237+227+187=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 227 (89.06% from 255 or 34.87% from 651); Blue value is 187 (73.44% from 255 or 28.73% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3BB is #121C44. Grayscale: #E1E1E1. Windows color (decimal): -1186885 or 12313581. OLE color: 12313581.
HSL color Cylindrical-coordinate representation of color #EDE3BB: hue angle of 48º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDE3BB is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 187 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.07 |
| HSL | 48º | 0.58% | 0.83% | - |
| HSV(B) | 48º | 0.21% | 0.93% | - |
| XYZ | 71.36 | 76.53 | 58.02 | - |
| YUV | 225.43 | 106.31 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 187 | 0 | 0.04 | 0.21 | 0.07 | 48 | 0.58 | 0.83 |
| Hex | ED | E3 | BB | 0 | 4 | 15 | 7 | 30 | 3A | 53 |
| Octal | 355 | 343 | 273 | 0 | 4 | 25 | 7 | 60 | 72 | 123 |
| Binary | 11101101 | 11100011 | 10111011 | 0 | 100 | 10101 | 111 | 110000 | 111010 | 1010011 |
Color Harmonies of #EDE3BB
Complementary color
Monochromatic Colors of #EDE3BB
Black with #EDE3BB
Text Example
Text Example
White with #EDE3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE3BB; }
p { color: rgb(237,227,187); }
H1.HeaderClassName
{
color: #EDE3BB;
}
.AnyTagClassName
{
color: #EDE3BB;
}
</style>
background-color css
<style>
a { background-color: #EDE3BB; }
a { background-color: rgb(237,227,187); }
div.DivClassName
{
background-color: #EDE3BB;
}
.BgClassName
{
background-color: #EDE3BB;
}
</style>
border-color css
<style>
span { border-color: #EDE3BB; }
span { border-color: rgb(237,227,187); }
td.TdClassName
{
border-color: #EDE3BB;
}
.TagClassName
{
border-color: #EDE3BB;
}
</style>