Html Css Color HEX #E2D190 Double Colonial White
📋 copy color: '#E2D190'red 226 ◦ green 209 ◦ blue 144
Shades of Double Colonial White #E2D190
Tints of Double Colonial White #E2D190
RGB
CMYK
RGB Variations
Color information
#E2D190 (or 0xE2D190) is known color: Double Colonial White. HEX triplet: E2, D1 and 90. RGB value is (226,209,144). Sum of RGB (Red+Green+Blue) = 226+209+144=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D190 is #1D2E6F. Grayscale: #CECECE. Windows color (decimal): -1912432 or 9490914. OLE color: 9490914.
HSL color Cylindrical-coordinate representation of color #E2D190: hue angle of 47.56º 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 #E2D190 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 209 | 144 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.11 |
| HSL | 47.56º | 0.59% | 0.73% | - |
| HSV(B) | 47.56º | 0.36% | 0.89% | - |
| XYZ | 59.2 | 63.78 | 35.58 | - |
| YUV | 206.67 | 92.63 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 209 | 144 | 0 | 0.08 | 0.36 | 0.11 | 47.56 | 0.59 | 0.73 |
| Hex | E2 | D1 | 90 | 0 | 8 | 24 | B | 30 | 3B | 49 |
| Octal | 342 | 321 | 220 | 0 | 10 | 44 | 13 | 60 | 73 | 111 |
| Binary | 11100010 | 11010001 | 10010000 | 0 | 1000 | 100100 | 1011 | 110000 | 111011 | 1001001 |
Color Harmonies of #E2D190
Complementary color
Monochromatic Colors of #E2D190
Black with #E2D190
Text Example
Text Example
White with #E2D190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D190; }
p { color: rgb(226,209,144); }
H1.HeaderClassName
{
color: #E2D190;
}
.AnyTagClassName
{
color: #E2D190;
}
</style>
background-color css
<style>
a { background-color: #E2D190; }
a { background-color: rgb(226,209,144); }
div.DivClassName
{
background-color: #E2D190;
}
.BgClassName
{
background-color: #E2D190;
}
</style>
border-color css
<style>
span { border-color: #E2D190; }
span { border-color: rgb(226,209,144); }
td.TdClassName
{
border-color: #E2D190;
}
.TagClassName
{
border-color: #E2D190;
}
</style>