Html Css Color HEX #EDE4B9 Half Colonial White
📋 copy color: '#EDE4B9'red 237 ◦ green 228 ◦ blue 185
Shades of Half Colonial White #EDE4B9
Tints of Half Colonial White #EDE4B9
RGB
CMYK
RGB Variations
Color information
#EDE4B9 (or 0xEDE4B9) is known color: Half Colonial White. HEX triplet: ED, E4 and B9. RGB value is (237,228,185). Sum of RGB (Red+Green+Blue) = 237+228+185=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 185 (72.66% from 255 or 28.46% from 650); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4B9 is #121B46. Grayscale: #E1E1E1. Windows color (decimal): -1186631 or 12182765. OLE color: 12182765.
HSL color Cylindrical-coordinate representation of color #EDE4B9: hue angle of 49.62º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDE4B9 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 185 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.07 |
| HSL | 49.62º | 0.59% | 0.83% | - |
| HSV(B) | 49.62º | 0.22% | 0.93% | - |
| XYZ | 71.43 | 76.99 | 57 | - |
| YUV | 225.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 185 | 0 | 0.04 | 0.22 | 0.07 | 49.62 | 0.59 | 0.83 |
| Hex | ED | E4 | B9 | 0 | 4 | 16 | 7 | 32 | 3B | 53 |
| Octal | 355 | 344 | 271 | 0 | 4 | 26 | 7 | 62 | 73 | 123 |
| Binary | 11101101 | 11100100 | 10111001 | 0 | 100 | 10110 | 111 | 110010 | 111011 | 1010011 |
Color Harmonies of #EDE4B9
Complementary color
Monochromatic Colors of #EDE4B9
Black with #EDE4B9
Text Example
Text Example
White with #EDE4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE4B9; }
p { color: rgb(237,228,185); }
H1.HeaderClassName
{
color: #EDE4B9;
}
.AnyTagClassName
{
color: #EDE4B9;
}
</style>
background-color css
<style>
a { background-color: #EDE4B9; }
a { background-color: rgb(237,228,185); }
div.DivClassName
{
background-color: #EDE4B9;
}
.BgClassName
{
background-color: #EDE4B9;
}
</style>
border-color css
<style>
span { border-color: #EDE4B9; }
span { border-color: rgb(237,228,185); }
td.TdClassName
{
border-color: #EDE4B9;
}
.TagClassName
{
border-color: #EDE4B9;
}
</style>