Shades of Moon Yellow #ECC025
Tints of Moon Yellow #ECC025
RGB
CMYK
RGB Variations
Color information
#ECC025 (or 0xECC025) is known color: Moon Yellow. HEX triplet: EC, C0 and 25. RGB value is (236,192,37). Sum of RGB (Red+Green+Blue) = 236+192+37=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 37 (14.84% from 255 or 7.96% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC025 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC025 is #133FDA. Grayscale: #BCBCBC. Windows color (decimal): -1261531 or 2474220. OLE color: 2474220.
HSL color Cylindrical-coordinate representation of color #ECC025: hue angle of 46.73º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ECC025 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 37 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.07 |
| HSL | 46.73º | 0.84% | 0.54% | - |
| HSV(B) | 46.73º | 0.84% | 0.93% | - |
| XYZ | 53.78 | 55.67 | 9.66 | - |
| YUV | 187.49 | 43.08 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 37 | 0 | 0.19 | 0.84 | 0.07 | 46.73 | 0.84 | 0.54 |
| Hex | EC | C0 | 25 | 0 | 13 | 54 | 7 | 2F | 54 | 36 |
| Octal | 354 | 300 | 45 | 0 | 23 | 124 | 7 | 57 | 124 | 66 |
| Binary | 11101100 | 11000000 | 100101 | 0 | 10011 | 1010100 | 111 | 101111 | 1010100 | 110110 |
Color Harmonies of #ECC025
Complementary color
Monochromatic Colors of #ECC025
Black with #ECC025
Text Example
Text Example
White with #ECC025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC025; }
p { color: rgb(236,192,37); }
H1.HeaderClassName
{
color: #ECC025;
}
.AnyTagClassName
{
color: #ECC025;
}
</style>
background-color css
<style>
a { background-color: #ECC025; }
a { background-color: rgb(236,192,37); }
div.DivClassName
{
background-color: #ECC025;
}
.BgClassName
{
background-color: #ECC025;
}
</style>
border-color css
<style>
span { border-color: #ECC025; }
span { border-color: rgb(236,192,37); }
td.TdClassName
{
border-color: #ECC025;
}
.TagClassName
{
border-color: #ECC025;
}
</style>