Html Css Color HEX #ECD18D Double Colonial White
📋 copy color: '#ECD18D'red 236 ◦ green 209 ◦ blue 141
Shades of Double Colonial White #ECD18D
Tints of Double Colonial White #ECD18D
RGB
CMYK
RGB Variations
Color information
#ECD18D (or 0xECD18D) is known color: Double Colonial White. HEX triplet: EC, D1 and 8D. RGB value is (236,209,141). Sum of RGB (Red+Green+Blue) = 236+209+141=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD18D is #132E72. Grayscale: #D1D1D1. Windows color (decimal): -1257075 or 9294316. OLE color: 9294316.
HSL color Cylindrical-coordinate representation of color #ECD18D: hue angle of 42.95º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECD18D is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 141 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.07 |
| HSL | 42.95º | 0.71% | 0.74% | - |
| HSV(B) | 42.95º | 0.4% | 0.93% | - |
| XYZ | 62.2 | 65.36 | 34.54 | - |
| YUV | 209.32 | 89.45 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 141 | 0 | 0.11 | 0.40 | 0.07 | 42.95 | 0.71 | 0.74 |
| Hex | EC | D1 | 8D | 0 | B | 28 | 7 | 2B | 47 | 4A |
| Octal | 354 | 321 | 215 | 0 | 13 | 50 | 7 | 53 | 107 | 112 |
| Binary | 11101100 | 11010001 | 10001101 | 0 | 1011 | 101000 | 111 | 101011 | 1000111 | 1001010 |
Color Harmonies of #ECD18D
Complementary color
Monochromatic Colors of #ECD18D
Black with #ECD18D
Text Example
Text Example
White with #ECD18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD18D; }
p { color: rgb(236,209,141); }
H1.HeaderClassName
{
color: #ECD18D;
}
.AnyTagClassName
{
color: #ECD18D;
}
</style>
background-color css
<style>
a { background-color: #ECD18D; }
a { background-color: rgb(236,209,141); }
div.DivClassName
{
background-color: #ECD18D;
}
.BgClassName
{
background-color: #ECD18D;
}
</style>
border-color css
<style>
span { border-color: #ECD18D; }
span { border-color: rgb(236,209,141); }
td.TdClassName
{
border-color: #ECD18D;
}
.TagClassName
{
border-color: #ECD18D;
}
</style>