Html Css Color HEX #E0D194 Double Colonial White
📋 copy color: '#E0D194'red 224 ◦ green 209 ◦ blue 148
Shades of Double Colonial White #E0D194
Tints of Double Colonial White #E0D194
RGB
CMYK
RGB Variations
Color information
#E0D194 (or 0xE0D194) is known color: Double Colonial White. HEX triplet: E0, D1 and 94. RGB value is (224,209,148). Sum of RGB (Red+Green+Blue) = 224+209+148=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 148 (58.20% from 255 or 25.47% from 581); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D194 is #1F2E6B. Grayscale: #CECECE. Windows color (decimal): -2043500 or 9753056. OLE color: 9753056.
HSL color Cylindrical-coordinate representation of color #E0D194: hue angle of 48.16º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E0D194 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 209 | 148 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.12 |
| HSL | 48.16º | 0.55% | 0.73% | - |
| HSV(B) | 48.16º | 0.34% | 0.88% | - |
| XYZ | 58.89 | 63.59 | 37.19 | - |
| YUV | 206.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 209 | 148 | 0 | 0.07 | 0.34 | 0.12 | 48.16 | 0.55 | 0.73 |
| Hex | E0 | D1 | 94 | 0 | 7 | 22 | C | 30 | 37 | 49 |
| Octal | 340 | 321 | 224 | 0 | 7 | 42 | 14 | 60 | 67 | 111 |
| Binary | 11100000 | 11010001 | 10010100 | 0 | 111 | 100010 | 1100 | 110000 | 110111 | 1001001 |
Color Harmonies of #E0D194
Complementary color
Monochromatic Colors of #E0D194
Black with #E0D194
Text Example
Text Example
White with #E0D194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D194; }
p { color: rgb(224,209,148); }
H1.HeaderClassName
{
color: #E0D194;
}
.AnyTagClassName
{
color: #E0D194;
}
</style>
background-color css
<style>
a { background-color: #E0D194; }
a { background-color: rgb(224,209,148); }
div.DivClassName
{
background-color: #E0D194;
}
.BgClassName
{
background-color: #E0D194;
}
</style>
border-color css
<style>
span { border-color: #E0D194; }
span { border-color: rgb(224,209,148); }
td.TdClassName
{
border-color: #E0D194;
}
.TagClassName
{
border-color: #E0D194;
}
</style>