Html Css Color HEX #E5D28D Double Colonial White
📋 copy color: '#E5D28D'red 229 ◦ green 210 ◦ blue 141
Shades of Double Colonial White #E5D28D
Tints of Double Colonial White #E5D28D
RGB
CMYK
RGB Variations
Color information
#E5D28D (or 0xE5D28D) is known color: Double Colonial White. HEX triplet: E5, D2 and 8D. RGB value is (229,210,141). Sum of RGB (Red+Green+Blue) = 229+210+141=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D28D is #1A2D72. Grayscale: #D0D0D0. Windows color (decimal): -1715571 or 9294565. OLE color: 9294565.
HSL color Cylindrical-coordinate representation of color #E5D28D: hue angle of 47.05º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5D28D is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 141 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.10 |
| HSL | 47.05º | 0.63% | 0.73% | - |
| HSV(B) | 47.05º | 0.38% | 0.9% | - |
| XYZ | 60.17 | 64.67 | 34.51 | - |
| YUV | 207.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 141 | 0 | 0.08 | 0.38 | 0.10 | 47.05 | 0.63 | 0.73 |
| Hex | E5 | D2 | 8D | 0 | 8 | 26 | A | 2F | 3F | 49 |
| Octal | 345 | 322 | 215 | 0 | 10 | 46 | 12 | 57 | 77 | 111 |
| Binary | 11100101 | 11010010 | 10001101 | 0 | 1000 | 100110 | 1010 | 101111 | 111111 | 1001001 |
Color Harmonies of #E5D28D
Complementary color
Monochromatic Colors of #E5D28D
Black with #E5D28D
Text Example
Text Example
White with #E5D28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D28D; }
p { color: rgb(229,210,141); }
H1.HeaderClassName
{
color: #E5D28D;
}
.AnyTagClassName
{
color: #E5D28D;
}
</style>
background-color css
<style>
a { background-color: #E5D28D; }
a { background-color: rgb(229,210,141); }
div.DivClassName
{
background-color: #E5D28D;
}
.BgClassName
{
background-color: #E5D28D;
}
</style>
border-color css
<style>
span { border-color: #E5D28D; }
span { border-color: rgb(229,210,141); }
td.TdClassName
{
border-color: #E5D28D;
}
.TagClassName
{
border-color: #E5D28D;
}
</style>