Html Css Color HEX #E5D593 Double Colonial White
📋 copy color: '#E5D593'red 229 ◦ green 213 ◦ blue 147
Shades of Double Colonial White #E5D593
Tints of Double Colonial White #E5D593
RGB
CMYK
RGB Variations
Color information
#E5D593 (or 0xE5D593) is known color: Double Colonial White. HEX triplet: E5, D5 and 93. RGB value is (229,213,147). Sum of RGB (Red+Green+Blue) = 229+213+147=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 147 (57.81% from 255 or 24.96% from 589); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D593 is #1A2A6C. Grayscale: #D2D2D2. Windows color (decimal): -1714797 or 9688549. OLE color: 9688549.
HSL color Cylindrical-coordinate representation of color #E5D593: hue angle of 48.29º 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 #E5D593 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 213 | 147 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.10 |
| HSL | 48.29º | 0.61% | 0.74% | - |
| HSV(B) | 48.29º | 0.36% | 0.9% | - |
| XYZ | 61.37 | 66.35 | 37.18 | - |
| YUV | 210.26 | 92.3 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 213 | 147 | 0 | 0.07 | 0.36 | 0.10 | 48.29 | 0.61 | 0.74 |
| Hex | E5 | D5 | 93 | 0 | 7 | 24 | A | 30 | 3D | 4A |
| Octal | 345 | 325 | 223 | 0 | 7 | 44 | 12 | 60 | 75 | 112 |
| Binary | 11100101 | 11010101 | 10010011 | 0 | 111 | 100100 | 1010 | 110000 | 111101 | 1001010 |
Color Harmonies of #E5D593
Complementary color
Monochromatic Colors of #E5D593
Black with #E5D593
Text Example
Text Example
White with #E5D593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D593; }
p { color: rgb(229,213,147); }
H1.HeaderClassName
{
color: #E5D593;
}
.AnyTagClassName
{
color: #E5D593;
}
</style>
background-color css
<style>
a { background-color: #E5D593; }
a { background-color: rgb(229,213,147); }
div.DivClassName
{
background-color: #E5D593;
}
.BgClassName
{
background-color: #E5D593;
}
</style>
border-color css
<style>
span { border-color: #E5D593; }
span { border-color: rgb(229,213,147); }
td.TdClassName
{
border-color: #E5D593;
}
.TagClassName
{
border-color: #E5D593;
}
</style>