Shades of Moon Yellow #ECC310
Tints of Moon Yellow #ECC310
RGB
CMYK
RGB Variations
Color information
#ECC310 (or 0xECC310) is known color: Moon Yellow. HEX triplet: EC, C3 and 10. RGB value is (236,195,16). Sum of RGB (Red+Green+Blue) = 236+195+16=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 16 (6.64% from 255 or 3.58% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC310 is #133CEF. Grayscale: #BBBBBB. Windows color (decimal): -1260784 or 1098732. OLE color: 1098732.
HSL color Cylindrical-coordinate representation of color #ECC310: hue angle of 48.82º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECC310 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 16 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.07 |
| HSL | 48.82º | 0.87% | 0.49% | - |
| HSV(B) | 48.82º | 0.93% | 0.93% | - |
| XYZ | 54.2 | 56.9 | 8.62 | - |
| YUV | 186.85 | 31.58 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 16 | 0 | 0.17 | 0.93 | 0.07 | 48.82 | 0.87 | 0.49 |
| Hex | EC | C3 | 10 | 0 | 11 | 5D | 7 | 31 | 57 | 31 |
| Octal | 354 | 303 | 20 | 0 | 21 | 135 | 7 | 61 | 127 | 61 |
| Binary | 11101100 | 11000011 | 10000 | 0 | 10001 | 1011101 | 111 | 110001 | 1010111 | 110001 |
Color Harmonies of #ECC310
Complementary color
Monochromatic Colors of #ECC310
Black with #ECC310
Text Example
Text Example
White with #ECC310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC310; }
p { color: rgb(236,195,16); }
H1.HeaderClassName
{
color: #ECC310;
}
.AnyTagClassName
{
color: #ECC310;
}
</style>
background-color css
<style>
a { background-color: #ECC310; }
a { background-color: rgb(236,195,16); }
div.DivClassName
{
background-color: #ECC310;
}
.BgClassName
{
background-color: #ECC310;
}
</style>
border-color css
<style>
span { border-color: #ECC310; }
span { border-color: rgb(236,195,16); }
td.TdClassName
{
border-color: #ECC310;
}
.TagClassName
{
border-color: #ECC310;
}
</style>