Shades of Golden Yellow #ECDD09
Tints of Golden Yellow #ECDD09
RGB
CMYK
RGB Variations
Color information
#ECDD09 (or 0xECDD09) is known color: Golden Yellow. HEX triplet: EC, DD and 09. RGB value is (236,221,9). Sum of RGB (Red+Green+Blue) = 236+221+9=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 9 (3.91% from 255 or 1.93% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDD09 is #1322F6. Grayscale: #CACACA. Windows color (decimal): -1254135 or 646636. OLE color: 646636.
HSL color Cylindrical-coordinate representation of color #ECDD09: hue angle of 56.04º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECDD09 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 9 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.07 |
| HSL | 56.04º | 0.93% | 0.48% | - |
| HSV(B) | 56.04º | 0.96% | 0.93% | - |
| XYZ | 60.5 | 69.57 | 10.5 | - |
| YUV | 201.32 | 19.47 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 9 | 0 | 0.06 | 0.96 | 0.07 | 56.04 | 0.93 | 0.48 |
| Hex | EC | DD | 9 | 0 | 6 | 60 | 7 | 38 | 5D | 30 |
| Octal | 354 | 335 | 11 | 0 | 6 | 140 | 7 | 70 | 135 | 60 |
| Binary | 11101100 | 11011101 | 1001 | 0 | 110 | 1100000 | 111 | 111000 | 1011101 | 110000 |
Color Harmonies of #ECDD09
Complementary color
Monochromatic Colors of #ECDD09
Black with #ECDD09
Text Example
Text Example
White with #ECDD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD09; }
p { color: rgb(236,221,9); }
H1.HeaderClassName
{
color: #ECDD09;
}
.AnyTagClassName
{
color: #ECDD09;
}
</style>
background-color css
<style>
a { background-color: #ECDD09; }
a { background-color: rgb(236,221,9); }
div.DivClassName
{
background-color: #ECDD09;
}
.BgClassName
{
background-color: #ECDD09;
}
</style>
border-color css
<style>
span { border-color: #ECDD09; }
span { border-color: rgb(236,221,9); }
td.TdClassName
{
border-color: #ECDD09;
}
.TagClassName
{
border-color: #ECDD09;
}
</style>