Html Css Color HEX #E1D28E Double Colonial White
📋 copy color: '#E1D28E'red 225 ◦ green 210 ◦ blue 142
Shades of Double Colonial White #E1D28E
Tints of Double Colonial White #E1D28E
RGB
CMYK
RGB Variations
Color information
#E1D28E (or 0xE1D28E) is known color: Double Colonial White. HEX triplet: E1, D2 and 8E. RGB value is (225,210,142). Sum of RGB (Red+Green+Blue) = 225+210+142=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D28E is #1E2D71. Grayscale: #CFCFCF. Windows color (decimal): -1977714 or 9360097. OLE color: 9360097.
HSL color Cylindrical-coordinate representation of color #E1D28E: hue angle of 49.16º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1D28E is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 142 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.12 |
| HSL | 49.16º | 0.58% | 0.72% | - |
| HSV(B) | 49.16º | 0.37% | 0.88% | - |
| XYZ | 58.98 | 64.05 | 34.85 | - |
| YUV | 206.73 | 91.47 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 142 | 0 | 0.07 | 0.37 | 0.12 | 49.16 | 0.58 | 0.72 |
| Hex | E1 | D2 | 8E | 0 | 7 | 25 | C | 31 | 3A | 48 |
| Octal | 341 | 322 | 216 | 0 | 7 | 45 | 14 | 61 | 72 | 110 |
| Binary | 11100001 | 11010010 | 10001110 | 0 | 111 | 100101 | 1100 | 110001 | 111010 | 1001000 |
Color Harmonies of #E1D28E
Complementary color
Monochromatic Colors of #E1D28E
Black with #E1D28E
Text Example
Text Example
White with #E1D28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D28E; }
p { color: rgb(225,210,142); }
H1.HeaderClassName
{
color: #E1D28E;
}
.AnyTagClassName
{
color: #E1D28E;
}
</style>
background-color css
<style>
a { background-color: #E1D28E; }
a { background-color: rgb(225,210,142); }
div.DivClassName
{
background-color: #E1D28E;
}
.BgClassName
{
background-color: #E1D28E;
}
</style>
border-color css
<style>
span { border-color: #E1D28E; }
span { border-color: rgb(225,210,142); }
td.TdClassName
{
border-color: #E1D28E;
}
.TagClassName
{
border-color: #E1D28E;
}
</style>