Shades of Golden Yellow #ECDA09
Tints of Golden Yellow #ECDA09
RGB
CMYK
RGB Variations
Color information
#ECDA09 (or 0xECDA09) is known color: Golden Yellow. HEX triplet: EC, DA and 09. RGB value is (236,218,9). Sum of RGB (Red+Green+Blue) = 236+218+9=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 9 (3.91% from 255 or 1.94% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDA09 is #1325F6. Grayscale: #C8C8C8. Windows color (decimal): -1254903 or 645868. OLE color: 645868.
HSL color Cylindrical-coordinate representation of color #ECDA09: hue angle of 55.24º degrees, saturation: 0.93, 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 #ECDA09 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 9 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.07 |
| HSL | 55.24º | 0.93% | 0.48% | - |
| HSV(B) | 55.24º | 0.96% | 0.93% | - |
| XYZ | 59.71 | 68 | 10.24 | - |
| YUV | 199.56 | 20.46 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 9 | 0 | 0.08 | 0.96 | 0.07 | 55.24 | 0.93 | 0.48 |
| Hex | EC | DA | 9 | 0 | 8 | 60 | 7 | 37 | 5D | 30 |
| Octal | 354 | 332 | 11 | 0 | 10 | 140 | 7 | 67 | 135 | 60 |
| Binary | 11101100 | 11011010 | 1001 | 0 | 1000 | 1100000 | 111 | 110111 | 1011101 | 110000 |
Color Harmonies of #ECDA09
Complementary color
Monochromatic Colors of #ECDA09
Black with #ECDA09
Text Example
Text Example
White with #ECDA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA09; }
p { color: rgb(236,218,9); }
H1.HeaderClassName
{
color: #ECDA09;
}
.AnyTagClassName
{
color: #ECDA09;
}
</style>
background-color css
<style>
a { background-color: #ECDA09; }
a { background-color: rgb(236,218,9); }
div.DivClassName
{
background-color: #ECDA09;
}
.BgClassName
{
background-color: #ECDA09;
}
</style>
border-color css
<style>
span { border-color: #ECDA09; }
span { border-color: rgb(236,218,9); }
td.TdClassName
{
border-color: #ECDA09;
}
.TagClassName
{
border-color: #ECDA09;
}
</style>