Html Css Color HEX #E1D28F Double Colonial White
📋 copy color: '#E1D28F'red 225 ◦ green 210 ◦ blue 143
Shades of Double Colonial White #E1D28F
Tints of Double Colonial White #E1D28F
RGB
CMYK
RGB Variations
Color information
#E1D28F (or 0xE1D28F) is known color: Double Colonial White. HEX triplet: E1, D2 and 8F. RGB value is (225,210,143). Sum of RGB (Red+Green+Blue) = 225+210+143=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 143 (56.25% from 255 or 24.74% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D28F is #1E2D70. Grayscale: #CFCFCF. Windows color (decimal): -1977713 or 9425633. OLE color: 9425633.
HSL color Cylindrical-coordinate representation of color #E1D28F: hue angle of 49.02º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1D28F is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 143 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.12 |
| HSL | 49.02º | 0.58% | 0.72% | - |
| HSV(B) | 49.02º | 0.36% | 0.88% | - |
| XYZ | 59.06 | 64.08 | 35.24 | - |
| YUV | 206.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 143 | 0 | 0.07 | 0.36 | 0.12 | 49.02 | 0.58 | 0.72 |
| Hex | E1 | D2 | 8F | 0 | 7 | 24 | C | 31 | 3A | 48 |
| Octal | 341 | 322 | 217 | 0 | 7 | 44 | 14 | 61 | 72 | 110 |
| Binary | 11100001 | 11010010 | 10001111 | 0 | 111 | 100100 | 1100 | 110001 | 111010 | 1001000 |
Color Harmonies of #E1D28F
Complementary color
Monochromatic Colors of #E1D28F
Black with #E1D28F
Text Example
Text Example
White with #E1D28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D28F; }
p { color: rgb(225,210,143); }
H1.HeaderClassName
{
color: #E1D28F;
}
.AnyTagClassName
{
color: #E1D28F;
}
</style>
background-color css
<style>
a { background-color: #E1D28F; }
a { background-color: rgb(225,210,143); }
div.DivClassName
{
background-color: #E1D28F;
}
.BgClassName
{
background-color: #E1D28F;
}
</style>
border-color css
<style>
span { border-color: #E1D28F; }
span { border-color: rgb(225,210,143); }
td.TdClassName
{
border-color: #E1D28F;
}
.TagClassName
{
border-color: #E1D28F;
}
</style>