Shades of Moon Yellow #ECC40D
Tints of Moon Yellow #ECC40D
RGB
CMYK
RGB Variations
Color information
#ECC40D (or 0xECC40D) is known color: Moon Yellow. HEX triplet: EC, C4 and 0D. RGB value is (236,196,13). Sum of RGB (Red+Green+Blue) = 236+196+13=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 13 (5.47% from 255 or 2.92% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC40D is #133BF2. Grayscale: #BBBBBB. Windows color (decimal): -1260531 or 902380. OLE color: 902380.
HSL color Cylindrical-coordinate representation of color #ECC40D: hue angle of 49.24º degrees, saturation: 0.9, 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 #ECC40D is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 13 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.07 |
| HSL | 49.24º | 0.9% | 0.49% | - |
| HSV(B) | 49.24º | 0.94% | 0.93% | - |
| XYZ | 54.4 | 57.34 | 8.58 | - |
| YUV | 187.1 | 29.75 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 13 | 0 | 0.17 | 0.94 | 0.07 | 49.24 | 0.9 | 0.49 |
| Hex | EC | C4 | D | 0 | 11 | 5E | 7 | 31 | 5A | 31 |
| Octal | 354 | 304 | 15 | 0 | 21 | 136 | 7 | 61 | 132 | 61 |
| Binary | 11101100 | 11000100 | 1101 | 0 | 10001 | 1011110 | 111 | 110001 | 1011010 | 110001 |
Color Harmonies of #ECC40D
Complementary color
Monochromatic Colors of #ECC40D
Black with #ECC40D
Text Example
Text Example
White with #ECC40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC40D; }
p { color: rgb(236,196,13); }
H1.HeaderClassName
{
color: #ECC40D;
}
.AnyTagClassName
{
color: #ECC40D;
}
</style>
background-color css
<style>
a { background-color: #ECC40D; }
a { background-color: rgb(236,196,13); }
div.DivClassName
{
background-color: #ECC40D;
}
.BgClassName
{
background-color: #ECC40D;
}
</style>
border-color css
<style>
span { border-color: #ECC40D; }
span { border-color: rgb(236,196,13); }
td.TdClassName
{
border-color: #ECC40D;
}
.TagClassName
{
border-color: #ECC40D;
}
</style>