Html Css Color HEX #EDE5BB Half Colonial White
📋 copy color: '#EDE5BB'red 237 ◦ green 229 ◦ blue 187
Shades of Half Colonial White #EDE5BB
Tints of Half Colonial White #EDE5BB
RGB
CMYK
RGB Variations
Color information
#EDE5BB (or 0xEDE5BB) is known color: Half Colonial White. HEX triplet: ED, E5 and BB. RGB value is (237,229,187). Sum of RGB (Red+Green+Blue) = 237+229+187=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 187 (73.44% from 255 or 28.64% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5BB is #121A44. Grayscale: #E2E2E2. Windows color (decimal): -1186373 or 12314093. OLE color: 12314093.
HSL color Cylindrical-coordinate representation of color #EDE5BB: hue angle of 50.4º 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 #EDE5BB is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 187 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.07 |
| HSL | 50.4º | 0.58% | 0.83% | - |
| HSV(B) | 50.4º | 0.21% | 0.93% | - |
| XYZ | 71.91 | 77.63 | 58.21 | - |
| YUV | 226.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 187 | 0 | 0.03 | 0.21 | 0.07 | 50.4 | 0.58 | 0.83 |
| Hex | ED | E5 | BB | 0 | 3 | 15 | 7 | 32 | 3A | 53 |
| Octal | 355 | 345 | 273 | 0 | 3 | 25 | 7 | 62 | 72 | 123 |
| Binary | 11101101 | 11100101 | 10111011 | 0 | 11 | 10101 | 111 | 110010 | 111010 | 1010011 |
Color Harmonies of #EDE5BB
Complementary color
Monochromatic Colors of #EDE5BB
Black with #EDE5BB
Text Example
Text Example
White with #EDE5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5BB; }
p { color: rgb(237,229,187); }
H1.HeaderClassName
{
color: #EDE5BB;
}
.AnyTagClassName
{
color: #EDE5BB;
}
</style>
background-color css
<style>
a { background-color: #EDE5BB; }
a { background-color: rgb(237,229,187); }
div.DivClassName
{
background-color: #EDE5BB;
}
.BgClassName
{
background-color: #EDE5BB;
}
</style>
border-color css
<style>
span { border-color: #EDE5BB; }
span { border-color: rgb(237,229,187); }
td.TdClassName
{
border-color: #EDE5BB;
}
.TagClassName
{
border-color: #EDE5BB;
}
</style>