Shades of Moon Yellow #ECC720
Tints of Moon Yellow #ECC720
RGB
CMYK
RGB Variations
Color information
#ECC720 (or 0xECC720) is known color: Moon Yellow. HEX triplet: EC, C7 and 20. RGB value is (236,199,32). Sum of RGB (Red+Green+Blue) = 236+199+32=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 32 (12.89% from 255 or 6.85% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC720 is #1338DF. Grayscale: #BFBFBF. Windows color (decimal): -1259744 or 2148332. OLE color: 2148332.
HSL color Cylindrical-coordinate representation of color #ECC720: hue angle of 49.12º 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 #ECC720 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 32 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.07 |
| HSL | 49.12º | 0.84% | 0.53% | - |
| HSV(B) | 49.12º | 0.86% | 0.93% | - |
| XYZ | 55.28 | 58.78 | 9.8 | - |
| YUV | 191.03 | 38.26 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 32 | 0 | 0.16 | 0.86 | 0.07 | 49.12 | 0.84 | 0.53 |
| Hex | EC | C7 | 20 | 0 | 10 | 56 | 7 | 31 | 54 | 35 |
| Octal | 354 | 307 | 40 | 0 | 20 | 126 | 7 | 61 | 124 | 65 |
| Binary | 11101100 | 11000111 | 100000 | 0 | 10000 | 1010110 | 111 | 110001 | 1010100 | 110101 |
Color Harmonies of #ECC720
Complementary color
Monochromatic Colors of #ECC720
Black with #ECC720
Text Example
Text Example
White with #ECC720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC720; }
p { color: rgb(236,199,32); }
H1.HeaderClassName
{
color: #ECC720;
}
.AnyTagClassName
{
color: #ECC720;
}
</style>
background-color css
<style>
a { background-color: #ECC720; }
a { background-color: rgb(236,199,32); }
div.DivClassName
{
background-color: #ECC720;
}
.BgClassName
{
background-color: #ECC720;
}
</style>
border-color css
<style>
span { border-color: #ECC720; }
span { border-color: rgb(236,199,32); }
td.TdClassName
{
border-color: #ECC720;
}
.TagClassName
{
border-color: #ECC720;
}
</style>