Shades of Golden Yellow #ECDD01
Tints of Golden Yellow #ECDD01
RGB
CMYK
RGB Variations
Color information
#ECDD01 (or 0xECDD01) is known color: Golden Yellow. HEX triplet: EC, DD and 01. RGB value is (236,221,1). Sum of RGB (Red+Green+Blue) = 236+221+1=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 1 (0.78% from 255 or 0.22% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDD01 is #1322FE. Grayscale: #C9C9C9. Windows color (decimal): -1254143 or 122348. OLE color: 122348.
HSL color Cylindrical-coordinate representation of color #ECDD01: hue angle of 56.17º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECDD01 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 1 | - |
| CMYK | 0 | 0.06 | 1.00 | 0.07 |
| HSL | 56.17º | 0.99% | 0.46% | - |
| HSV(B) | 56.17º | 1% | 0.93% | - |
| XYZ | 60.45 | 69.55 | 10.27 | - |
| YUV | 200.41 | 15.47 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 1 | 0 | 0.06 | 1.00 | 0.07 | 56.17 | 0.99 | 0.46 |
| Hex | EC | DD | 1 | 0 | 6 | 64 | 7 | 38 | 63 | 2E |
| Octal | 354 | 335 | 1 | 0 | 6 | 144 | 7 | 70 | 143 | 56 |
| Binary | 11101100 | 11011101 | 1 | 0 | 110 | 1100100 | 111 | 111000 | 1100011 | 101110 |
Color Harmonies of #ECDD01
Complementary color
Monochromatic Colors of #ECDD01
Black with #ECDD01
Text Example
Text Example
White with #ECDD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD01; }
p { color: rgb(236,221,1); }
H1.HeaderClassName
{
color: #ECDD01;
}
.AnyTagClassName
{
color: #ECDD01;
}
</style>
background-color css
<style>
a { background-color: #ECDD01; }
a { background-color: rgb(236,221,1); }
div.DivClassName
{
background-color: #ECDD01;
}
.BgClassName
{
background-color: #ECDD01;
}
</style>
border-color css
<style>
span { border-color: #ECDD01; }
span { border-color: rgb(236,221,1); }
td.TdClassName
{
border-color: #ECDD01;
}
.TagClassName
{
border-color: #ECDD01;
}
</style>