Html Css Color HEX #ECD594 Double Colonial White
📋 copy color: '#ECD594'red 236 ◦ green 213 ◦ blue 148
Shades of Double Colonial White #ECD594
Tints of Double Colonial White #ECD594
RGB
CMYK
RGB Variations
Color information
#ECD594 (or 0xECD594) is known color: Double Colonial White. HEX triplet: EC, D5 and 94. RGB value is (236,213,148). Sum of RGB (Red+Green+Blue) = 236+213+148=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 148 (58.20% from 255 or 24.79% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD594 is #132A6B. Grayscale: #D4D4D4. Windows color (decimal): -1256044 or 9754092. OLE color: 9754092.
HSL color Cylindrical-coordinate representation of color #ECD594: hue angle of 44.32º 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 #ECD594 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 148 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.07 |
| HSL | 44.32º | 0.7% | 0.75% | - |
| HSV(B) | 44.32º | 0.37% | 0.93% | - |
| XYZ | 63.73 | 67.56 | 37.7 | - |
| YUV | 212.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 148 | 0 | 0.10 | 0.37 | 0.07 | 44.32 | 0.7 | 0.75 |
| Hex | EC | D5 | 94 | 0 | A | 25 | 7 | 2C | 46 | 4B |
| Octal | 354 | 325 | 224 | 0 | 12 | 45 | 7 | 54 | 106 | 113 |
| Binary | 11101100 | 11010101 | 10010100 | 0 | 1010 | 100101 | 111 | 101100 | 1000110 | 1001011 |
Color Harmonies of #ECD594
Complementary color
Monochromatic Colors of #ECD594
Black with #ECD594
Text Example
Text Example
White with #ECD594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD594; }
p { color: rgb(236,213,148); }
H1.HeaderClassName
{
color: #ECD594;
}
.AnyTagClassName
{
color: #ECD594;
}
</style>
background-color css
<style>
a { background-color: #ECD594; }
a { background-color: rgb(236,213,148); }
div.DivClassName
{
background-color: #ECD594;
}
.BgClassName
{
background-color: #ECD594;
}
</style>
border-color css
<style>
span { border-color: #ECD594; }
span { border-color: rgb(236,213,148); }
td.TdClassName
{
border-color: #ECD594;
}
.TagClassName
{
border-color: #ECD594;
}
</style>