Html Css Color HEX #ECD38E Double Colonial White
📋 copy color: '#ECD38E'red 236 ◦ green 211 ◦ blue 142
Shades of Double Colonial White #ECD38E
Tints of Double Colonial White #ECD38E
RGB
CMYK
RGB Variations
Color information
#ECD38E (or 0xECD38E) is known color: Double Colonial White. HEX triplet: EC, D3 and 8E. RGB value is (236,211,142). Sum of RGB (Red+Green+Blue) = 236+211+142=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD38E is #132C71. Grayscale: #D2D2D2. Windows color (decimal): -1256562 or 9360364. OLE color: 9360364.
HSL color Cylindrical-coordinate representation of color #ECD38E: hue angle of 44.04º 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 #ECD38E is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 142 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.07 |
| HSL | 44.04º | 0.71% | 0.74% | - |
| HSV(B) | 44.04º | 0.4% | 0.93% | - |
| XYZ | 62.77 | 66.37 | 35.09 | - |
| YUV | 210.61 | 89.28 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 142 | 0 | 0.11 | 0.40 | 0.07 | 44.04 | 0.71 | 0.74 |
| Hex | EC | D3 | 8E | 0 | B | 28 | 7 | 2C | 47 | 4A |
| Octal | 354 | 323 | 216 | 0 | 13 | 50 | 7 | 54 | 107 | 112 |
| Binary | 11101100 | 11010011 | 10001110 | 0 | 1011 | 101000 | 111 | 101100 | 1000111 | 1001010 |
Color Harmonies of #ECD38E
Complementary color
Monochromatic Colors of #ECD38E
Black with #ECD38E
Text Example
Text Example
White with #ECD38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD38E; }
p { color: rgb(236,211,142); }
H1.HeaderClassName
{
color: #ECD38E;
}
.AnyTagClassName
{
color: #ECD38E;
}
</style>
background-color css
<style>
a { background-color: #ECD38E; }
a { background-color: rgb(236,211,142); }
div.DivClassName
{
background-color: #ECD38E;
}
.BgClassName
{
background-color: #ECD38E;
}
</style>
border-color css
<style>
span { border-color: #ECD38E; }
span { border-color: rgb(236,211,142); }
td.TdClassName
{
border-color: #ECD38E;
}
.TagClassName
{
border-color: #ECD38E;
}
</style>