Shades of Golden Yellow #ECDA02
Tints of Golden Yellow #ECDA02
RGB
CMYK
RGB Variations
Color information
#ECDA02 (or 0xECDA02) is known color: Golden Yellow. HEX triplet: EC, DA and 02. RGB value is (236,218,2). Sum of RGB (Red+Green+Blue) = 236+218+2=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 2 (1.17% from 255 or 0.44% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDA02 is #1325FD. Grayscale: #C7C7C7. Windows color (decimal): -1254910 or 187116. OLE color: 187116.
HSL color Cylindrical-coordinate representation of color #ECDA02: hue angle of 55.38º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ECDA02 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.07 |
| HSL | 55.38º | 0.98% | 0.47% | - |
| HSV(B) | 55.38º | 0.99% | 0.93% | - |
| XYZ | 59.67 | 67.98 | 10.03 | - |
| YUV | 198.76 | 16.96 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 2 | 0 | 0.08 | 0.99 | 0.07 | 55.38 | 0.98 | 0.47 |
| Hex | EC | DA | 2 | 0 | 8 | 63 | 7 | 37 | 62 | 2F |
| Octal | 354 | 332 | 2 | 0 | 10 | 143 | 7 | 67 | 142 | 57 |
| Binary | 11101100 | 11011010 | 10 | 0 | 1000 | 1100011 | 111 | 110111 | 1100010 | 101111 |
Color Harmonies of #ECDA02
Complementary color
Monochromatic Colors of #ECDA02
Black with #ECDA02
Text Example
Text Example
White with #ECDA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA02; }
p { color: rgb(236,218,2); }
H1.HeaderClassName
{
color: #ECDA02;
}
.AnyTagClassName
{
color: #ECDA02;
}
</style>
background-color css
<style>
a { background-color: #ECDA02; }
a { background-color: rgb(236,218,2); }
div.DivClassName
{
background-color: #ECDA02;
}
.BgClassName
{
background-color: #ECDA02;
}
</style>
border-color css
<style>
span { border-color: #ECDA02; }
span { border-color: rgb(236,218,2); }
td.TdClassName
{
border-color: #ECDA02;
}
.TagClassName
{
border-color: #ECDA02;
}
</style>