Html Css Color HEX #ECD490 Double Colonial White
📋 copy color: '#ECD490'red 236 ◦ green 212 ◦ blue 144
Shades of Double Colonial White #ECD490
Tints of Double Colonial White #ECD490
RGB
CMYK
RGB Variations
Color information
#ECD490 (or 0xECD490) is known color: Double Colonial White. HEX triplet: EC, D4 and 90. RGB value is (236,212,144). Sum of RGB (Red+Green+Blue) = 236+212+144=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 144 (56.64% from 255 or 24.32% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD490 is #132B6F. Grayscale: #D3D3D3. Windows color (decimal): -1256304 or 9491692. OLE color: 9491692.
HSL color Cylindrical-coordinate representation of color #ECD490: hue angle of 44.35º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECD490 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 144 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.07 |
| HSL | 44.35º | 0.71% | 0.75% | - |
| HSV(B) | 44.35º | 0.39% | 0.93% | - |
| XYZ | 63.17 | 66.93 | 35.98 | - |
| YUV | 211.42 | 89.95 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 144 | 0 | 0.10 | 0.39 | 0.07 | 44.35 | 0.71 | 0.75 |
| Hex | EC | D4 | 90 | 0 | A | 27 | 7 | 2C | 47 | 4B |
| Octal | 354 | 324 | 220 | 0 | 12 | 47 | 7 | 54 | 107 | 113 |
| Binary | 11101100 | 11010100 | 10010000 | 0 | 1010 | 100111 | 111 | 101100 | 1000111 | 1001011 |
Color Harmonies of #ECD490
Complementary color
Monochromatic Colors of #ECD490
Black with #ECD490
Text Example
Text Example
White with #ECD490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD490; }
p { color: rgb(236,212,144); }
H1.HeaderClassName
{
color: #ECD490;
}
.AnyTagClassName
{
color: #ECD490;
}
</style>
background-color css
<style>
a { background-color: #ECD490; }
a { background-color: rgb(236,212,144); }
div.DivClassName
{
background-color: #ECD490;
}
.BgClassName
{
background-color: #ECD490;
}
</style>
border-color css
<style>
span { border-color: #ECD490; }
span { border-color: rgb(236,212,144); }
td.TdClassName
{
border-color: #ECD490;
}
.TagClassName
{
border-color: #ECD490;
}
</style>