Html Css Color HEX #E1D495 Double Colonial White
📋 copy color: '#E1D495'red 225 ◦ green 212 ◦ blue 149
Shades of Double Colonial White #E1D495
Tints of Double Colonial White #E1D495
RGB
CMYK
RGB Variations
Color information
#E1D495 (or 0xE1D495) is known color: Double Colonial White. HEX triplet: E1, D4 and 95. RGB value is (225,212,149). Sum of RGB (Red+Green+Blue) = 225+212+149=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D495 is #1E2B6A. Grayscale: #D0D0D0. Windows color (decimal): -1977195 or 9819361. OLE color: 9819361.
HSL color Cylindrical-coordinate representation of color #E1D495: hue angle of 49.74º 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 #E1D495 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 149 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.12 |
| HSL | 49.74º | 0.56% | 0.73% | - |
| HSV(B) | 49.74º | 0.34% | 0.88% | - |
| XYZ | 60.02 | 65.26 | 37.87 | - |
| YUV | 208.71 | 94.31 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 149 | 0 | 0.06 | 0.34 | 0.12 | 49.74 | 0.56 | 0.73 |
| Hex | E1 | D4 | 95 | 0 | 6 | 22 | C | 32 | 38 | 49 |
| Octal | 341 | 324 | 225 | 0 | 6 | 42 | 14 | 62 | 70 | 111 |
| Binary | 11100001 | 11010100 | 10010101 | 0 | 110 | 100010 | 1100 | 110010 | 111000 | 1001001 |
Color Harmonies of #E1D495
Complementary color
Monochromatic Colors of #E1D495
Black with #E1D495
Text Example
Text Example
White with #E1D495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D495; }
p { color: rgb(225,212,149); }
H1.HeaderClassName
{
color: #E1D495;
}
.AnyTagClassName
{
color: #E1D495;
}
</style>
background-color css
<style>
a { background-color: #E1D495; }
a { background-color: rgb(225,212,149); }
div.DivClassName
{
background-color: #E1D495;
}
.BgClassName
{
background-color: #E1D495;
}
</style>
border-color css
<style>
span { border-color: #E1D495; }
span { border-color: rgb(225,212,149); }
td.TdClassName
{
border-color: #E1D495;
}
.TagClassName
{
border-color: #E1D495;
}
</style>