Html Css Color HEX #E1D29A Double Colonial White
📋 copy color: '#E1D29A'red 225 ◦ green 210 ◦ blue 154
Shades of Double Colonial White #E1D29A
Tints of Double Colonial White #E1D29A
RGB
CMYK
RGB Variations
Color information
#E1D29A (or 0xE1D29A) is known color: Double Colonial White. HEX triplet: E1, D2 and 9A. RGB value is (225,210,154). Sum of RGB (Red+Green+Blue) = 225+210+154=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D29A is #1E2D65. Grayscale: #D0D0D0. Windows color (decimal): -1977702 or 10146529. OLE color: 10146529.
HSL color Cylindrical-coordinate representation of color #E1D29A: hue angle of 47.32º degrees, saturation: 0.54, 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 #E1D29A is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 154 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.12 |
| HSL | 47.32º | 0.54% | 0.74% | - |
| HSV(B) | 47.32º | 0.32% | 0.88% | - |
| XYZ | 59.93 | 64.43 | 39.85 | - |
| YUV | 208.1 | 97.47 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 154 | 0 | 0.07 | 0.32 | 0.12 | 47.32 | 0.54 | 0.74 |
| Hex | E1 | D2 | 9A | 0 | 7 | 20 | C | 2F | 36 | 4A |
| Octal | 341 | 322 | 232 | 0 | 7 | 40 | 14 | 57 | 66 | 112 |
| Binary | 11100001 | 11010010 | 10011010 | 0 | 111 | 100000 | 1100 | 101111 | 110110 | 1001010 |
Color Harmonies of #E1D29A
Complementary color
Monochromatic Colors of #E1D29A
Black with #E1D29A
Text Example
Text Example
White with #E1D29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D29A; }
p { color: rgb(225,210,154); }
H1.HeaderClassName
{
color: #E1D29A;
}
.AnyTagClassName
{
color: #E1D29A;
}
</style>
background-color css
<style>
a { background-color: #E1D29A; }
a { background-color: rgb(225,210,154); }
div.DivClassName
{
background-color: #E1D29A;
}
.BgClassName
{
background-color: #E1D29A;
}
</style>
border-color css
<style>
span { border-color: #E1D29A; }
span { border-color: rgb(225,210,154); }
td.TdClassName
{
border-color: #E1D29A;
}
.TagClassName
{
border-color: #E1D29A;
}
</style>