Html Css Color HEX #E2D191 Double Colonial White
📋 copy color: '#E2D191'red 226 ◦ green 209 ◦ blue 145
Shades of Double Colonial White #E2D191
Tints of Double Colonial White #E2D191
RGB
CMYK
RGB Variations
Color information
#E2D191 (or 0xE2D191) is known color: Double Colonial White. HEX triplet: E2, D1 and 91. RGB value is (226,209,145). Sum of RGB (Red+Green+Blue) = 226+209+145=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 209 (82.03% from 255 or 36.03% from 580); Blue value is 145 (57.03% from 255 or 25% from 580); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D191 is #1D2E6E. Grayscale: #CFCFCF. Windows color (decimal): -1912431 or 9556450. OLE color: 9556450.
HSL color Cylindrical-coordinate representation of color #E2D191: hue angle of 47.41º degrees, saturation: 0.58, 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 #E2D191 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 209 | 145 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.11 |
| HSL | 47.41º | 0.58% | 0.73% | - |
| HSV(B) | 47.41º | 0.36% | 0.89% | - |
| XYZ | 59.28 | 63.81 | 35.98 | - |
| YUV | 206.79 | 93.13 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 209 | 145 | 0 | 0.08 | 0.36 | 0.11 | 47.41 | 0.58 | 0.73 |
| Hex | E2 | D1 | 91 | 0 | 8 | 24 | B | 2F | 3A | 49 |
| Octal | 342 | 321 | 221 | 0 | 10 | 44 | 13 | 57 | 72 | 111 |
| Binary | 11100010 | 11010001 | 10010001 | 0 | 1000 | 100100 | 1011 | 101111 | 111010 | 1001001 |
Color Harmonies of #E2D191
Complementary color
Monochromatic Colors of #E2D191
Black with #E2D191
Text Example
Text Example
White with #E2D191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D191; }
p { color: rgb(226,209,145); }
H1.HeaderClassName
{
color: #E2D191;
}
.AnyTagClassName
{
color: #E2D191;
}
</style>
background-color css
<style>
a { background-color: #E2D191; }
a { background-color: rgb(226,209,145); }
div.DivClassName
{
background-color: #E2D191;
}
.BgClassName
{
background-color: #E2D191;
}
</style>
border-color css
<style>
span { border-color: #E2D191; }
span { border-color: rgb(226,209,145); }
td.TdClassName
{
border-color: #E2D191;
}
.TagClassName
{
border-color: #E2D191;
}
</style>