Html Css Color HEX #E5D391 Double Colonial White
📋 copy color: '#E5D391'red 229 ◦ green 211 ◦ blue 145
Shades of Double Colonial White #E5D391
Tints of Double Colonial White #E5D391
RGB
CMYK
RGB Variations
Color information
#E5D391 (or 0xE5D391) is known color: Double Colonial White. HEX triplet: E5, D3 and 91. RGB value is (229,211,145). Sum of RGB (Red+Green+Blue) = 229+211+145=585 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.15% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 145 (57.03% from 255 or 24.79% from 585); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D391 is #1A2C6E. Grayscale: #D1D1D1. Windows color (decimal): -1715311 or 9556965. OLE color: 9556965.
HSL color Cylindrical-coordinate representation of color #E5D391: hue angle of 47.14º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5D391 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 211 | 145 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.10 |
| HSL | 47.14º | 0.62% | 0.73% | - |
| HSV(B) | 47.14º | 0.37% | 0.9% | - |
| XYZ | 60.72 | 65.29 | 36.19 | - |
| YUV | 208.86 | 91.96 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 145 | 0 | 0.08 | 0.37 | 0.10 | 47.14 | 0.62 | 0.73 |
| Hex | E5 | D3 | 91 | 0 | 8 | 25 | A | 2F | 3E | 49 |
| Octal | 345 | 323 | 221 | 0 | 10 | 45 | 12 | 57 | 76 | 111 |
| Binary | 11100101 | 11010011 | 10010001 | 0 | 1000 | 100101 | 1010 | 101111 | 111110 | 1001001 |
Color Harmonies of #E5D391
Complementary color
Monochromatic Colors of #E5D391
Black with #E5D391
Text Example
Text Example
White with #E5D391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D391; }
p { color: rgb(229,211,145); }
H1.HeaderClassName
{
color: #E5D391;
}
.AnyTagClassName
{
color: #E5D391;
}
</style>
background-color css
<style>
a { background-color: #E5D391; }
a { background-color: rgb(229,211,145); }
div.DivClassName
{
background-color: #E5D391;
}
.BgClassName
{
background-color: #E5D391;
}
</style>
border-color css
<style>
span { border-color: #E5D391; }
span { border-color: rgb(229,211,145); }
td.TdClassName
{
border-color: #E5D391;
}
.TagClassName
{
border-color: #E5D391;
}
</style>