Html Css Color HEX #ECD290 Double Colonial White
📋 copy color: '#ECD290'red 236 ◦ green 210 ◦ blue 144
Shades of Double Colonial White #ECD290
Tints of Double Colonial White #ECD290
RGB
CMYK
RGB Variations
Color information
#ECD290 (or 0xECD290) is known color: Double Colonial White. HEX triplet: EC, D2 and 90. RGB value is (236,210,144). Sum of RGB (Red+Green+Blue) = 236+210+144=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 144 (56.64% from 255 or 24.41% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD290 is #132D6F. Grayscale: #D2D2D2. Windows color (decimal): -1256816 or 9491180. OLE color: 9491180.
HSL color Cylindrical-coordinate representation of color #ECD290: hue angle of 43.04º 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 #ECD290 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 144 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.07 |
| HSL | 43.04º | 0.71% | 0.75% | - |
| HSV(B) | 43.04º | 0.39% | 0.93% | - |
| XYZ | 62.67 | 65.94 | 35.81 | - |
| YUV | 210.25 | 90.61 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 144 | 0 | 0.11 | 0.39 | 0.07 | 43.04 | 0.71 | 0.75 |
| Hex | EC | D2 | 90 | 0 | B | 27 | 7 | 2B | 47 | 4B |
| Octal | 354 | 322 | 220 | 0 | 13 | 47 | 7 | 53 | 107 | 113 |
| Binary | 11101100 | 11010010 | 10010000 | 0 | 1011 | 100111 | 111 | 101011 | 1000111 | 1001011 |
Color Harmonies of #ECD290
Complementary color
Monochromatic Colors of #ECD290
Black with #ECD290
Text Example
Text Example
White with #ECD290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD290; }
p { color: rgb(236,210,144); }
H1.HeaderClassName
{
color: #ECD290;
}
.AnyTagClassName
{
color: #ECD290;
}
</style>
background-color css
<style>
a { background-color: #ECD290; }
a { background-color: rgb(236,210,144); }
div.DivClassName
{
background-color: #ECD290;
}
.BgClassName
{
background-color: #ECD290;
}
</style>
border-color css
<style>
span { border-color: #ECD290; }
span { border-color: rgb(236,210,144); }
td.TdClassName
{
border-color: #ECD290;
}
.TagClassName
{
border-color: #ECD290;
}
</style>