Html Css Color HEX #ECD38D Double Colonial White
📋 copy color: '#ECD38D'red 236 ◦ green 211 ◦ blue 141
Shades of Double Colonial White #ECD38D
Tints of Double Colonial White #ECD38D
RGB
CMYK
RGB Variations
Color information
#ECD38D (or 0xECD38D) is known color: Double Colonial White. HEX triplet: EC, D3 and 8D. RGB value is (236,211,141). Sum of RGB (Red+Green+Blue) = 236+211+141=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 141 (55.47% from 255 or 23.98% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD38D is #132C72. Grayscale: #D2D2D2. Windows color (decimal): -1256563 or 9294828. OLE color: 9294828.
HSL color Cylindrical-coordinate representation of color #ECD38D: hue angle of 44.21º 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 #ECD38D is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 141 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.07 |
| HSL | 44.21º | 0.71% | 0.74% | - |
| HSV(B) | 44.21º | 0.4% | 0.93% | - |
| XYZ | 62.69 | 66.34 | 34.7 | - |
| YUV | 210.5 | 88.78 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 141 | 0 | 0.11 | 0.40 | 0.07 | 44.21 | 0.71 | 0.74 |
| Hex | EC | D3 | 8D | 0 | B | 28 | 7 | 2C | 47 | 4A |
| Octal | 354 | 323 | 215 | 0 | 13 | 50 | 7 | 54 | 107 | 112 |
| Binary | 11101100 | 11010011 | 10001101 | 0 | 1011 | 101000 | 111 | 101100 | 1000111 | 1001010 |
Color Harmonies of #ECD38D
Complementary color
Monochromatic Colors of #ECD38D
Black with #ECD38D
Text Example
Text Example
White with #ECD38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD38D; }
p { color: rgb(236,211,141); }
H1.HeaderClassName
{
color: #ECD38D;
}
.AnyTagClassName
{
color: #ECD38D;
}
</style>
background-color css
<style>
a { background-color: #ECD38D; }
a { background-color: rgb(236,211,141); }
div.DivClassName
{
background-color: #ECD38D;
}
.BgClassName
{
background-color: #ECD38D;
}
</style>
border-color css
<style>
span { border-color: #ECD38D; }
span { border-color: rgb(236,211,141); }
td.TdClassName
{
border-color: #ECD38D;
}
.TagClassName
{
border-color: #ECD38D;
}
</style>