Shades of Golden Yellow #ECDB08
Tints of Golden Yellow #ECDB08
RGB
CMYK
RGB Variations
Color information
#ECDB08 (or 0xECDB08) is known color: Golden Yellow. HEX triplet: EC, DB and 08. RGB value is (236,219,8). Sum of RGB (Red+Green+Blue) = 236+219+8=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 8 (3.52% from 255 or 1.73% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDB08 is #1324F7. Grayscale: #C8C8C8. Windows color (decimal): -1254648 or 580588. OLE color: 580588.
HSL color Cylindrical-coordinate representation of color #ECDB08: hue angle of 55.53º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECDB08 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 8 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.07 |
| HSL | 55.53º | 0.93% | 0.48% | - |
| HSV(B) | 55.53º | 0.97% | 0.93% | - |
| XYZ | 59.97 | 68.51 | 10.29 | - |
| YUV | 200.03 | 19.63 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 8 | 0 | 0.07 | 0.97 | 0.07 | 55.53 | 0.93 | 0.48 |
| Hex | EC | DB | 8 | 0 | 7 | 61 | 7 | 38 | 5D | 30 |
| Octal | 354 | 333 | 10 | 0 | 7 | 141 | 7 | 70 | 135 | 60 |
| Binary | 11101100 | 11011011 | 1000 | 0 | 111 | 1100001 | 111 | 111000 | 1011101 | 110000 |
Color Harmonies of #ECDB08
Complementary color
Monochromatic Colors of #ECDB08
Black with #ECDB08
Text Example
Text Example
White with #ECDB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB08; }
p { color: rgb(236,219,8); }
H1.HeaderClassName
{
color: #ECDB08;
}
.AnyTagClassName
{
color: #ECDB08;
}
</style>
background-color css
<style>
a { background-color: #ECDB08; }
a { background-color: rgb(236,219,8); }
div.DivClassName
{
background-color: #ECDB08;
}
.BgClassName
{
background-color: #ECDB08;
}
</style>
border-color css
<style>
span { border-color: #ECDB08; }
span { border-color: rgb(236,219,8); }
td.TdClassName
{
border-color: #ECDB08;
}
.TagClassName
{
border-color: #ECDB08;
}
</style>