Html Css Color HEX #E1D494 Double Colonial White
📋 copy color: '#E1D494'red 225 ◦ green 212 ◦ blue 148
Shades of Double Colonial White #E1D494
Tints of Double Colonial White #E1D494
RGB
CMYK
RGB Variations
Color information
#E1D494 (or 0xE1D494) is known color: Double Colonial White. HEX triplet: E1, D4 and 94. RGB value is (225,212,148). Sum of RGB (Red+Green+Blue) = 225+212+148=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D494 is #1E2B6B. Grayscale: #D0D0D0. Windows color (decimal): -1977196 or 9753825. OLE color: 9753825.
HSL color Cylindrical-coordinate representation of color #E1D494: hue angle of 49.87º degrees, saturation: 0.56, 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 #E1D494 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 148 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.12 |
| HSL | 49.87º | 0.56% | 0.73% | - |
| HSV(B) | 49.87º | 0.34% | 0.88% | - |
| XYZ | 59.94 | 65.23 | 37.45 | - |
| YUV | 208.59 | 93.81 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 148 | 0 | 0.06 | 0.34 | 0.12 | 49.87 | 0.56 | 0.73 |
| Hex | E1 | D4 | 94 | 0 | 6 | 22 | C | 32 | 38 | 49 |
| Octal | 341 | 324 | 224 | 0 | 6 | 42 | 14 | 62 | 70 | 111 |
| Binary | 11100001 | 11010100 | 10010100 | 0 | 110 | 100010 | 1100 | 110010 | 111000 | 1001001 |
Color Harmonies of #E1D494
Complementary color
Monochromatic Colors of #E1D494
Black with #E1D494
Text Example
Text Example
White with #E1D494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D494; }
p { color: rgb(225,212,148); }
H1.HeaderClassName
{
color: #E1D494;
}
.AnyTagClassName
{
color: #E1D494;
}
</style>
background-color css
<style>
a { background-color: #E1D494; }
a { background-color: rgb(225,212,148); }
div.DivClassName
{
background-color: #E1D494;
}
.BgClassName
{
background-color: #E1D494;
}
</style>
border-color css
<style>
span { border-color: #E1D494; }
span { border-color: rgb(225,212,148); }
td.TdClassName
{
border-color: #E1D494;
}
.TagClassName
{
border-color: #E1D494;
}
</style>