Html Css Color HEX #E1D09A Double Colonial White
📋 copy color: '#E1D09A'red 225 ◦ green 208 ◦ blue 154
Shades of Double Colonial White #E1D09A
Tints of Double Colonial White #E1D09A
RGB
CMYK
RGB Variations
Color information
#E1D09A (or 0xE1D09A) is known color: Double Colonial White. HEX triplet: E1, D0 and 9A. RGB value is (225,208,154). Sum of RGB (Red+Green+Blue) = 225+208+154=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D09A is #1E2F65. Grayscale: #CFCFCF. Windows color (decimal): -1978214 or 10146017. OLE color: 10146017.
HSL color Cylindrical-coordinate representation of color #E1D09A: hue angle of 45.63º degrees, saturation: 0.54, 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 #E1D09A is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 154 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.12 |
| HSL | 45.63º | 0.54% | 0.74% | - |
| HSV(B) | 45.63º | 0.32% | 0.88% | - |
| XYZ | 59.44 | 63.45 | 39.69 | - |
| YUV | 206.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 154 | 0 | 0.08 | 0.32 | 0.12 | 45.63 | 0.54 | 0.74 |
| Hex | E1 | D0 | 9A | 0 | 8 | 20 | C | 2E | 36 | 4A |
| Octal | 341 | 320 | 232 | 0 | 10 | 40 | 14 | 56 | 66 | 112 |
| Binary | 11100001 | 11010000 | 10011010 | 0 | 1000 | 100000 | 1100 | 101110 | 110110 | 1001010 |
Color Harmonies of #E1D09A
Complementary color
Monochromatic Colors of #E1D09A
Black with #E1D09A
Text Example
Text Example
White with #E1D09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D09A; }
p { color: rgb(225,208,154); }
H1.HeaderClassName
{
color: #E1D09A;
}
.AnyTagClassName
{
color: #E1D09A;
}
</style>
background-color css
<style>
a { background-color: #E1D09A; }
a { background-color: rgb(225,208,154); }
div.DivClassName
{
background-color: #E1D09A;
}
.BgClassName
{
background-color: #E1D09A;
}
</style>
border-color css
<style>
span { border-color: #E1D09A; }
span { border-color: rgb(225,208,154); }
td.TdClassName
{
border-color: #E1D09A;
}
.TagClassName
{
border-color: #E1D09A;
}
</style>