Html Css Color HEX #E2D39D Double Colonial White
📋 copy color: '#E2D39D'red 226 ◦ green 211 ◦ blue 157
Shades of Double Colonial White #E2D39D
Tints of Double Colonial White #E2D39D
RGB
CMYK
RGB Variations
Color information
#E2D39D (or 0xE2D39D) is known color: Double Colonial White. HEX triplet: E2, D3 and 9D. RGB value is (226,211,157). Sum of RGB (Red+Green+Blue) = 226+211+157=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 157 (61.72% from 255 or 26.43% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D39D is #1D2C62. Grayscale: #D1D1D1. Windows color (decimal): -1911907 or 10343394. OLE color: 10343394.
HSL color Cylindrical-coordinate representation of color #E2D39D: hue angle of 46.96º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2D39D is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 211 | 157 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.11 |
| HSL | 46.96º | 0.54% | 0.75% | - |
| HSV(B) | 46.96º | 0.31% | 0.89% | - |
| XYZ | 60.74 | 65.19 | 41.28 | - |
| YUV | 209.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 211 | 157 | 0 | 0.07 | 0.31 | 0.11 | 46.96 | 0.54 | 0.75 |
| Hex | E2 | D3 | 9D | 0 | 7 | 1F | B | 2F | 36 | 4B |
| Octal | 342 | 323 | 235 | 0 | 7 | 37 | 13 | 57 | 66 | 113 |
| Binary | 11100010 | 11010011 | 10011101 | 0 | 111 | 11111 | 1011 | 101111 | 110110 | 1001011 |
Color Harmonies of #E2D39D
Complementary color
Monochromatic Colors of #E2D39D
Black with #E2D39D
Text Example
Text Example
White with #E2D39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D39D; }
p { color: rgb(226,211,157); }
H1.HeaderClassName
{
color: #E2D39D;
}
.AnyTagClassName
{
color: #E2D39D;
}
</style>
background-color css
<style>
a { background-color: #E2D39D; }
a { background-color: rgb(226,211,157); }
div.DivClassName
{
background-color: #E2D39D;
}
.BgClassName
{
background-color: #E2D39D;
}
</style>
border-color css
<style>
span { border-color: #E2D39D; }
span { border-color: rgb(226,211,157); }
td.TdClassName
{
border-color: #E2D39D;
}
.TagClassName
{
border-color: #E2D39D;
}
</style>