Shades of Golden Yellow #ECDA0A
Tints of Golden Yellow #ECDA0A
RGB
CMYK
RGB Variations
Color information
#ECDA0A (or 0xECDA0A) is known color: Golden Yellow. HEX triplet: EC, DA and 0A. RGB value is (236,218,10). Sum of RGB (Red+Green+Blue) = 236+218+10=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 10 (4.30% from 255 or 2.16% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDA0A is #1325F5. Grayscale: #C8C8C8. Windows color (decimal): -1254902 or 711404. OLE color: 711404.
HSL color Cylindrical-coordinate representation of color #ECDA0A: hue angle of 55.22º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECDA0A is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 10 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.07 |
| HSL | 55.22º | 0.92% | 0.48% | - |
| HSV(B) | 55.22º | 0.96% | 0.93% | - |
| XYZ | 59.72 | 68 | 10.26 | - |
| YUV | 199.67 | 20.96 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 10 | 0 | 0.08 | 0.96 | 0.07 | 55.22 | 0.92 | 0.48 |
| Hex | EC | DA | A | 0 | 8 | 60 | 7 | 37 | 5C | 30 |
| Octal | 354 | 332 | 12 | 0 | 10 | 140 | 7 | 67 | 134 | 60 |
| Binary | 11101100 | 11011010 | 1010 | 0 | 1000 | 1100000 | 111 | 110111 | 1011100 | 110000 |
Color Harmonies of #ECDA0A
Complementary color
Monochromatic Colors of #ECDA0A
Black with #ECDA0A
Text Example
Text Example
White with #ECDA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA0A; }
p { color: rgb(236,218,10); }
H1.HeaderClassName
{
color: #ECDA0A;
}
.AnyTagClassName
{
color: #ECDA0A;
}
</style>
background-color css
<style>
a { background-color: #ECDA0A; }
a { background-color: rgb(236,218,10); }
div.DivClassName
{
background-color: #ECDA0A;
}
.BgClassName
{
background-color: #ECDA0A;
}
</style>
border-color css
<style>
span { border-color: #ECDA0A; }
span { border-color: rgb(236,218,10); }
td.TdClassName
{
border-color: #ECDA0A;
}
.TagClassName
{
border-color: #ECDA0A;
}
</style>