Html Css Color HEX #EDE4BA Half Colonial White
📋 copy color: '#EDE4BA'red 237 ◦ green 228 ◦ blue 186
Shades of Half Colonial White #EDE4BA
Tints of Half Colonial White #EDE4BA
RGB
CMYK
RGB Variations
Color information
#EDE4BA (or 0xEDE4BA) is known color: Half Colonial White. HEX triplet: ED, E4 and BA. RGB value is (237,228,186). Sum of RGB (Red+Green+Blue) = 237+228+186=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 186 (73.05% from 255 or 28.57% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4BA is #121B45. Grayscale: #E2E2E2. Windows color (decimal): -1186630 or 12248301. OLE color: 12248301.
HSL color Cylindrical-coordinate representation of color #EDE4BA: hue angle of 49.41º 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 #EDE4BA is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 186 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.07 |
| HSL | 49.41º | 0.59% | 0.83% | - |
| HSV(B) | 49.41º | 0.22% | 0.93% | - |
| XYZ | 71.53 | 77.04 | 57.55 | - |
| YUV | 225.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 186 | 0 | 0.04 | 0.22 | 0.07 | 49.41 | 0.59 | 0.83 |
| Hex | ED | E4 | BA | 0 | 4 | 16 | 7 | 31 | 3B | 53 |
| Octal | 355 | 344 | 272 | 0 | 4 | 26 | 7 | 61 | 73 | 123 |
| Binary | 11101101 | 11100100 | 10111010 | 0 | 100 | 10110 | 111 | 110001 | 111011 | 1010011 |
Color Harmonies of #EDE4BA
Complementary color
Monochromatic Colors of #EDE4BA
Black with #EDE4BA
Text Example
Text Example
White with #EDE4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE4BA; }
p { color: rgb(237,228,186); }
H1.HeaderClassName
{
color: #EDE4BA;
}
.AnyTagClassName
{
color: #EDE4BA;
}
</style>
background-color css
<style>
a { background-color: #EDE4BA; }
a { background-color: rgb(237,228,186); }
div.DivClassName
{
background-color: #EDE4BA;
}
.BgClassName
{
background-color: #EDE4BA;
}
</style>
border-color css
<style>
span { border-color: #EDE4BA; }
span { border-color: rgb(237,228,186); }
td.TdClassName
{
border-color: #EDE4BA;
}
.TagClassName
{
border-color: #EDE4BA;
}
</style>