Html Css Color HEX #E1D39D Double Colonial White
📋 copy color: '#E1D39D'red 225 ◦ green 211 ◦ blue 157
Shades of Double Colonial White #E1D39D
Tints of Double Colonial White #E1D39D
RGB
CMYK
RGB Variations
Color information
#E1D39D (or 0xE1D39D) is known color: Double Colonial White. HEX triplet: E1, D3 and 9D. RGB value is (225,211,157). Sum of RGB (Red+Green+Blue) = 225+211+157=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 157 (61.72% from 255 or 26.48% from 593); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D39D is #1E2C62. Grayscale: #D1D1D1. Windows color (decimal): -1977443 or 10343393. OLE color: 10343393.
HSL color Cylindrical-coordinate representation of color #E1D39D: hue angle of 47.65º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1D39D is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 157 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.12 |
| HSL | 47.65º | 0.53% | 0.75% | - |
| HSV(B) | 47.65º | 0.3% | 0.88% | - |
| XYZ | 60.43 | 65.03 | 41.27 | - |
| YUV | 209.03 | 98.64 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 157 | 0 | 0.06 | 0.30 | 0.12 | 47.65 | 0.53 | 0.75 |
| Hex | E1 | D3 | 9D | 0 | 6 | 1E | C | 30 | 35 | 4B |
| Octal | 341 | 323 | 235 | 0 | 6 | 36 | 14 | 60 | 65 | 113 |
| Binary | 11100001 | 11010011 | 10011101 | 0 | 110 | 11110 | 1100 | 110000 | 110101 | 1001011 |
Color Harmonies of #E1D39D
Complementary color
Monochromatic Colors of #E1D39D
Black with #E1D39D
Text Example
Text Example
White with #E1D39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D39D; }
p { color: rgb(225,211,157); }
H1.HeaderClassName
{
color: #E1D39D;
}
.AnyTagClassName
{
color: #E1D39D;
}
</style>
background-color css
<style>
a { background-color: #E1D39D; }
a { background-color: rgb(225,211,157); }
div.DivClassName
{
background-color: #E1D39D;
}
.BgClassName
{
background-color: #E1D39D;
}
</style>
border-color css
<style>
span { border-color: #E1D39D; }
span { border-color: rgb(225,211,157); }
td.TdClassName
{
border-color: #E1D39D;
}
.TagClassName
{
border-color: #E1D39D;
}
</style>