Html Css Color HEX #E1D395 Double Colonial White
📋 copy color: '#E1D395'red 225 ◦ green 211 ◦ blue 149
Shades of Double Colonial White #E1D395
Tints of Double Colonial White #E1D395
RGB
CMYK
RGB Variations
Color information
#E1D395 (or 0xE1D395) is known color: Double Colonial White. HEX triplet: E1, D3 and 95. RGB value is (225,211,149). Sum of RGB (Red+Green+Blue) = 225+211+149=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 149 (58.59% from 255 or 25.47% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D395 is #1E2C6A. Grayscale: #D0D0D0. Windows color (decimal): -1977451 or 9819105. OLE color: 9819105.
HSL color Cylindrical-coordinate representation of color #E1D395: hue angle of 48.95º 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 #E1D395 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 149 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.12 |
| HSL | 48.95º | 0.56% | 0.73% | - |
| HSV(B) | 48.95º | 0.34% | 0.88% | - |
| XYZ | 59.77 | 64.77 | 37.78 | - |
| YUV | 208.12 | 94.64 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 149 | 0 | 0.06 | 0.34 | 0.12 | 48.95 | 0.56 | 0.73 |
| Hex | E1 | D3 | 95 | 0 | 6 | 22 | C | 31 | 38 | 49 |
| Octal | 341 | 323 | 225 | 0 | 6 | 42 | 14 | 61 | 70 | 111 |
| Binary | 11100001 | 11010011 | 10010101 | 0 | 110 | 100010 | 1100 | 110001 | 111000 | 1001001 |
Color Harmonies of #E1D395
Complementary color
Monochromatic Colors of #E1D395
Black with #E1D395
Text Example
Text Example
White with #E1D395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D395; }
p { color: rgb(225,211,149); }
H1.HeaderClassName
{
color: #E1D395;
}
.AnyTagClassName
{
color: #E1D395;
}
</style>
background-color css
<style>
a { background-color: #E1D395; }
a { background-color: rgb(225,211,149); }
div.DivClassName
{
background-color: #E1D395;
}
.BgClassName
{
background-color: #E1D395;
}
</style>
border-color css
<style>
span { border-color: #E1D395; }
span { border-color: rgb(225,211,149); }
td.TdClassName
{
border-color: #E1D395;
}
.TagClassName
{
border-color: #E1D395;
}
</style>