Html Css Color HEX #E1D09C Double Colonial White
📋 copy color: '#E1D09C'red 225 ◦ green 208 ◦ blue 156
Shades of Double Colonial White #E1D09C
Tints of Double Colonial White #E1D09C
RGB
CMYK
RGB Variations
Color information
#E1D09C (or 0xE1D09C) is known color: Double Colonial White. HEX triplet: E1, D0 and 9C. RGB value is (225,208,156). Sum of RGB (Red+Green+Blue) = 225+208+156=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 156 (61.33% from 255 or 26.49% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D09C is #1E2F63. Grayscale: #CFCFCF. Windows color (decimal): -1978212 or 10277089. OLE color: 10277089.
HSL color Cylindrical-coordinate representation of color #E1D09C: hue angle of 45.22º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1D09C is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 156 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.12 |
| HSL | 45.22º | 0.53% | 0.75% | - |
| HSV(B) | 45.22º | 0.31% | 0.88% | - |
| XYZ | 59.61 | 63.52 | 40.57 | - |
| YUV | 207.16 | 99.13 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 156 | 0 | 0.08 | 0.31 | 0.12 | 45.22 | 0.53 | 0.75 |
| Hex | E1 | D0 | 9C | 0 | 8 | 1F | C | 2D | 35 | 4B |
| Octal | 341 | 320 | 234 | 0 | 10 | 37 | 14 | 55 | 65 | 113 |
| Binary | 11100001 | 11010000 | 10011100 | 0 | 1000 | 11111 | 1100 | 101101 | 110101 | 1001011 |
Color Harmonies of #E1D09C
Complementary color
Monochromatic Colors of #E1D09C
Black with #E1D09C
Text Example
Text Example
White with #E1D09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D09C; }
p { color: rgb(225,208,156); }
H1.HeaderClassName
{
color: #E1D09C;
}
.AnyTagClassName
{
color: #E1D09C;
}
</style>
background-color css
<style>
a { background-color: #E1D09C; }
a { background-color: rgb(225,208,156); }
div.DivClassName
{
background-color: #E1D09C;
}
.BgClassName
{
background-color: #E1D09C;
}
</style>
border-color css
<style>
span { border-color: #E1D09C; }
span { border-color: rgb(225,208,156); }
td.TdClassName
{
border-color: #E1D09C;
}
.TagClassName
{
border-color: #E1D09C;
}
</style>