Html Css Color HEX #EDE5BC Half Colonial White
📋 copy color: '#EDE5BC'red 237 ◦ green 229 ◦ blue 188
Shades of Half Colonial White #EDE5BC
Tints of Half Colonial White #EDE5BC
RGB
CMYK
RGB Variations
Color information
#EDE5BC (or 0xEDE5BC) is known color: Half Colonial White. HEX triplet: ED, E5 and BC. RGB value is (237,229,188). Sum of RGB (Red+Green+Blue) = 237+229+188=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 188 (73.83% from 255 or 28.75% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5BC is #121A43. Grayscale: #E2E2E2. Windows color (decimal): -1186372 or 12379629. OLE color: 12379629.
HSL color Cylindrical-coordinate representation of color #EDE5BC: hue angle of 50.2º 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 #EDE5BC is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 188 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.07 |
| HSL | 50.2º | 0.58% | 0.83% | - |
| HSV(B) | 50.2º | 0.21% | 0.93% | - |
| XYZ | 72.02 | 77.67 | 58.77 | - |
| YUV | 226.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 188 | 0 | 0.03 | 0.21 | 0.07 | 50.2 | 0.58 | 0.83 |
| Hex | ED | E5 | BC | 0 | 3 | 15 | 7 | 32 | 3A | 53 |
| Octal | 355 | 345 | 274 | 0 | 3 | 25 | 7 | 62 | 72 | 123 |
| Binary | 11101101 | 11100101 | 10111100 | 0 | 11 | 10101 | 111 | 110010 | 111010 | 1010011 |
Color Harmonies of #EDE5BC
Complementary color
Monochromatic Colors of #EDE5BC
Black with #EDE5BC
Text Example
Text Example
White with #EDE5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5BC; }
p { color: rgb(237,229,188); }
H1.HeaderClassName
{
color: #EDE5BC;
}
.AnyTagClassName
{
color: #EDE5BC;
}
</style>
background-color css
<style>
a { background-color: #EDE5BC; }
a { background-color: rgb(237,229,188); }
div.DivClassName
{
background-color: #EDE5BC;
}
.BgClassName
{
background-color: #EDE5BC;
}
</style>
border-color css
<style>
span { border-color: #EDE5BC; }
span { border-color: rgb(237,229,188); }
td.TdClassName
{
border-color: #EDE5BC;
}
.TagClassName
{
border-color: #EDE5BC;
}
</style>