Html Css Color HEX #EDE5BE Half Colonial White
📋 copy color: '#EDE5BE'red 237 ◦ green 229 ◦ blue 190
Shades of Half Colonial White #EDE5BE
Tints of Half Colonial White #EDE5BE
RGB
CMYK
RGB Variations
Color information
#EDE5BE (or 0xEDE5BE) is known color: Half Colonial White. HEX triplet: ED, E5 and BE. RGB value is (237,229,190). Sum of RGB (Red+Green+Blue) = 237+229+190=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 190 (74.61% from 255 or 28.96% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5BE is #121A41. Grayscale: #E3E3E3. Windows color (decimal): -1186370 or 12510701. OLE color: 12510701.
HSL color Cylindrical-coordinate representation of color #EDE5BE: hue angle of 49.79º 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 #EDE5BE is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 190 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.07 |
| HSL | 49.79º | 0.57% | 0.84% | - |
| HSV(B) | 49.79º | 0.2% | 0.93% | - |
| XYZ | 72.24 | 77.76 | 59.92 | - |
| YUV | 226.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 190 | 0 | 0.03 | 0.20 | 0.07 | 49.79 | 0.57 | 0.84 |
| Hex | ED | E5 | BE | 0 | 3 | 14 | 7 | 32 | 39 | 54 |
| Octal | 355 | 345 | 276 | 0 | 3 | 24 | 7 | 62 | 71 | 124 |
| Binary | 11101101 | 11100101 | 10111110 | 0 | 11 | 10100 | 111 | 110010 | 111001 | 1010100 |
Color Harmonies of #EDE5BE
Complementary color
Monochromatic Colors of #EDE5BE
Black with #EDE5BE
Text Example
Text Example
White with #EDE5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5BE; }
p { color: rgb(237,229,190); }
H1.HeaderClassName
{
color: #EDE5BE;
}
.AnyTagClassName
{
color: #EDE5BE;
}
</style>
background-color css
<style>
a { background-color: #EDE5BE; }
a { background-color: rgb(237,229,190); }
div.DivClassName
{
background-color: #EDE5BE;
}
.BgClassName
{
background-color: #EDE5BE;
}
</style>
border-color css
<style>
span { border-color: #EDE5BE; }
span { border-color: rgb(237,229,190); }
td.TdClassName
{
border-color: #EDE5BE;
}
.TagClassName
{
border-color: #EDE5BE;
}
</style>