Shades of Moon Yellow #ECC30E
Tints of Moon Yellow #ECC30E
RGB
CMYK
RGB Variations
Color information
#ECC30E (or 0xECC30E) is known color: Moon Yellow. HEX triplet: EC, C3 and 0E. RGB value is (236,195,14). Sum of RGB (Red+Green+Blue) = 236+195+14=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 14 (5.86% from 255 or 3.15% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC30E is #133CF1. Grayscale: #BBBBBB. Windows color (decimal): -1260786 or 967660. OLE color: 967660.
HSL color Cylindrical-coordinate representation of color #ECC30E: hue angle of 48.92º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECC30E is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 14 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.07 |
| HSL | 48.92º | 0.89% | 0.49% | - |
| HSV(B) | 48.92º | 0.94% | 0.93% | - |
| XYZ | 54.19 | 56.89 | 8.54 | - |
| YUV | 186.63 | 30.58 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 14 | 0 | 0.17 | 0.94 | 0.07 | 48.92 | 0.89 | 0.49 |
| Hex | EC | C3 | E | 0 | 11 | 5E | 7 | 31 | 59 | 31 |
| Octal | 354 | 303 | 16 | 0 | 21 | 136 | 7 | 61 | 131 | 61 |
| Binary | 11101100 | 11000011 | 1110 | 0 | 10001 | 1011110 | 111 | 110001 | 1011001 | 110001 |
Color Harmonies of #ECC30E
Complementary color
Monochromatic Colors of #ECC30E
Black with #ECC30E
Text Example
Text Example
White with #ECC30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC30E; }
p { color: rgb(236,195,14); }
H1.HeaderClassName
{
color: #ECC30E;
}
.AnyTagClassName
{
color: #ECC30E;
}
</style>
background-color css
<style>
a { background-color: #ECC30E; }
a { background-color: rgb(236,195,14); }
div.DivClassName
{
background-color: #ECC30E;
}
.BgClassName
{
background-color: #ECC30E;
}
</style>
border-color css
<style>
span { border-color: #ECC30E; }
span { border-color: rgb(236,195,14); }
td.TdClassName
{
border-color: #ECC30E;
}
.TagClassName
{
border-color: #ECC30E;
}
</style>