Html Css Color HEX #E1D595 Double Colonial White
📋 copy color: '#E1D595'red 225 ◦ green 213 ◦ blue 149
Shades of Double Colonial White #E1D595
Tints of Double Colonial White #E1D595
RGB
CMYK
RGB Variations
Color information
#E1D595 (or 0xE1D595) is known color: Double Colonial White. HEX triplet: E1, D5 and 95. RGB value is (225,213,149). Sum of RGB (Red+Green+Blue) = 225+213+149=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D595 is #1E2A6A. Grayscale: #D1D1D1. Windows color (decimal): -1976939 or 9819617. OLE color: 9819617.
HSL color Cylindrical-coordinate representation of color #E1D595: hue angle of 50.53º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1D595 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 149 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.12 |
| HSL | 50.53º | 0.56% | 0.73% | - |
| HSV(B) | 50.53º | 0.34% | 0.88% | - |
| XYZ | 60.27 | 65.77 | 37.95 | - |
| YUV | 209.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 149 | 0 | 0.05 | 0.34 | 0.12 | 50.53 | 0.56 | 0.73 |
| Hex | E1 | D5 | 95 | 0 | 5 | 22 | C | 33 | 38 | 49 |
| Octal | 341 | 325 | 225 | 0 | 5 | 42 | 14 | 63 | 70 | 111 |
| Binary | 11100001 | 11010101 | 10010101 | 0 | 101 | 100010 | 1100 | 110011 | 111000 | 1001001 |
Color Harmonies of #E1D595
Complementary color
Monochromatic Colors of #E1D595
Black with #E1D595
Text Example
Text Example
White with #E1D595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D595; }
p { color: rgb(225,213,149); }
H1.HeaderClassName
{
color: #E1D595;
}
.AnyTagClassName
{
color: #E1D595;
}
</style>
background-color css
<style>
a { background-color: #E1D595; }
a { background-color: rgb(225,213,149); }
div.DivClassName
{
background-color: #E1D595;
}
.BgClassName
{
background-color: #E1D595;
}
</style>
border-color css
<style>
span { border-color: #E1D595; }
span { border-color: rgb(225,213,149); }
td.TdClassName
{
border-color: #E1D595;
}
.TagClassName
{
border-color: #E1D595;
}
</style>