Html Css Color HEX #E0D494 Double Colonial White
📋 copy color: '#E0D494'red 224 ◦ green 212 ◦ blue 148
Shades of Double Colonial White #E0D494
Tints of Double Colonial White #E0D494
RGB
CMYK
RGB Variations
Color information
#E0D494 (or 0xE0D494) is known color: Double Colonial White. HEX triplet: E0, D4 and 94. RGB value is (224,212,148). Sum of RGB (Red+Green+Blue) = 224+212+148=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D494 is #1F2B6B. Grayscale: #D0D0D0. Windows color (decimal): -2042732 or 9753824. OLE color: 9753824.
HSL color Cylindrical-coordinate representation of color #E0D494: hue angle of 50.53º 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 #E0D494 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 212 | 148 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.12 |
| HSL | 50.53º | 0.55% | 0.73% | - |
| HSV(B) | 50.53º | 0.34% | 0.88% | - |
| XYZ | 59.63 | 65.07 | 37.43 | - |
| YUV | 208.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 212 | 148 | 0 | 0.05 | 0.34 | 0.12 | 50.53 | 0.55 | 0.73 |
| Hex | E0 | D4 | 94 | 0 | 5 | 22 | C | 33 | 37 | 49 |
| Octal | 340 | 324 | 224 | 0 | 5 | 42 | 14 | 63 | 67 | 111 |
| Binary | 11100000 | 11010100 | 10010100 | 0 | 101 | 100010 | 1100 | 110011 | 110111 | 1001001 |
Color Harmonies of #E0D494
Complementary color
Monochromatic Colors of #E0D494
Black with #E0D494
Text Example
Text Example
White with #E0D494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D494; }
p { color: rgb(224,212,148); }
H1.HeaderClassName
{
color: #E0D494;
}
.AnyTagClassName
{
color: #E0D494;
}
</style>
background-color css
<style>
a { background-color: #E0D494; }
a { background-color: rgb(224,212,148); }
div.DivClassName
{
background-color: #E0D494;
}
.BgClassName
{
background-color: #E0D494;
}
</style>
border-color css
<style>
span { border-color: #E0D494; }
span { border-color: rgb(224,212,148); }
td.TdClassName
{
border-color: #E0D494;
}
.TagClassName
{
border-color: #E0D494;
}
</style>