Html Css Color HEX #EDE3BE Half Colonial White
📋 copy color: '#EDE3BE'red 237 ◦ green 227 ◦ blue 190
Shades of Half Colonial White #EDE3BE
Tints of Half Colonial White #EDE3BE
RGB
CMYK
RGB Variations
Color information
#EDE3BE (or 0xEDE3BE) is known color: Half Colonial White. HEX triplet: ED, E3 and BE. RGB value is (237,227,190). Sum of RGB (Red+Green+Blue) = 237+227+190=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 227 (89.06% from 255 or 34.71% from 654); Blue value is 190 (74.61% from 255 or 29.05% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3BE is #121C41. Grayscale: #E1E1E1. Windows color (decimal): -1186882 or 12510189. OLE color: 12510189.
HSL color Cylindrical-coordinate representation of color #EDE3BE: hue angle of 47.23º 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 #EDE3BE is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 190 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.07 |
| HSL | 47.23º | 0.57% | 0.84% | - |
| HSV(B) | 47.23º | 0.2% | 0.93% | - |
| XYZ | 71.69 | 76.66 | 59.73 | - |
| YUV | 225.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 190 | 0 | 0.04 | 0.20 | 0.07 | 47.23 | 0.57 | 0.84 |
| Hex | ED | E3 | BE | 0 | 4 | 14 | 7 | 2F | 39 | 54 |
| Octal | 355 | 343 | 276 | 0 | 4 | 24 | 7 | 57 | 71 | 124 |
| Binary | 11101101 | 11100011 | 10111110 | 0 | 100 | 10100 | 111 | 101111 | 111001 | 1010100 |
Color Harmonies of #EDE3BE
Complementary color
Monochromatic Colors of #EDE3BE
Black with #EDE3BE
Text Example
Text Example
White with #EDE3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE3BE; }
p { color: rgb(237,227,190); }
H1.HeaderClassName
{
color: #EDE3BE;
}
.AnyTagClassName
{
color: #EDE3BE;
}
</style>
background-color css
<style>
a { background-color: #EDE3BE; }
a { background-color: rgb(237,227,190); }
div.DivClassName
{
background-color: #EDE3BE;
}
.BgClassName
{
background-color: #EDE3BE;
}
</style>
border-color css
<style>
span { border-color: #EDE3BE; }
span { border-color: rgb(237,227,190); }
td.TdClassName
{
border-color: #EDE3BE;
}
.TagClassName
{
border-color: #EDE3BE;
}
</style>