Html Css Color HEX #E1D19F Double Colonial White
📋 copy color: '#E1D19F'red 225 ◦ green 209 ◦ blue 159
Shades of Double Colonial White #E1D19F
Tints of Double Colonial White #E1D19F
RGB
CMYK
RGB Variations
Color information
#E1D19F (or 0xE1D19F) is known color: Double Colonial White. HEX triplet: E1, D1 and 9F. RGB value is (225,209,159). Sum of RGB (Red+Green+Blue) = 225+209+159=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 209 (82.03% from 255 or 35.24% from 593); Blue value is 159 (62.5% from 255 or 26.81% from 593); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D19F is #1E2E60. Grayscale: #D0D0D0. Windows color (decimal): -1977953 or 10473953. OLE color: 10473953.
HSL color Cylindrical-coordinate representation of color #E1D19F: hue angle of 45.45º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1D19F is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 209 | 159 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.12 |
| HSL | 45.45º | 0.52% | 0.75% | - |
| HSV(B) | 45.45º | 0.29% | 0.88% | - |
| XYZ | 60.11 | 64.11 | 42.01 | - |
| YUV | 208.08 | 100.3 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 209 | 159 | 0 | 0.07 | 0.29 | 0.12 | 45.45 | 0.52 | 0.75 |
| Hex | E1 | D1 | 9F | 0 | 7 | 1D | C | 2D | 34 | 4B |
| Octal | 341 | 321 | 237 | 0 | 7 | 35 | 14 | 55 | 64 | 113 |
| Binary | 11100001 | 11010001 | 10011111 | 0 | 111 | 11101 | 1100 | 101101 | 110100 | 1001011 |
Color Harmonies of #E1D19F
Complementary color
Monochromatic Colors of #E1D19F
Black with #E1D19F
Text Example
Text Example
White with #E1D19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D19F; }
p { color: rgb(225,209,159); }
H1.HeaderClassName
{
color: #E1D19F;
}
.AnyTagClassName
{
color: #E1D19F;
}
</style>
background-color css
<style>
a { background-color: #E1D19F; }
a { background-color: rgb(225,209,159); }
div.DivClassName
{
background-color: #E1D19F;
}
.BgClassName
{
background-color: #E1D19F;
}
</style>
border-color css
<style>
span { border-color: #E1D19F; }
span { border-color: rgb(225,209,159); }
td.TdClassName
{
border-color: #E1D19F;
}
.TagClassName
{
border-color: #E1D19F;
}
</style>