Html Css Color HEX #E2D494 Double Colonial White
📋 copy color: '#E2D494'red 226 ◦ green 212 ◦ blue 148
Shades of Double Colonial White #E2D494
Tints of Double Colonial White #E2D494
RGB
CMYK
RGB Variations
Color information
#E2D494 (or 0xE2D494) is known color: Double Colonial White. HEX triplet: E2, D4 and 94. RGB value is (226,212,148). Sum of RGB (Red+Green+Blue) = 226+212+148=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 148 (58.20% from 255 or 25.26% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D494 is #1D2B6B. Grayscale: #D1D1D1. Windows color (decimal): -1911660 or 9753826. OLE color: 9753826.
HSL color Cylindrical-coordinate representation of color #E2D494: hue angle of 49.23º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2D494 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 212 | 148 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.11 |
| HSL | 49.23º | 0.57% | 0.73% | - |
| HSV(B) | 49.23º | 0.35% | 0.89% | - |
| XYZ | 60.25 | 65.39 | 37.46 | - |
| YUV | 208.89 | 93.64 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 212 | 148 | 0 | 0.06 | 0.35 | 0.11 | 49.23 | 0.57 | 0.73 |
| Hex | E2 | D4 | 94 | 0 | 6 | 23 | B | 31 | 39 | 49 |
| Octal | 342 | 324 | 224 | 0 | 6 | 43 | 13 | 61 | 71 | 111 |
| Binary | 11100010 | 11010100 | 10010100 | 0 | 110 | 100011 | 1011 | 110001 | 111001 | 1001001 |
Color Harmonies of #E2D494
Complementary color
Monochromatic Colors of #E2D494
Black with #E2D494
Text Example
Text Example
White with #E2D494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D494; }
p { color: rgb(226,212,148); }
H1.HeaderClassName
{
color: #E2D494;
}
.AnyTagClassName
{
color: #E2D494;
}
</style>
background-color css
<style>
a { background-color: #E2D494; }
a { background-color: rgb(226,212,148); }
div.DivClassName
{
background-color: #E2D494;
}
.BgClassName
{
background-color: #E2D494;
}
</style>
border-color css
<style>
span { border-color: #E2D494; }
span { border-color: rgb(226,212,148); }
td.TdClassName
{
border-color: #E2D494;
}
.TagClassName
{
border-color: #E2D494;
}
</style>