Html Css Color HEX #ECD08D Double Colonial White
📋 copy color: '#ECD08D'red 236 ◦ green 208 ◦ blue 141
Shades of Double Colonial White #ECD08D
Tints of Double Colonial White #ECD08D
RGB
CMYK
RGB Variations
Color information
#ECD08D (or 0xECD08D) is known color: Double Colonial White. HEX triplet: EC, D0 and 8D. RGB value is (236,208,141). Sum of RGB (Red+Green+Blue) = 236+208+141=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD08D is #132F72. Grayscale: #D1D1D1. Windows color (decimal): -1257331 or 9294060. OLE color: 9294060.
HSL color Cylindrical-coordinate representation of color #ECD08D: hue angle of 42.32º 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 #ECD08D is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 141 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.07 |
| HSL | 42.32º | 0.71% | 0.74% | - |
| HSV(B) | 42.32º | 0.4% | 0.93% | - |
| XYZ | 61.96 | 64.87 | 34.45 | - |
| YUV | 208.73 | 89.78 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 141 | 0 | 0.12 | 0.40 | 0.07 | 42.32 | 0.71 | 0.74 |
| Hex | EC | D0 | 8D | 0 | C | 28 | 7 | 2A | 47 | 4A |
| Octal | 354 | 320 | 215 | 0 | 14 | 50 | 7 | 52 | 107 | 112 |
| Binary | 11101100 | 11010000 | 10001101 | 0 | 1100 | 101000 | 111 | 101010 | 1000111 | 1001010 |
Color Harmonies of #ECD08D
Complementary color
Monochromatic Colors of #ECD08D
Black with #ECD08D
Text Example
Text Example
White with #ECD08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD08D; }
p { color: rgb(236,208,141); }
H1.HeaderClassName
{
color: #ECD08D;
}
.AnyTagClassName
{
color: #ECD08D;
}
</style>
background-color css
<style>
a { background-color: #ECD08D; }
a { background-color: rgb(236,208,141); }
div.DivClassName
{
background-color: #ECD08D;
}
.BgClassName
{
background-color: #ECD08D;
}
</style>
border-color css
<style>
span { border-color: #ECD08D; }
span { border-color: rgb(236,208,141); }
td.TdClassName
{
border-color: #ECD08D;
}
.TagClassName
{
border-color: #ECD08D;
}
</style>