Html Css Color HEX #E1D498 Double Colonial White
📋 copy color: '#E1D498'red 225 ◦ green 212 ◦ blue 152
Shades of Double Colonial White #E1D498
Tints of Double Colonial White #E1D498
RGB
CMYK
RGB Variations
Color information
#E1D498 (or 0xE1D498) is known color: Double Colonial White. HEX triplet: E1, D4 and 98. RGB value is (225,212,152). Sum of RGB (Red+Green+Blue) = 225+212+152=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 152 (59.77% from 255 or 25.81% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D498 is #1E2B67. Grayscale: #D1D1D1. Windows color (decimal): -1977192 or 10015969. OLE color: 10015969.
HSL color Cylindrical-coordinate representation of color #E1D498: hue angle of 49.32º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1D498 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 152 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.12 |
| HSL | 49.32º | 0.55% | 0.74% | - |
| HSV(B) | 49.32º | 0.32% | 0.88% | - |
| XYZ | 60.26 | 65.36 | 39.15 | - |
| YUV | 209.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 152 | 0 | 0.06 | 0.32 | 0.12 | 49.32 | 0.55 | 0.74 |
| Hex | E1 | D4 | 98 | 0 | 6 | 20 | C | 31 | 37 | 4A |
| Octal | 341 | 324 | 230 | 0 | 6 | 40 | 14 | 61 | 67 | 112 |
| Binary | 11100001 | 11010100 | 10011000 | 0 | 110 | 100000 | 1100 | 110001 | 110111 | 1001010 |
Color Harmonies of #E1D498
Complementary color
Monochromatic Colors of #E1D498
Black with #E1D498
Text Example
Text Example
White with #E1D498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D498; }
p { color: rgb(225,212,152); }
H1.HeaderClassName
{
color: #E1D498;
}
.AnyTagClassName
{
color: #E1D498;
}
</style>
background-color css
<style>
a { background-color: #E1D498; }
a { background-color: rgb(225,212,152); }
div.DivClassName
{
background-color: #E1D498;
}
.BgClassName
{
background-color: #E1D498;
}
</style>
border-color css
<style>
span { border-color: #E1D498; }
span { border-color: rgb(225,212,152); }
td.TdClassName
{
border-color: #E1D498;
}
.TagClassName
{
border-color: #E1D498;
}
</style>