Html Css Color HEX #E5D493 Double Colonial White
📋 copy color: '#E5D493'red 229 ◦ green 212 ◦ blue 147
Shades of Double Colonial White #E5D493
Tints of Double Colonial White #E5D493
RGB
CMYK
RGB Variations
Color information
#E5D493 (or 0xE5D493) is known color: Double Colonial White. HEX triplet: E5, D4 and 93. RGB value is (229,212,147). Sum of RGB (Red+Green+Blue) = 229+212+147=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 147 (57.81% from 255 or 25% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D493 is #1A2B6C. Grayscale: #D1D1D1. Windows color (decimal): -1715053 or 9688293. OLE color: 9688293.
HSL color Cylindrical-coordinate representation of color #E5D493: hue angle of 47.56º 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 #E5D493 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 212 | 147 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.10 |
| HSL | 47.56º | 0.61% | 0.74% | - |
| HSV(B) | 47.56º | 0.36% | 0.9% | - |
| XYZ | 61.12 | 65.85 | 37.09 | - |
| YUV | 209.67 | 92.63 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 147 | 0 | 0.07 | 0.36 | 0.10 | 47.56 | 0.61 | 0.74 |
| Hex | E5 | D4 | 93 | 0 | 7 | 24 | A | 30 | 3D | 4A |
| Octal | 345 | 324 | 223 | 0 | 7 | 44 | 12 | 60 | 75 | 112 |
| Binary | 11100101 | 11010100 | 10010011 | 0 | 111 | 100100 | 1010 | 110000 | 111101 | 1001010 |
Color Harmonies of #E5D493
Complementary color
Monochromatic Colors of #E5D493
Black with #E5D493
Text Example
Text Example
White with #E5D493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D493; }
p { color: rgb(229,212,147); }
H1.HeaderClassName
{
color: #E5D493;
}
.AnyTagClassName
{
color: #E5D493;
}
</style>
background-color css
<style>
a { background-color: #E5D493; }
a { background-color: rgb(229,212,147); }
div.DivClassName
{
background-color: #E5D493;
}
.BgClassName
{
background-color: #E5D493;
}
</style>
border-color css
<style>
span { border-color: #E5D493; }
span { border-color: rgb(229,212,147); }
td.TdClassName
{
border-color: #E5D493;
}
.TagClassName
{
border-color: #E5D493;
}
</style>