Html Css Color HEX #E2D596 Double Colonial White
📋 copy color: '#E2D596'red 226 ◦ green 213 ◦ blue 150
Shades of Double Colonial White #E2D596
Tints of Double Colonial White #E2D596
RGB
CMYK
RGB Variations
Color information
#E2D596 (or 0xE2D596) is known color: Double Colonial White. HEX triplet: E2, D5 and 96. RGB value is (226,213,150). Sum of RGB (Red+Green+Blue) = 226+213+150=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 150 (58.98% from 255 or 25.47% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D596 is #1D2A69. Grayscale: #D1D1D1. Windows color (decimal): -1911402 or 9885154. OLE color: 9885154.
HSL color Cylindrical-coordinate representation of color #E2D596: hue angle of 49.74º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2D596 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 213 | 150 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.11 |
| HSL | 49.74º | 0.57% | 0.74% | - |
| HSV(B) | 49.74º | 0.34% | 0.89% | - |
| XYZ | 60.66 | 65.96 | 38.39 | - |
| YUV | 209.71 | 94.31 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 213 | 150 | 0 | 0.06 | 0.34 | 0.11 | 49.74 | 0.57 | 0.74 |
| Hex | E2 | D5 | 96 | 0 | 6 | 22 | B | 32 | 39 | 4A |
| Octal | 342 | 325 | 226 | 0 | 6 | 42 | 13 | 62 | 71 | 112 |
| Binary | 11100010 | 11010101 | 10010110 | 0 | 110 | 100010 | 1011 | 110010 | 111001 | 1001010 |
Color Harmonies of #E2D596
Complementary color
Monochromatic Colors of #E2D596
Black with #E2D596
Text Example
Text Example
White with #E2D596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D596; }
p { color: rgb(226,213,150); }
H1.HeaderClassName
{
color: #E2D596;
}
.AnyTagClassName
{
color: #E2D596;
}
</style>
background-color css
<style>
a { background-color: #E2D596; }
a { background-color: rgb(226,213,150); }
div.DivClassName
{
background-color: #E2D596;
}
.BgClassName
{
background-color: #E2D596;
}
</style>
border-color css
<style>
span { border-color: #E2D596; }
span { border-color: rgb(226,213,150); }
td.TdClassName
{
border-color: #E2D596;
}
.TagClassName
{
border-color: #E2D596;
}
</style>