Html Css Color HEX #E2D193 Double Colonial White
📋 copy color: '#E2D193'red 226 ◦ green 209 ◦ blue 147
Shades of Double Colonial White #E2D193
Tints of Double Colonial White #E2D193
RGB
CMYK
RGB Variations
Color information
#E2D193 (or 0xE2D193) is known color: Double Colonial White. HEX triplet: E2, D1 and 93. RGB value is (226,209,147). Sum of RGB (Red+Green+Blue) = 226+209+147=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 209 (82.03% from 255 or 35.91% from 582); Blue value is 147 (57.81% from 255 or 25.26% from 582); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D193 is #1D2E6C. Grayscale: #CFCFCF. Windows color (decimal): -1912429 or 9687522. OLE color: 9687522.
HSL color Cylindrical-coordinate representation of color #E2D193: hue angle of 47.09º 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 #E2D193 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 209 | 147 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.11 |
| HSL | 47.09º | 0.58% | 0.73% | - |
| HSV(B) | 47.09º | 0.35% | 0.89% | - |
| XYZ | 59.43 | 63.88 | 36.8 | - |
| YUV | 207.02 | 94.13 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 209 | 147 | 0 | 0.08 | 0.35 | 0.11 | 47.09 | 0.58 | 0.73 |
| Hex | E2 | D1 | 93 | 0 | 8 | 23 | B | 2F | 3A | 49 |
| Octal | 342 | 321 | 223 | 0 | 10 | 43 | 13 | 57 | 72 | 111 |
| Binary | 11100010 | 11010001 | 10010011 | 0 | 1000 | 100011 | 1011 | 101111 | 111010 | 1001001 |
Color Harmonies of #E2D193
Complementary color
Monochromatic Colors of #E2D193
Black with #E2D193
Text Example
Text Example
White with #E2D193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D193; }
p { color: rgb(226,209,147); }
H1.HeaderClassName
{
color: #E2D193;
}
.AnyTagClassName
{
color: #E2D193;
}
</style>
background-color css
<style>
a { background-color: #E2D193; }
a { background-color: rgb(226,209,147); }
div.DivClassName
{
background-color: #E2D193;
}
.BgClassName
{
background-color: #E2D193;
}
</style>
border-color css
<style>
span { border-color: #E2D193; }
span { border-color: rgb(226,209,147); }
td.TdClassName
{
border-color: #E2D193;
}
.TagClassName
{
border-color: #E2D193;
}
</style>