Html Css Color HEX #EDE3BC Half Colonial White
📋 copy color: '#EDE3BC'red 237 ◦ green 227 ◦ blue 188
Shades of Half Colonial White #EDE3BC
Tints of Half Colonial White #EDE3BC
RGB
CMYK
RGB Variations
Color information
#EDE3BC (or 0xEDE3BC) is known color: Half Colonial White. HEX triplet: ED, E3 and BC. RGB value is (237,227,188). Sum of RGB (Red+Green+Blue) = 237+227+188=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 188 (73.83% from 255 or 28.83% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3BC is #121C43. Grayscale: #E1E1E1. Windows color (decimal): -1186884 or 12379117. OLE color: 12379117.
HSL color Cylindrical-coordinate representation of color #EDE3BC: hue angle of 47.76º 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 #EDE3BC is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 188 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.07 |
| HSL | 47.76º | 0.58% | 0.83% | - |
| HSV(B) | 47.76º | 0.21% | 0.93% | - |
| XYZ | 71.47 | 76.57 | 58.59 | - |
| YUV | 225.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 188 | 0 | 0.04 | 0.21 | 0.07 | 47.76 | 0.58 | 0.83 |
| Hex | ED | E3 | BC | 0 | 4 | 15 | 7 | 30 | 3A | 53 |
| Octal | 355 | 343 | 274 | 0 | 4 | 25 | 7 | 60 | 72 | 123 |
| Binary | 11101101 | 11100011 | 10111100 | 0 | 100 | 10101 | 111 | 110000 | 111010 | 1010011 |
Color Harmonies of #EDE3BC
Complementary color
Monochromatic Colors of #EDE3BC
Black with #EDE3BC
Text Example
Text Example
White with #EDE3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE3BC; }
p { color: rgb(237,227,188); }
H1.HeaderClassName
{
color: #EDE3BC;
}
.AnyTagClassName
{
color: #EDE3BC;
}
</style>
background-color css
<style>
a { background-color: #EDE3BC; }
a { background-color: rgb(237,227,188); }
div.DivClassName
{
background-color: #EDE3BC;
}
.BgClassName
{
background-color: #EDE3BC;
}
</style>
border-color css
<style>
span { border-color: #EDE3BC; }
span { border-color: rgb(237,227,188); }
td.TdClassName
{
border-color: #EDE3BC;
}
.TagClassName
{
border-color: #EDE3BC;
}
</style>