Shades of Golden Yellow #ECDA07
Tints of Golden Yellow #ECDA07
RGB
CMYK
RGB Variations
Color information
#ECDA07 (or 0xECDA07) is known color: Golden Yellow. HEX triplet: EC, DA and 07. RGB value is (236,218,7). Sum of RGB (Red+Green+Blue) = 236+218+7=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 7 (3.12% from 255 or 1.52% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDA07 is #1325F8. Grayscale: #C8C8C8. Windows color (decimal): -1254905 or 514796. OLE color: 514796.
HSL color Cylindrical-coordinate representation of color #ECDA07: hue angle of 55.28º degrees, saturation: 0.94, 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 #ECDA07 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 7 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.07 |
| HSL | 55.28º | 0.94% | 0.48% | - |
| HSV(B) | 55.28º | 0.97% | 0.93% | - |
| XYZ | 59.7 | 67.99 | 10.18 | - |
| YUV | 199.33 | 19.46 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 7 | 0 | 0.08 | 0.97 | 0.07 | 55.28 | 0.94 | 0.48 |
| Hex | EC | DA | 7 | 0 | 8 | 61 | 7 | 37 | 5E | 30 |
| Octal | 354 | 332 | 7 | 0 | 10 | 141 | 7 | 67 | 136 | 60 |
| Binary | 11101100 | 11011010 | 111 | 0 | 1000 | 1100001 | 111 | 110111 | 1011110 | 110000 |
Color Harmonies of #ECDA07
Complementary color
Monochromatic Colors of #ECDA07
Black with #ECDA07
Text Example
Text Example
White with #ECDA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA07; }
p { color: rgb(236,218,7); }
H1.HeaderClassName
{
color: #ECDA07;
}
.AnyTagClassName
{
color: #ECDA07;
}
</style>
background-color css
<style>
a { background-color: #ECDA07; }
a { background-color: rgb(236,218,7); }
div.DivClassName
{
background-color: #ECDA07;
}
.BgClassName
{
background-color: #ECDA07;
}
</style>
border-color css
<style>
span { border-color: #ECDA07; }
span { border-color: rgb(236,218,7); }
td.TdClassName
{
border-color: #ECDA07;
}
.TagClassName
{
border-color: #ECDA07;
}
</style>