Html Css Color HEX #E2D09F Double Colonial White
📋 copy color: '#E2D09F'red 226 ◦ green 208 ◦ blue 159
Shades of Double Colonial White #E2D09F
Tints of Double Colonial White #E2D09F
RGB
CMYK
RGB Variations
Color information
#E2D09F (or 0xE2D09F) is known color: Double Colonial White. HEX triplet: E2, D0 and 9F. RGB value is (226,208,159). Sum of RGB (Red+Green+Blue) = 226+208+159=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 159 (62.5% from 255 or 26.81% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D09F is #1D2F60. Grayscale: #D0D0D0. Windows color (decimal): -1912673 or 10473698. OLE color: 10473698.
HSL color Cylindrical-coordinate representation of color #E2D09F: hue angle of 43.88º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2D09F is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 208 | 159 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.11 |
| HSL | 43.88º | 0.54% | 0.75% | - |
| HSV(B) | 43.88º | 0.3% | 0.89% | - |
| XYZ | 60.18 | 63.78 | 41.94 | - |
| YUV | 207.8 | 100.46 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 208 | 159 | 0 | 0.08 | 0.30 | 0.11 | 43.88 | 0.54 | 0.75 |
| Hex | E2 | D0 | 9F | 0 | 8 | 1E | B | 2C | 36 | 4B |
| Octal | 342 | 320 | 237 | 0 | 10 | 36 | 13 | 54 | 66 | 113 |
| Binary | 11100010 | 11010000 | 10011111 | 0 | 1000 | 11110 | 1011 | 101100 | 110110 | 1001011 |
Color Harmonies of #E2D09F
Complementary color
Monochromatic Colors of #E2D09F
Black with #E2D09F
Text Example
Text Example
White with #E2D09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D09F; }
p { color: rgb(226,208,159); }
H1.HeaderClassName
{
color: #E2D09F;
}
.AnyTagClassName
{
color: #E2D09F;
}
</style>
background-color css
<style>
a { background-color: #E2D09F; }
a { background-color: rgb(226,208,159); }
div.DivClassName
{
background-color: #E2D09F;
}
.BgClassName
{
background-color: #E2D09F;
}
</style>
border-color css
<style>
span { border-color: #E2D09F; }
span { border-color: rgb(226,208,159); }
td.TdClassName
{
border-color: #E2D09F;
}
.TagClassName
{
border-color: #E2D09F;
}
</style>