Html Css Color HEX #E5D28C Double Colonial White
📋 copy color: '#E5D28C'red 229 ◦ green 210 ◦ blue 140
Shades of Double Colonial White #E5D28C
Tints of Double Colonial White #E5D28C
RGB
CMYK
RGB Variations
Color information
#E5D28C (or 0xE5D28C) is known color: Double Colonial White. HEX triplet: E5, D2 and 8C. RGB value is (229,210,140). Sum of RGB (Red+Green+Blue) = 229+210+140=579 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.55% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D28C is #1A2D73. Grayscale: #D0D0D0. Windows color (decimal): -1715572 or 9229029. OLE color: 9229029.
HSL color Cylindrical-coordinate representation of color #E5D28C: hue angle of 47.19º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E5D28C is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 140 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.10 |
| HSL | 47.19º | 0.63% | 0.72% | - |
| HSV(B) | 47.19º | 0.39% | 0.9% | - |
| XYZ | 60.09 | 64.64 | 34.12 | - |
| YUV | 207.7 | 89.79 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 140 | 0 | 0.08 | 0.39 | 0.10 | 47.19 | 0.63 | 0.72 |
| Hex | E5 | D2 | 8C | 0 | 8 | 27 | A | 2F | 3F | 48 |
| Octal | 345 | 322 | 214 | 0 | 10 | 47 | 12 | 57 | 77 | 110 |
| Binary | 11100101 | 11010010 | 10001100 | 0 | 1000 | 100111 | 1010 | 101111 | 111111 | 1001000 |
Color Harmonies of #E5D28C
Complementary color
Monochromatic Colors of #E5D28C
Black with #E5D28C
Text Example
Text Example
White with #E5D28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D28C; }
p { color: rgb(229,210,140); }
H1.HeaderClassName
{
color: #E5D28C;
}
.AnyTagClassName
{
color: #E5D28C;
}
</style>
background-color css
<style>
a { background-color: #E5D28C; }
a { background-color: rgb(229,210,140); }
div.DivClassName
{
background-color: #E5D28C;
}
.BgClassName
{
background-color: #E5D28C;
}
</style>
border-color css
<style>
span { border-color: #E5D28C; }
span { border-color: rgb(229,210,140); }
td.TdClassName
{
border-color: #E5D28C;
}
.TagClassName
{
border-color: #E5D28C;
}
</style>