Html Css Color HEX #E5D18C Double Colonial White
📋 copy color: '#E5D18C'red 229 ◦ green 209 ◦ blue 140
Shades of Double Colonial White #E5D18C
Tints of Double Colonial White #E5D18C
RGB
CMYK
RGB Variations
Color information
#E5D18C (or 0xE5D18C) is known color: Double Colonial White. HEX triplet: E5, D1 and 8C. RGB value is (229,209,140). Sum of RGB (Red+Green+Blue) = 229+209+140=578 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.62% from 578); Green value is 209 (82.03% from 255 or 36.16% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D18C is #1A2E73. Grayscale: #CFCFCF. Windows color (decimal): -1715828 or 9228773. OLE color: 9228773.
HSL color Cylindrical-coordinate representation of color #E5D18C: hue angle of 46.52º 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 #E5D18C is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 209 | 140 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.10 |
| HSL | 46.52º | 0.63% | 0.72% | - |
| HSV(B) | 46.52º | 0.39% | 0.9% | - |
| XYZ | 59.85 | 64.15 | 34.04 | - |
| YUV | 207.11 | 90.13 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 209 | 140 | 0 | 0.09 | 0.39 | 0.10 | 46.52 | 0.63 | 0.72 |
| Hex | E5 | D1 | 8C | 0 | 9 | 27 | A | 2F | 3F | 48 |
| Octal | 345 | 321 | 214 | 0 | 11 | 47 | 12 | 57 | 77 | 110 |
| Binary | 11100101 | 11010001 | 10001100 | 0 | 1001 | 100111 | 1010 | 101111 | 111111 | 1001000 |
Color Harmonies of #E5D18C
Complementary color
Monochromatic Colors of #E5D18C
Black with #E5D18C
Text Example
Text Example
White with #E5D18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D18C; }
p { color: rgb(229,209,140); }
H1.HeaderClassName
{
color: #E5D18C;
}
.AnyTagClassName
{
color: #E5D18C;
}
</style>
background-color css
<style>
a { background-color: #E5D18C; }
a { background-color: rgb(229,209,140); }
div.DivClassName
{
background-color: #E5D18C;
}
.BgClassName
{
background-color: #E5D18C;
}
</style>
border-color css
<style>
span { border-color: #E5D18C; }
span { border-color: rgb(229,209,140); }
td.TdClassName
{
border-color: #E5D18C;
}
.TagClassName
{
border-color: #E5D18C;
}
</style>