Html Css Color HEX #E2D39C Double Colonial White
📋 copy color: '#E2D39C'red 226 ◦ green 211 ◦ blue 156
Shades of Double Colonial White #E2D39C
Tints of Double Colonial White #E2D39C
RGB
CMYK
RGB Variations
Color information
#E2D39C (or 0xE2D39C) is known color: Double Colonial White. HEX triplet: E2, D3 and 9C. RGB value is (226,211,156). Sum of RGB (Red+Green+Blue) = 226+211+156=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 156 (61.33% from 255 or 26.31% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D39C is #1D2C63. Grayscale: #D1D1D1. Windows color (decimal): -1911908 or 10277858. OLE color: 10277858.
HSL color Cylindrical-coordinate representation of color #E2D39C: hue angle of 47.14º degrees, saturation: 0.55, 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 #E2D39C is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 211 | 156 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.11 |
| HSL | 47.14º | 0.55% | 0.75% | - |
| HSV(B) | 47.14º | 0.31% | 0.89% | - |
| XYZ | 60.66 | 65.16 | 40.83 | - |
| YUV | 209.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 211 | 156 | 0 | 0.07 | 0.31 | 0.11 | 47.14 | 0.55 | 0.75 |
| Hex | E2 | D3 | 9C | 0 | 7 | 1F | B | 2F | 37 | 4B |
| Octal | 342 | 323 | 234 | 0 | 7 | 37 | 13 | 57 | 67 | 113 |
| Binary | 11100010 | 11010011 | 10011100 | 0 | 111 | 11111 | 1011 | 101111 | 110111 | 1001011 |
Color Harmonies of #E2D39C
Complementary color
Monochromatic Colors of #E2D39C
Black with #E2D39C
Text Example
Text Example
White with #E2D39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D39C; }
p { color: rgb(226,211,156); }
H1.HeaderClassName
{
color: #E2D39C;
}
.AnyTagClassName
{
color: #E2D39C;
}
</style>
background-color css
<style>
a { background-color: #E2D39C; }
a { background-color: rgb(226,211,156); }
div.DivClassName
{
background-color: #E2D39C;
}
.BgClassName
{
background-color: #E2D39C;
}
</style>
border-color css
<style>
span { border-color: #E2D39C; }
span { border-color: rgb(226,211,156); }
td.TdClassName
{
border-color: #E2D39C;
}
.TagClassName
{
border-color: #E2D39C;
}
</style>