Shades of Golden Yellow #ECDA0B
Tints of Golden Yellow #ECDA0B
RGB
CMYK
RGB Variations
Color information
#ECDA0B (or 0xECDA0B) is known color: Golden Yellow. HEX triplet: EC, DA and 0B. RGB value is (236,218,11). Sum of RGB (Red+Green+Blue) = 236+218+11=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 11 (4.69% from 255 or 2.37% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDA0B is #1325F4. Grayscale: #C8C8C8. Windows color (decimal): -1254901 or 776940. OLE color: 776940.
HSL color Cylindrical-coordinate representation of color #ECDA0B: hue angle of 55.2º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECDA0B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 11 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.07 |
| HSL | 55.2º | 0.91% | 0.48% | - |
| HSV(B) | 55.2º | 0.95% | 0.93% | - |
| XYZ | 59.72 | 68 | 10.29 | - |
| YUV | 199.78 | 21.46 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 11 | 0 | 0.08 | 0.95 | 0.07 | 55.2 | 0.91 | 0.48 |
| Hex | EC | DA | B | 0 | 8 | 5F | 7 | 37 | 5B | 30 |
| Octal | 354 | 332 | 13 | 0 | 10 | 137 | 7 | 67 | 133 | 60 |
| Binary | 11101100 | 11011010 | 1011 | 0 | 1000 | 1011111 | 111 | 110111 | 1011011 | 110000 |
Color Harmonies of #ECDA0B
Complementary color
Monochromatic Colors of #ECDA0B
Black with #ECDA0B
Text Example
Text Example
White with #ECDA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA0B; }
p { color: rgb(236,218,11); }
H1.HeaderClassName
{
color: #ECDA0B;
}
.AnyTagClassName
{
color: #ECDA0B;
}
</style>
background-color css
<style>
a { background-color: #ECDA0B; }
a { background-color: rgb(236,218,11); }
div.DivClassName
{
background-color: #ECDA0B;
}
.BgClassName
{
background-color: #ECDA0B;
}
</style>
border-color css
<style>
span { border-color: #ECDA0B; }
span { border-color: rgb(236,218,11); }
td.TdClassName
{
border-color: #ECDA0B;
}
.TagClassName
{
border-color: #ECDA0B;
}
</style>