Html Css Color HEX #E2D093 Double Colonial White
📋 copy color: '#E2D093'red 226 ◦ green 208 ◦ blue 147
Shades of Double Colonial White #E2D093
Tints of Double Colonial White #E2D093
RGB
CMYK
RGB Variations
Color information
#E2D093 (or 0xE2D093) is known color: Double Colonial White. HEX triplet: E2, D0 and 93. RGB value is (226,208,147). Sum of RGB (Red+Green+Blue) = 226+208+147=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 147 (57.81% from 255 or 25.30% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D093 is #1D2F6C. Grayscale: #CECECE. Windows color (decimal): -1912685 or 9687266. OLE color: 9687266.
HSL color Cylindrical-coordinate representation of color #E2D093: hue angle of 46.33º degrees, saturation: 0.58, 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 #E2D093 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 208 | 147 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.11 |
| HSL | 46.33º | 0.58% | 0.73% | - |
| HSV(B) | 46.33º | 0.35% | 0.89% | - |
| XYZ | 59.19 | 63.39 | 36.72 | - |
| YUV | 206.43 | 94.46 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 208 | 147 | 0 | 0.08 | 0.35 | 0.11 | 46.33 | 0.58 | 0.73 |
| Hex | E2 | D0 | 93 | 0 | 8 | 23 | B | 2E | 3A | 49 |
| Octal | 342 | 320 | 223 | 0 | 10 | 43 | 13 | 56 | 72 | 111 |
| Binary | 11100010 | 11010000 | 10010011 | 0 | 1000 | 100011 | 1011 | 101110 | 111010 | 1001001 |
Color Harmonies of #E2D093
Complementary color
Monochromatic Colors of #E2D093
Black with #E2D093
Text Example
Text Example
White with #E2D093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D093; }
p { color: rgb(226,208,147); }
H1.HeaderClassName
{
color: #E2D093;
}
.AnyTagClassName
{
color: #E2D093;
}
</style>
background-color css
<style>
a { background-color: #E2D093; }
a { background-color: rgb(226,208,147); }
div.DivClassName
{
background-color: #E2D093;
}
.BgClassName
{
background-color: #E2D093;
}
</style>
border-color css
<style>
span { border-color: #E2D093; }
span { border-color: rgb(226,208,147); }
td.TdClassName
{
border-color: #E2D093;
}
.TagClassName
{
border-color: #E2D093;
}
</style>