Html Css Color HEX #E2D390 Double Colonial White
📋 copy color: '#E2D390'red 226 ◦ green 211 ◦ blue 144
Shades of Double Colonial White #E2D390
Tints of Double Colonial White #E2D390
RGB
CMYK
RGB Variations
Color information
#E2D390 (or 0xE2D390) is known color: Double Colonial White. HEX triplet: E2, D3 and 90. RGB value is (226,211,144). Sum of RGB (Red+Green+Blue) = 226+211+144=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D390 is #1D2C6F. Grayscale: #D0D0D0. Windows color (decimal): -1911920 or 9491426. OLE color: 9491426.
HSL color Cylindrical-coordinate representation of color #E2D390: hue angle of 49.02º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2D390 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 211 | 144 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.11 |
| HSL | 49.02º | 0.59% | 0.73% | - |
| HSV(B) | 49.02º | 0.36% | 0.89% | - |
| XYZ | 59.69 | 64.77 | 35.74 | - |
| YUV | 207.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 211 | 144 | 0 | 0.07 | 0.36 | 0.11 | 49.02 | 0.59 | 0.73 |
| Hex | E2 | D3 | 90 | 0 | 7 | 24 | B | 31 | 3B | 49 |
| Octal | 342 | 323 | 220 | 0 | 7 | 44 | 13 | 61 | 73 | 111 |
| Binary | 11100010 | 11010011 | 10010000 | 0 | 111 | 100100 | 1011 | 110001 | 111011 | 1001001 |
Color Harmonies of #E2D390
Complementary color
Monochromatic Colors of #E2D390
Black with #E2D390
Text Example
Text Example
White with #E2D390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D390; }
p { color: rgb(226,211,144); }
H1.HeaderClassName
{
color: #E2D390;
}
.AnyTagClassName
{
color: #E2D390;
}
</style>
background-color css
<style>
a { background-color: #E2D390; }
a { background-color: rgb(226,211,144); }
div.DivClassName
{
background-color: #E2D390;
}
.BgClassName
{
background-color: #E2D390;
}
</style>
border-color css
<style>
span { border-color: #E2D390; }
span { border-color: rgb(226,211,144); }
td.TdClassName
{
border-color: #E2D390;
}
.TagClassName
{
border-color: #E2D390;
}
</style>