Html Css Color HEX #E2D192 Double Colonial White
📋 copy color: '#E2D192'red 226 ◦ green 209 ◦ blue 146
Shades of Double Colonial White #E2D192
Tints of Double Colonial White #E2D192
RGB
CMYK
RGB Variations
Color information
#E2D192 (or 0xE2D192) is known color: Double Colonial White. HEX triplet: E2, D1 and 92. RGB value is (226,209,146). Sum of RGB (Red+Green+Blue) = 226+209+146=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 146 (57.42% from 255 or 25.13% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D192 is #1D2E6D. Grayscale: #CFCFCF. Windows color (decimal): -1912430 or 9621986. OLE color: 9621986.
HSL color Cylindrical-coordinate representation of color #E2D192: hue angle of 47.25º 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 #E2D192 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 209 | 146 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.11 |
| HSL | 47.25º | 0.58% | 0.73% | - |
| HSV(B) | 47.25º | 0.35% | 0.89% | - |
| XYZ | 59.35 | 63.85 | 36.39 | - |
| YUV | 206.9 | 93.63 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 209 | 146 | 0 | 0.08 | 0.35 | 0.11 | 47.25 | 0.58 | 0.73 |
| Hex | E2 | D1 | 92 | 0 | 8 | 23 | B | 2F | 3A | 49 |
| Octal | 342 | 321 | 222 | 0 | 10 | 43 | 13 | 57 | 72 | 111 |
| Binary | 11100010 | 11010001 | 10010010 | 0 | 1000 | 100011 | 1011 | 101111 | 111010 | 1001001 |
Color Harmonies of #E2D192
Complementary color
Monochromatic Colors of #E2D192
Black with #E2D192
Text Example
Text Example
White with #E2D192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D192; }
p { color: rgb(226,209,146); }
H1.HeaderClassName
{
color: #E2D192;
}
.AnyTagClassName
{
color: #E2D192;
}
</style>
background-color css
<style>
a { background-color: #E2D192; }
a { background-color: rgb(226,209,146); }
div.DivClassName
{
background-color: #E2D192;
}
.BgClassName
{
background-color: #E2D192;
}
</style>
border-color css
<style>
span { border-color: #E2D192; }
span { border-color: rgb(226,209,146); }
td.TdClassName
{
border-color: #E2D192;
}
.TagClassName
{
border-color: #E2D192;
}
</style>