Html Css Color HEX #E1D599 Double Colonial White
📋 copy color: '#E1D599'red 225 ◦ green 213 ◦ blue 153
Shades of Double Colonial White #E1D599
Tints of Double Colonial White #E1D599
RGB
CMYK
RGB Variations
Color information
#E1D599 (or 0xE1D599) is known color: Double Colonial White. HEX triplet: E1, D5 and 99. RGB value is (225,213,153). Sum of RGB (Red+Green+Blue) = 225+213+153=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 153 (60.16% from 255 or 25.89% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D599 is #1E2A66. Grayscale: #D2D2D2. Windows color (decimal): -1976935 or 10081761. OLE color: 10081761.
HSL color Cylindrical-coordinate representation of color #E1D599: hue angle of 50º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1D599 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 153 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.12 |
| HSL | 50º | 0.55% | 0.74% | - |
| HSV(B) | 50º | 0.32% | 0.88% | - |
| XYZ | 60.6 | 65.9 | 39.66 | - |
| YUV | 209.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 153 | 0 | 0.05 | 0.32 | 0.12 | 50 | 0.55 | 0.74 |
| Hex | E1 | D5 | 99 | 0 | 5 | 20 | C | 32 | 37 | 4A |
| Octal | 341 | 325 | 231 | 0 | 5 | 40 | 14 | 62 | 67 | 112 |
| Binary | 11100001 | 11010101 | 10011001 | 0 | 101 | 100000 | 1100 | 110010 | 110111 | 1001010 |
Color Harmonies of #E1D599
Complementary color
Monochromatic Colors of #E1D599
Black with #E1D599
Text Example
Text Example
White with #E1D599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D599; }
p { color: rgb(225,213,153); }
H1.HeaderClassName
{
color: #E1D599;
}
.AnyTagClassName
{
color: #E1D599;
}
</style>
background-color css
<style>
a { background-color: #E1D599; }
a { background-color: rgb(225,213,153); }
div.DivClassName
{
background-color: #E1D599;
}
.BgClassName
{
background-color: #E1D599;
}
</style>
border-color css
<style>
span { border-color: #E1D599; }
span { border-color: rgb(225,213,153); }
td.TdClassName
{
border-color: #E1D599;
}
.TagClassName
{
border-color: #E1D599;
}
</style>