Html Css Color HEX #ECD494 Double Colonial White
📋 copy color: '#ECD494'red 236 ◦ green 212 ◦ blue 148
Shades of Double Colonial White #ECD494
Tints of Double Colonial White #ECD494
RGB
CMYK
RGB Variations
Color information
#ECD494 (or 0xECD494) is known color: Double Colonial White. HEX triplet: EC, D4 and 94. RGB value is (236,212,148). Sum of RGB (Red+Green+Blue) = 236+212+148=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 212 (83.20% from 255 or 35.57% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD494 is #132B6B. Grayscale: #D4D4D4. Windows color (decimal): -1256300 or 9753836. OLE color: 9753836.
HSL color Cylindrical-coordinate representation of color #ECD494: hue angle of 43.64º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECD494 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 148 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.07 |
| HSL | 43.64º | 0.7% | 0.75% | - |
| HSV(B) | 43.64º | 0.37% | 0.93% | - |
| XYZ | 63.48 | 67.06 | 37.61 | - |
| YUV | 211.88 | 91.95 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 148 | 0 | 0.10 | 0.37 | 0.07 | 43.64 | 0.7 | 0.75 |
| Hex | EC | D4 | 94 | 0 | A | 25 | 7 | 2C | 46 | 4B |
| Octal | 354 | 324 | 224 | 0 | 12 | 45 | 7 | 54 | 106 | 113 |
| Binary | 11101100 | 11010100 | 10010100 | 0 | 1010 | 100101 | 111 | 101100 | 1000110 | 1001011 |
Color Harmonies of #ECD494
Complementary color
Monochromatic Colors of #ECD494
Black with #ECD494
Text Example
Text Example
White with #ECD494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD494; }
p { color: rgb(236,212,148); }
H1.HeaderClassName
{
color: #ECD494;
}
.AnyTagClassName
{
color: #ECD494;
}
</style>
background-color css
<style>
a { background-color: #ECD494; }
a { background-color: rgb(236,212,148); }
div.DivClassName
{
background-color: #ECD494;
}
.BgClassName
{
background-color: #ECD494;
}
</style>
border-color css
<style>
span { border-color: #ECD494; }
span { border-color: rgb(236,212,148); }
td.TdClassName
{
border-color: #ECD494;
}
.TagClassName
{
border-color: #ECD494;
}
</style>