Shades of Moon Yellow #ECC00F
Tints of Moon Yellow #ECC00F
RGB
CMYK
RGB Variations
Color information
#ECC00F (or 0xECC00F) is known color: Moon Yellow. HEX triplet: EC, C0 and 0F. RGB value is (236,192,15). Sum of RGB (Red+Green+Blue) = 236+192+15=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 15 (6.25% from 255 or 3.39% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC00F is #133FF0. Grayscale: #B9B9B9. Windows color (decimal): -1261553 or 1032428. OLE color: 1032428.
HSL color Cylindrical-coordinate representation of color #ECC00F: hue angle of 48.05º 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 #ECC00F is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 15 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.07 |
| HSL | 48.05º | 0.88% | 0.49% | - |
| HSV(B) | 48.05º | 0.94% | 0.93% | - |
| XYZ | 53.53 | 55.57 | 8.36 | - |
| YUV | 184.98 | 32.08 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 15 | 0 | 0.19 | 0.94 | 0.07 | 48.05 | 0.88 | 0.49 |
| Hex | EC | C0 | F | 0 | 13 | 5E | 7 | 30 | 58 | 31 |
| Octal | 354 | 300 | 17 | 0 | 23 | 136 | 7 | 60 | 130 | 61 |
| Binary | 11101100 | 11000000 | 1111 | 0 | 10011 | 1011110 | 111 | 110000 | 1011000 | 110001 |
Color Harmonies of #ECC00F
Complementary color
Monochromatic Colors of #ECC00F
Black with #ECC00F
Text Example
Text Example
White with #ECC00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC00F; }
p { color: rgb(236,192,15); }
H1.HeaderClassName
{
color: #ECC00F;
}
.AnyTagClassName
{
color: #ECC00F;
}
</style>
background-color css
<style>
a { background-color: #ECC00F; }
a { background-color: rgb(236,192,15); }
div.DivClassName
{
background-color: #ECC00F;
}
.BgClassName
{
background-color: #ECC00F;
}
</style>
border-color css
<style>
span { border-color: #ECC00F; }
span { border-color: rgb(236,192,15); }
td.TdClassName
{
border-color: #ECC00F;
}
.TagClassName
{
border-color: #ECC00F;
}
</style>