Html Css Color HEX #E5D293 Double Colonial White
📋 copy color: '#E5D293'red 229 ◦ green 210 ◦ blue 147
Shades of Double Colonial White #E5D293
Tints of Double Colonial White #E5D293
RGB
CMYK
RGB Variations
Color information
#E5D293 (or 0xE5D293) is known color: Double Colonial White. HEX triplet: E5, D2 and 93. RGB value is (229,210,147). Sum of RGB (Red+Green+Blue) = 229+210+147=586 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.08% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 147 (57.81% from 255 or 25.09% from 586); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D293 is #1A2D6C. Grayscale: #D0D0D0. Windows color (decimal): -1715565 or 9687781. OLE color: 9687781.
HSL color Cylindrical-coordinate representation of color #E5D293: hue angle of 46.1º 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 #E5D293 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 147 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.10 |
| HSL | 46.1º | 0.61% | 0.74% | - |
| HSV(B) | 46.1º | 0.36% | 0.9% | - |
| XYZ | 60.63 | 64.86 | 36.93 | - |
| YUV | 208.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 147 | 0 | 0.08 | 0.36 | 0.10 | 46.1 | 0.61 | 0.74 |
| Hex | E5 | D2 | 93 | 0 | 8 | 24 | A | 2E | 3D | 4A |
| Octal | 345 | 322 | 223 | 0 | 10 | 44 | 12 | 56 | 75 | 112 |
| Binary | 11100101 | 11010010 | 10010011 | 0 | 1000 | 100100 | 1010 | 101110 | 111101 | 1001010 |
Color Harmonies of #E5D293
Complementary color
Monochromatic Colors of #E5D293
Black with #E5D293
Text Example
Text Example
White with #E5D293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D293; }
p { color: rgb(229,210,147); }
H1.HeaderClassName
{
color: #E5D293;
}
.AnyTagClassName
{
color: #E5D293;
}
</style>
background-color css
<style>
a { background-color: #E5D293; }
a { background-color: rgb(229,210,147); }
div.DivClassName
{
background-color: #E5D293;
}
.BgClassName
{
background-color: #E5D293;
}
</style>
border-color css
<style>
span { border-color: #E5D293; }
span { border-color: rgb(229,210,147); }
td.TdClassName
{
border-color: #E5D293;
}
.TagClassName
{
border-color: #E5D293;
}
</style>