Html Css Color HEX #E2D094 Double Colonial White
📋 copy color: '#E2D094'red 226 ◦ green 208 ◦ blue 148
Shades of Double Colonial White #E2D094
Tints of Double Colonial White #E2D094
RGB
CMYK
RGB Variations
Color information
#E2D094 (or 0xE2D094) is known color: Double Colonial White. HEX triplet: E2, D0 and 94. RGB value is (226,208,148). Sum of RGB (Red+Green+Blue) = 226+208+148=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 148 (58.20% from 255 or 25.43% from 582); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D094 is #1D2F6B. Grayscale: #CECECE. Windows color (decimal): -1912684 or 9752802. OLE color: 9752802.
HSL color Cylindrical-coordinate representation of color #E2D094: hue angle of 46.15º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2D094 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 208 | 148 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.11 |
| HSL | 46.15º | 0.57% | 0.73% | - |
| HSV(B) | 46.15º | 0.35% | 0.89% | - |
| XYZ | 59.27 | 63.42 | 37.13 | - |
| YUV | 206.54 | 94.96 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 208 | 148 | 0 | 0.08 | 0.35 | 0.11 | 46.15 | 0.57 | 0.73 |
| Hex | E2 | D0 | 94 | 0 | 8 | 23 | B | 2E | 39 | 49 |
| Octal | 342 | 320 | 224 | 0 | 10 | 43 | 13 | 56 | 71 | 111 |
| Binary | 11100010 | 11010000 | 10010100 | 0 | 1000 | 100011 | 1011 | 101110 | 111001 | 1001001 |
Color Harmonies of #E2D094
Complementary color
Monochromatic Colors of #E2D094
Black with #E2D094
Text Example
Text Example
White with #E2D094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D094; }
p { color: rgb(226,208,148); }
H1.HeaderClassName
{
color: #E2D094;
}
.AnyTagClassName
{
color: #E2D094;
}
</style>
background-color css
<style>
a { background-color: #E2D094; }
a { background-color: rgb(226,208,148); }
div.DivClassName
{
background-color: #E2D094;
}
.BgClassName
{
background-color: #E2D094;
}
</style>
border-color css
<style>
span { border-color: #E2D094; }
span { border-color: rgb(226,208,148); }
td.TdClassName
{
border-color: #E2D094;
}
.TagClassName
{
border-color: #E2D094;
}
</style>