Html Css Color HEX #EDE2BE Half Colonial White
📋 copy color: '#EDE2BE'red 237 ◦ green 226 ◦ blue 190
Shades of Half Colonial White #EDE2BE
Tints of Half Colonial White #EDE2BE
RGB
CMYK
RGB Variations
Color information
#EDE2BE (or 0xEDE2BE) is known color: Half Colonial White. HEX triplet: ED, E2 and BE. RGB value is (237,226,190). Sum of RGB (Red+Green+Blue) = 237+226+190=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 190 (74.61% from 255 or 29.10% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2BE is #121D41. Grayscale: #E1E1E1. Windows color (decimal): -1187138 or 12509933. OLE color: 12509933.
HSL color Cylindrical-coordinate representation of color #EDE2BE: hue angle of 45.96º 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 #EDE2BE is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 190 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.07 |
| HSL | 45.96º | 0.57% | 0.84% | - |
| HSV(B) | 45.96º | 0.2% | 0.93% | - |
| XYZ | 71.42 | 76.11 | 59.64 | - |
| YUV | 225.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 190 | 0 | 0.05 | 0.20 | 0.07 | 45.96 | 0.57 | 0.84 |
| Hex | ED | E2 | BE | 0 | 5 | 14 | 7 | 2E | 39 | 54 |
| Octal | 355 | 342 | 276 | 0 | 5 | 24 | 7 | 56 | 71 | 124 |
| Binary | 11101101 | 11100010 | 10111110 | 0 | 101 | 10100 | 111 | 101110 | 111001 | 1010100 |
Color Harmonies of #EDE2BE
Complementary color
Monochromatic Colors of #EDE2BE
Black with #EDE2BE
Text Example
Text Example
White with #EDE2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2BE; }
p { color: rgb(237,226,190); }
H1.HeaderClassName
{
color: #EDE2BE;
}
.AnyTagClassName
{
color: #EDE2BE;
}
</style>
background-color css
<style>
a { background-color: #EDE2BE; }
a { background-color: rgb(237,226,190); }
div.DivClassName
{
background-color: #EDE2BE;
}
.BgClassName
{
background-color: #EDE2BE;
}
</style>
border-color css
<style>
span { border-color: #EDE2BE; }
span { border-color: rgb(237,226,190); }
td.TdClassName
{
border-color: #EDE2BE;
}
.TagClassName
{
border-color: #EDE2BE;
}
</style>