Shades of Golden Yellow #ECDB0A
Tints of Golden Yellow #ECDB0A
RGB
CMYK
RGB Variations
Color information
#ECDB0A (or 0xECDB0A) is known color: Golden Yellow. HEX triplet: EC, DB and 0A. RGB value is (236,219,10). Sum of RGB (Red+Green+Blue) = 236+219+10=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 10 (4.30% from 255 or 2.15% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDB0A is #1324F5. Grayscale: #C9C9C9. Windows color (decimal): -1254646 or 711660. OLE color: 711660.
HSL color Cylindrical-coordinate representation of color #ECDB0A: hue angle of 55.49º 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 #ECDB0A is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 10 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.07 |
| HSL | 55.49º | 0.92% | 0.48% | - |
| HSV(B) | 55.49º | 0.96% | 0.93% | - |
| XYZ | 59.98 | 68.52 | 10.35 | - |
| YUV | 200.26 | 20.63 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 10 | 0 | 0.07 | 0.96 | 0.07 | 55.49 | 0.92 | 0.48 |
| Hex | EC | DB | A | 0 | 7 | 60 | 7 | 37 | 5C | 30 |
| Octal | 354 | 333 | 12 | 0 | 7 | 140 | 7 | 67 | 134 | 60 |
| Binary | 11101100 | 11011011 | 1010 | 0 | 111 | 1100000 | 111 | 110111 | 1011100 | 110000 |
Color Harmonies of #ECDB0A
Complementary color
Monochromatic Colors of #ECDB0A
Black with #ECDB0A
Text Example
Text Example
White with #ECDB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB0A; }
p { color: rgb(236,219,10); }
H1.HeaderClassName
{
color: #ECDB0A;
}
.AnyTagClassName
{
color: #ECDB0A;
}
</style>
background-color css
<style>
a { background-color: #ECDB0A; }
a { background-color: rgb(236,219,10); }
div.DivClassName
{
background-color: #ECDB0A;
}
.BgClassName
{
background-color: #ECDB0A;
}
</style>
border-color css
<style>
span { border-color: #ECDB0A; }
span { border-color: rgb(236,219,10); }
td.TdClassName
{
border-color: #ECDB0A;
}
.TagClassName
{
border-color: #ECDB0A;
}
</style>