Shades of Moon Yellow #ECC71C
Tints of Moon Yellow #ECC71C
RGB
CMYK
RGB Variations
Color information
#ECC71C (or 0xECC71C) is known color: Moon Yellow. HEX triplet: EC, C7 and 1C. RGB value is (236,199,28). Sum of RGB (Red+Green+Blue) = 236+199+28=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 28 (11.33% from 255 or 6.05% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC71C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC71C is #1338E3. Grayscale: #BFBFBF. Windows color (decimal): -1259748 or 1886188. OLE color: 1886188.
HSL color Cylindrical-coordinate representation of color #ECC71C: hue angle of 49.33º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECC71C is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 28 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.07 |
| HSL | 49.33º | 0.85% | 0.52% | - |
| HSV(B) | 49.33º | 0.88% | 0.93% | - |
| XYZ | 55.23 | 58.76 | 9.53 | - |
| YUV | 190.57 | 36.26 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 28 | 0 | 0.16 | 0.88 | 0.07 | 49.33 | 0.85 | 0.52 |
| Hex | EC | C7 | 1C | 0 | 10 | 58 | 7 | 31 | 55 | 34 |
| Octal | 354 | 307 | 34 | 0 | 20 | 130 | 7 | 61 | 125 | 64 |
| Binary | 11101100 | 11000111 | 11100 | 0 | 10000 | 1011000 | 111 | 110001 | 1010101 | 110100 |
Color Harmonies of #ECC71C
Complementary color
Monochromatic Colors of #ECC71C
Black with #ECC71C
Text Example
Text Example
White with #ECC71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC71C; }
p { color: rgb(236,199,28); }
H1.HeaderClassName
{
color: #ECC71C;
}
.AnyTagClassName
{
color: #ECC71C;
}
</style>
background-color css
<style>
a { background-color: #ECC71C; }
a { background-color: rgb(236,199,28); }
div.DivClassName
{
background-color: #ECC71C;
}
.BgClassName
{
background-color: #ECC71C;
}
</style>
border-color css
<style>
span { border-color: #ECC71C; }
span { border-color: rgb(236,199,28); }
td.TdClassName
{
border-color: #ECC71C;
}
.TagClassName
{
border-color: #ECC71C;
}
</style>