Html Css Color HEX #E2D19F Double Colonial White
📋 copy color: '#E2D19F'red 226 ◦ green 209 ◦ blue 159
Shades of Double Colonial White #E2D19F
Tints of Double Colonial White #E2D19F
RGB
CMYK
RGB Variations
Color information
#E2D19F (or 0xE2D19F) is known color: Double Colonial White. HEX triplet: E2, D1 and 9F. RGB value is (226,209,159). Sum of RGB (Red+Green+Blue) = 226+209+159=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 159 (62.5% from 255 or 26.77% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D19F is #1D2E60. Grayscale: #D0D0D0. Windows color (decimal): -1912417 or 10473954. OLE color: 10473954.
HSL color Cylindrical-coordinate representation of color #E2D19F: hue angle of 44.78º 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 #E2D19F is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 209 | 159 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.11 |
| HSL | 44.78º | 0.54% | 0.75% | - |
| HSV(B) | 44.78º | 0.3% | 0.89% | - |
| XYZ | 60.42 | 64.27 | 42.02 | - |
| YUV | 208.38 | 100.13 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 209 | 159 | 0 | 0.08 | 0.30 | 0.11 | 44.78 | 0.54 | 0.75 |
| Hex | E2 | D1 | 9F | 0 | 8 | 1E | B | 2D | 36 | 4B |
| Octal | 342 | 321 | 237 | 0 | 10 | 36 | 13 | 55 | 66 | 113 |
| Binary | 11100010 | 11010001 | 10011111 | 0 | 1000 | 11110 | 1011 | 101101 | 110110 | 1001011 |
Color Harmonies of #E2D19F
Complementary color
Monochromatic Colors of #E2D19F
Black with #E2D19F
Text Example
Text Example
White with #E2D19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D19F; }
p { color: rgb(226,209,159); }
H1.HeaderClassName
{
color: #E2D19F;
}
.AnyTagClassName
{
color: #E2D19F;
}
</style>
background-color css
<style>
a { background-color: #E2D19F; }
a { background-color: rgb(226,209,159); }
div.DivClassName
{
background-color: #E2D19F;
}
.BgClassName
{
background-color: #E2D19F;
}
</style>
border-color css
<style>
span { border-color: #E2D19F; }
span { border-color: rgb(226,209,159); }
td.TdClassName
{
border-color: #E2D19F;
}
.TagClassName
{
border-color: #E2D19F;
}
</style>