Shades of Moon Yellow #ECC70C
Tints of Moon Yellow #ECC70C
RGB
CMYK
RGB Variations
Color information
#ECC70C (or 0xECC70C) is known color: Moon Yellow. HEX triplet: EC, C7 and 0C. RGB value is (236,199,12). Sum of RGB (Red+Green+Blue) = 236+199+12=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 12 (5.08% from 255 or 2.68% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC70C is #1338F3. Grayscale: #BDBDBD. Windows color (decimal): -1259764 or 837612. OLE color: 837612.
HSL color Cylindrical-coordinate representation of color #ECC70C: hue angle of 50.09º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECC70C is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 12 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.07 |
| HSL | 50.09º | 0.9% | 0.49% | - |
| HSV(B) | 50.09º | 0.95% | 0.93% | - |
| XYZ | 55.08 | 58.71 | 8.78 | - |
| YUV | 188.75 | 28.26 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 12 | 0 | 0.16 | 0.95 | 0.07 | 50.09 | 0.9 | 0.49 |
| Hex | EC | C7 | C | 0 | 10 | 5F | 7 | 32 | 5A | 31 |
| Octal | 354 | 307 | 14 | 0 | 20 | 137 | 7 | 62 | 132 | 61 |
| Binary | 11101100 | 11000111 | 1100 | 0 | 10000 | 1011111 | 111 | 110010 | 1011010 | 110001 |
Color Harmonies of #ECC70C
Complementary color
Monochromatic Colors of #ECC70C
Black with #ECC70C
Text Example
Text Example
White with #ECC70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC70C; }
p { color: rgb(236,199,12); }
H1.HeaderClassName
{
color: #ECC70C;
}
.AnyTagClassName
{
color: #ECC70C;
}
</style>
background-color css
<style>
a { background-color: #ECC70C; }
a { background-color: rgb(236,199,12); }
div.DivClassName
{
background-color: #ECC70C;
}
.BgClassName
{
background-color: #ECC70C;
}
</style>
border-color css
<style>
span { border-color: #ECC70C; }
span { border-color: rgb(236,199,12); }
td.TdClassName
{
border-color: #ECC70C;
}
.TagClassName
{
border-color: #ECC70C;
}
</style>