Html Css Color HEX #E2D291 Double Colonial White
📋 copy color: '#E2D291'red 226 ◦ green 210 ◦ blue 145
Shades of Double Colonial White #E2D291
Tints of Double Colonial White #E2D291
RGB
CMYK
RGB Variations
Color information
#E2D291 (or 0xE2D291) is known color: Double Colonial White. HEX triplet: E2, D2 and 91. RGB value is (226,210,145). Sum of RGB (Red+Green+Blue) = 226+210+145=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 145 (57.03% from 255 or 24.96% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D291 is #1D2D6E. Grayscale: #CFCFCF. Windows color (decimal): -1912175 or 9556706. OLE color: 9556706.
HSL color Cylindrical-coordinate representation of color #E2D291: hue angle of 48.15º 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 #E2D291 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 210 | 145 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.11 |
| HSL | 48.15º | 0.58% | 0.73% | - |
| HSV(B) | 48.15º | 0.36% | 0.89% | - |
| XYZ | 59.52 | 64.31 | 36.06 | - |
| YUV | 207.37 | 92.8 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 210 | 145 | 0 | 0.07 | 0.36 | 0.11 | 48.15 | 0.58 | 0.73 |
| Hex | E2 | D2 | 91 | 0 | 7 | 24 | B | 30 | 3A | 49 |
| Octal | 342 | 322 | 221 | 0 | 7 | 44 | 13 | 60 | 72 | 111 |
| Binary | 11100010 | 11010010 | 10010001 | 0 | 111 | 100100 | 1011 | 110000 | 111010 | 1001001 |
Color Harmonies of #E2D291
Complementary color
Monochromatic Colors of #E2D291
Black with #E2D291
Text Example
Text Example
White with #E2D291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D291; }
p { color: rgb(226,210,145); }
H1.HeaderClassName
{
color: #E2D291;
}
.AnyTagClassName
{
color: #E2D291;
}
</style>
background-color css
<style>
a { background-color: #E2D291; }
a { background-color: rgb(226,210,145); }
div.DivClassName
{
background-color: #E2D291;
}
.BgClassName
{
background-color: #E2D291;
}
</style>
border-color css
<style>
span { border-color: #E2D291; }
span { border-color: rgb(226,210,145); }
td.TdClassName
{
border-color: #E2D291;
}
.TagClassName
{
border-color: #E2D291;
}
</style>