Html Css Color HEX #EDE2BD Half Colonial White
📋 copy color: '#EDE2BD'red 237 ◦ green 226 ◦ blue 189
Shades of Half Colonial White #EDE2BD
Tints of Half Colonial White #EDE2BD
RGB
CMYK
RGB Variations
Color information
#EDE2BD (or 0xEDE2BD) is known color: Half Colonial White. HEX triplet: ED, E2 and BD. RGB value is (237,226,189). Sum of RGB (Red+Green+Blue) = 237+226+189=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2BD is #121D42. Grayscale: #E1E1E1. Windows color (decimal): -1187139 or 12444397. OLE color: 12444397.
HSL color Cylindrical-coordinate representation of color #EDE2BD: hue angle of 46.25º 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 #EDE2BD is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 226 | 189 | - |
CMYK | 0 | 0.05 | 0.20 | 0.07 |
HSL | 46.25º | 0.57% | 0.84% | - |
HSV(B) | 46.25º | 0.2% | 0.93% | - |
XYZ | 71.31 | 76.07 | 59.07 | - |
YUV | 225.07 | 107.64 | 136.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 226 | 189 | 0 | 0.05 | 0.20 | 0.07 | 46.25 | 0.57 | 0.84 |
Hex | ED | E2 | BD | 0 | 5 | 14 | 7 | 2E | 39 | 54 |
Octal | 355 | 342 | 275 | 0 | 5 | 24 | 7 | 56 | 71 | 124 |
Binary | 11101101 | 11100010 | 10111101 | 0 | 101 | 10100 | 111 | 101110 | 111001 | 1010100 |
Color Harmonies of #EDE2BD
Complementary color
Monochromatic Colors of #EDE2BD
Black with #EDE2BD
Text Example
Text Example
White with #EDE2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2BD; }
p { color: rgb(237,226,189); }
H1.HeaderClassName
{
color: #EDE2BD;
}
.AnyTagClassName
{
color: #EDE2BD;
}
</style>
background-color css
<style>
a { background-color: #EDE2BD; }
a { background-color: rgb(237,226,189); }
div.DivClassName
{
background-color: #EDE2BD;
}
.BgClassName
{
background-color: #EDE2BD;
}
</style>
border-color css
<style>
span { border-color: #EDE2BD; }
span { border-color: rgb(237,226,189); }
td.TdClassName
{
border-color: #EDE2BD;
}
.TagClassName
{
border-color: #EDE2BD;
}
</style>