Shades of Moon Yellow #ECC40F
Tints of Moon Yellow #ECC40F
RGB
CMYK
RGB Variations
Color information
#ECC40F (or 0xECC40F) is known color: Moon Yellow. HEX triplet: EC, C4 and 0F. RGB value is (236,196,15). Sum of RGB (Red+Green+Blue) = 236+196+15=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 15 (6.25% from 255 or 3.36% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC40F is #133BF0. Grayscale: #BCBCBC. Windows color (decimal): -1260529 or 1033452. OLE color: 1033452.
HSL color Cylindrical-coordinate representation of color #ECC40F: hue angle of 49.14º degrees, saturation: 0.88, 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 #ECC40F is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 15 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.07 |
| HSL | 49.14º | 0.88% | 0.49% | - |
| HSV(B) | 49.14º | 0.94% | 0.93% | - |
| XYZ | 54.42 | 57.35 | 8.65 | - |
| YUV | 187.33 | 30.75 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 15 | 0 | 0.17 | 0.94 | 0.07 | 49.14 | 0.88 | 0.49 |
| Hex | EC | C4 | F | 0 | 11 | 5E | 7 | 31 | 58 | 31 |
| Octal | 354 | 304 | 17 | 0 | 21 | 136 | 7 | 61 | 130 | 61 |
| Binary | 11101100 | 11000100 | 1111 | 0 | 10001 | 1011110 | 111 | 110001 | 1011000 | 110001 |
Color Harmonies of #ECC40F
Complementary color
Monochromatic Colors of #ECC40F
Black with #ECC40F
Text Example
Text Example
White with #ECC40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC40F; }
p { color: rgb(236,196,15); }
H1.HeaderClassName
{
color: #ECC40F;
}
.AnyTagClassName
{
color: #ECC40F;
}
</style>
background-color css
<style>
a { background-color: #ECC40F; }
a { background-color: rgb(236,196,15); }
div.DivClassName
{
background-color: #ECC40F;
}
.BgClassName
{
background-color: #ECC40F;
}
</style>
border-color css
<style>
span { border-color: #ECC40F; }
span { border-color: rgb(236,196,15); }
td.TdClassName
{
border-color: #ECC40F;
}
.TagClassName
{
border-color: #ECC40F;
}
</style>