Html Css Color HEX #E2D091 Double Colonial White
📋 copy color: '#E2D091'red 226 ◦ green 208 ◦ blue 145
Shades of Double Colonial White #E2D091
Tints of Double Colonial White #E2D091
RGB
CMYK
RGB Variations
Color information
#E2D091 (or 0xE2D091) is known color: Double Colonial White. HEX triplet: E2, D0 and 91. RGB value is (226,208,145). Sum of RGB (Red+Green+Blue) = 226+208+145=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 145 (57.03% from 255 or 25.04% from 579); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D091 is #1D2F6E. Grayscale: #CECECE. Windows color (decimal): -1912687 or 9556194. OLE color: 9556194.
HSL color Cylindrical-coordinate representation of color #E2D091: hue angle of 46.67º 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 #E2D091 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 208 | 145 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.11 |
| HSL | 46.67º | 0.58% | 0.73% | - |
| HSV(B) | 46.67º | 0.36% | 0.89% | - |
| XYZ | 59.03 | 63.32 | 35.9 | - |
| YUV | 206.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 208 | 145 | 0 | 0.08 | 0.36 | 0.11 | 46.67 | 0.58 | 0.73 |
| Hex | E2 | D0 | 91 | 0 | 8 | 24 | B | 2F | 3A | 49 |
| Octal | 342 | 320 | 221 | 0 | 10 | 44 | 13 | 57 | 72 | 111 |
| Binary | 11100010 | 11010000 | 10010001 | 0 | 1000 | 100100 | 1011 | 101111 | 111010 | 1001001 |
Color Harmonies of #E2D091
Complementary color
Monochromatic Colors of #E2D091
Black with #E2D091
Text Example
Text Example
White with #E2D091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D091; }
p { color: rgb(226,208,145); }
H1.HeaderClassName
{
color: #E2D091;
}
.AnyTagClassName
{
color: #E2D091;
}
</style>
background-color css
<style>
a { background-color: #E2D091; }
a { background-color: rgb(226,208,145); }
div.DivClassName
{
background-color: #E2D091;
}
.BgClassName
{
background-color: #E2D091;
}
</style>
border-color css
<style>
span { border-color: #E2D091; }
span { border-color: rgb(226,208,145); }
td.TdClassName
{
border-color: #E2D091;
}
.TagClassName
{
border-color: #E2D091;
}
</style>