Html Css Color HEX #EDE4BD Half Colonial White
📋 copy color: '#EDE4BD'red 237 ◦ green 228 ◦ blue 189
Shades of Half Colonial White #EDE4BD
Tints of Half Colonial White #EDE4BD
RGB
CMYK
RGB Variations
Color information
#EDE4BD (or 0xEDE4BD) is known color: Half Colonial White. HEX triplet: ED, E4 and BD. RGB value is (237,228,189). Sum of RGB (Red+Green+Blue) = 237+228+189=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4BD is #121B42. Grayscale: #E2E2E2. Windows color (decimal): -1186627 or 12444909. OLE color: 12444909.
HSL color Cylindrical-coordinate representation of color #EDE4BD: hue angle of 48.75º 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 #EDE4BD is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 189 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.07 |
| HSL | 48.75º | 0.57% | 0.84% | - |
| HSV(B) | 48.75º | 0.2% | 0.93% | - |
| XYZ | 71.85 | 77.17 | 59.25 | - |
| YUV | 226.25 | 106.98 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 189 | 0 | 0.04 | 0.20 | 0.07 | 48.75 | 0.57 | 0.84 |
| Hex | ED | E4 | BD | 0 | 4 | 14 | 7 | 31 | 39 | 54 |
| Octal | 355 | 344 | 275 | 0 | 4 | 24 | 7 | 61 | 71 | 124 |
| Binary | 11101101 | 11100100 | 10111101 | 0 | 100 | 10100 | 111 | 110001 | 111001 | 1010100 |
Color Harmonies of #EDE4BD
Complementary color
Monochromatic Colors of #EDE4BD
Black with #EDE4BD
Text Example
Text Example
White with #EDE4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE4BD; }
p { color: rgb(237,228,189); }
H1.HeaderClassName
{
color: #EDE4BD;
}
.AnyTagClassName
{
color: #EDE4BD;
}
</style>
background-color css
<style>
a { background-color: #EDE4BD; }
a { background-color: rgb(237,228,189); }
div.DivClassName
{
background-color: #EDE4BD;
}
.BgClassName
{
background-color: #EDE4BD;
}
</style>
border-color css
<style>
span { border-color: #EDE4BD; }
span { border-color: rgb(237,228,189); }
td.TdClassName
{
border-color: #EDE4BD;
}
.TagClassName
{
border-color: #EDE4BD;
}
</style>