Shades of Golden Yellow #ECDA06
Tints of Golden Yellow #ECDA06
RGB
CMYK
RGB Variations
Color information
#ECDA06 (or 0xECDA06) is known color: Golden Yellow. HEX triplet: EC, DA and 06. RGB value is (236,218,6). Sum of RGB (Red+Green+Blue) = 236+218+6=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 6 (2.73% from 255 or 1.30% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDA06 is #1325F9. Grayscale: #C8C8C8. Windows color (decimal): -1254906 or 449260. OLE color: 449260.
HSL color Cylindrical-coordinate representation of color #ECDA06: hue angle of 55.3º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECDA06 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 6 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.07 |
| HSL | 55.3º | 0.95% | 0.47% | - |
| HSV(B) | 55.3º | 0.97% | 0.93% | - |
| XYZ | 59.7 | 67.99 | 10.15 | - |
| YUV | 199.21 | 18.96 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 6 | 0 | 0.08 | 0.97 | 0.07 | 55.3 | 0.95 | 0.47 |
| Hex | EC | DA | 6 | 0 | 8 | 61 | 7 | 37 | 5F | 2F |
| Octal | 354 | 332 | 6 | 0 | 10 | 141 | 7 | 67 | 137 | 57 |
| Binary | 11101100 | 11011010 | 110 | 0 | 1000 | 1100001 | 111 | 110111 | 1011111 | 101111 |
Color Harmonies of #ECDA06
Complementary color
Monochromatic Colors of #ECDA06
Black with #ECDA06
Text Example
Text Example
White with #ECDA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA06; }
p { color: rgb(236,218,6); }
H1.HeaderClassName
{
color: #ECDA06;
}
.AnyTagClassName
{
color: #ECDA06;
}
</style>
background-color css
<style>
a { background-color: #ECDA06; }
a { background-color: rgb(236,218,6); }
div.DivClassName
{
background-color: #ECDA06;
}
.BgClassName
{
background-color: #ECDA06;
}
</style>
border-color css
<style>
span { border-color: #ECDA06; }
span { border-color: rgb(236,218,6); }
td.TdClassName
{
border-color: #ECDA06;
}
.TagClassName
{
border-color: #ECDA06;
}
</style>