Shades of Moon Yellow #ECC71F
Tints of Moon Yellow #ECC71F
RGB
CMYK
RGB Variations
Color information
#ECC71F (or 0xECC71F) is known color: Moon Yellow. HEX triplet: EC, C7 and 1F. RGB value is (236,199,31). Sum of RGB (Red+Green+Blue) = 236+199+31=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 31 (12.5% from 255 or 6.65% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC71F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC71F is #1338E0. Grayscale: #BFBFBF. Windows color (decimal): -1259745 or 2082796. OLE color: 2082796.
HSL color Cylindrical-coordinate representation of color #ECC71F: hue angle of 49.17º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECC71F is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 31 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.07 |
| HSL | 49.17º | 0.84% | 0.52% | - |
| HSV(B) | 49.17º | 0.87% | 0.93% | - |
| XYZ | 55.26 | 58.78 | 9.73 | - |
| YUV | 190.91 | 37.76 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 31 | 0 | 0.16 | 0.87 | 0.07 | 49.17 | 0.84 | 0.52 |
| Hex | EC | C7 | 1F | 0 | 10 | 57 | 7 | 31 | 54 | 34 |
| Octal | 354 | 307 | 37 | 0 | 20 | 127 | 7 | 61 | 124 | 64 |
| Binary | 11101100 | 11000111 | 11111 | 0 | 10000 | 1010111 | 111 | 110001 | 1010100 | 110100 |
Color Harmonies of #ECC71F
Complementary color
Monochromatic Colors of #ECC71F
Black with #ECC71F
Text Example
Text Example
White with #ECC71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC71F; }
p { color: rgb(236,199,31); }
H1.HeaderClassName
{
color: #ECC71F;
}
.AnyTagClassName
{
color: #ECC71F;
}
</style>
background-color css
<style>
a { background-color: #ECC71F; }
a { background-color: rgb(236,199,31); }
div.DivClassName
{
background-color: #ECC71F;
}
.BgClassName
{
background-color: #ECC71F;
}
</style>
border-color css
<style>
span { border-color: #ECC71F; }
span { border-color: rgb(236,199,31); }
td.TdClassName
{
border-color: #ECC71F;
}
.TagClassName
{
border-color: #ECC71F;
}
</style>