Html Css Color HEX #E5D393 Double Colonial White
📋 copy color: '#E5D393'red 229 ◦ green 211 ◦ blue 147
Shades of Double Colonial White #E5D393
Tints of Double Colonial White #E5D393
RGB
CMYK
RGB Variations
Color information
#E5D393 (or 0xE5D393) is known color: Double Colonial White. HEX triplet: E5, D3 and 93. RGB value is (229,211,147). Sum of RGB (Red+Green+Blue) = 229+211+147=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 147 (57.81% from 255 or 25.04% from 587); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D393 is #1A2C6C. Grayscale: #D1D1D1. Windows color (decimal): -1715309 or 9688037. OLE color: 9688037.
HSL color Cylindrical-coordinate representation of color #E5D393: hue angle of 46.83º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E5D393 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 211 | 147 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.10 |
| HSL | 46.83º | 0.61% | 0.74% | - |
| HSV(B) | 46.83º | 0.36% | 0.9% | - |
| XYZ | 60.87 | 65.35 | 37.01 | - |
| YUV | 209.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 147 | 0 | 0.08 | 0.36 | 0.10 | 46.83 | 0.61 | 0.74 |
| Hex | E5 | D3 | 93 | 0 | 8 | 24 | A | 2F | 3D | 4A |
| Octal | 345 | 323 | 223 | 0 | 10 | 44 | 12 | 57 | 75 | 112 |
| Binary | 11100101 | 11010011 | 10010011 | 0 | 1000 | 100100 | 1010 | 101111 | 111101 | 1001010 |
Color Harmonies of #E5D393
Complementary color
Monochromatic Colors of #E5D393
Black with #E5D393
Text Example
Text Example
White with #E5D393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D393; }
p { color: rgb(229,211,147); }
H1.HeaderClassName
{
color: #E5D393;
}
.AnyTagClassName
{
color: #E5D393;
}
</style>
background-color css
<style>
a { background-color: #E5D393; }
a { background-color: rgb(229,211,147); }
div.DivClassName
{
background-color: #E5D393;
}
.BgClassName
{
background-color: #E5D393;
}
</style>
border-color css
<style>
span { border-color: #E5D393; }
span { border-color: rgb(229,211,147); }
td.TdClassName
{
border-color: #E5D393;
}
.TagClassName
{
border-color: #E5D393;
}
</style>