Shades of Moon Yellow #ECC620
Tints of Moon Yellow #ECC620
RGB
CMYK
RGB Variations
Color information
#ECC620 (or 0xECC620) is known color: Moon Yellow. HEX triplet: EC, C6 and 20. RGB value is (236,198,32). Sum of RGB (Red+Green+Blue) = 236+198+32=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 32 (12.89% from 255 or 6.87% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC620 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC620 is #1339DF. Grayscale: #BFBFBF. Windows color (decimal): -1260000 or 2148076. OLE color: 2148076.
HSL color Cylindrical-coordinate representation of color #ECC620: hue angle of 48.82º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECC620 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 32 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.07 |
| HSL | 48.82º | 0.84% | 0.53% | - |
| HSV(B) | 48.82º | 0.86% | 0.93% | - |
| XYZ | 55.05 | 58.33 | 9.72 | - |
| YUV | 190.44 | 38.59 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 32 | 0 | 0.16 | 0.86 | 0.07 | 48.82 | 0.84 | 0.53 |
| Hex | EC | C6 | 20 | 0 | 10 | 56 | 7 | 31 | 54 | 35 |
| Octal | 354 | 306 | 40 | 0 | 20 | 126 | 7 | 61 | 124 | 65 |
| Binary | 11101100 | 11000110 | 100000 | 0 | 10000 | 1010110 | 111 | 110001 | 1010100 | 110101 |
Color Harmonies of #ECC620
Complementary color
Monochromatic Colors of #ECC620
Black with #ECC620
Text Example
Text Example
White with #ECC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC620; }
p { color: rgb(236,198,32); }
H1.HeaderClassName
{
color: #ECC620;
}
.AnyTagClassName
{
color: #ECC620;
}
</style>
background-color css
<style>
a { background-color: #ECC620; }
a { background-color: rgb(236,198,32); }
div.DivClassName
{
background-color: #ECC620;
}
.BgClassName
{
background-color: #ECC620;
}
</style>
border-color css
<style>
span { border-color: #ECC620; }
span { border-color: rgb(236,198,32); }
td.TdClassName
{
border-color: #ECC620;
}
.TagClassName
{
border-color: #ECC620;
}
</style>