Shades of Moon Yellow #ECC71B
Tints of Moon Yellow #ECC71B
RGB
CMYK
RGB Variations
Color information
#ECC71B (or 0xECC71B) is known color: Moon Yellow. HEX triplet: EC, C7 and 1B. RGB value is (236,199,27). Sum of RGB (Red+Green+Blue) = 236+199+27=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 27 (10.94% from 255 or 5.84% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC71B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC71B is #1338E4. Grayscale: #BFBFBF. Windows color (decimal): -1259749 or 1820652. OLE color: 1820652.
HSL color Cylindrical-coordinate representation of color #ECC71B: hue angle of 49.38º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECC71B is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 27 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.07 |
| HSL | 49.38º | 0.85% | 0.52% | - |
| HSV(B) | 49.38º | 0.89% | 0.93% | - |
| XYZ | 55.21 | 58.76 | 9.47 | - |
| YUV | 190.46 | 35.76 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 27 | 0 | 0.16 | 0.89 | 0.07 | 49.38 | 0.85 | 0.52 |
| Hex | EC | C7 | 1B | 0 | 10 | 59 | 7 | 31 | 55 | 34 |
| Octal | 354 | 307 | 33 | 0 | 20 | 131 | 7 | 61 | 125 | 64 |
| Binary | 11101100 | 11000111 | 11011 | 0 | 10000 | 1011001 | 111 | 110001 | 1010101 | 110100 |
Color Harmonies of #ECC71B
Complementary color
Monochromatic Colors of #ECC71B
Black with #ECC71B
Text Example
Text Example
White with #ECC71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC71B; }
p { color: rgb(236,199,27); }
H1.HeaderClassName
{
color: #ECC71B;
}
.AnyTagClassName
{
color: #ECC71B;
}
</style>
background-color css
<style>
a { background-color: #ECC71B; }
a { background-color: rgb(236,199,27); }
div.DivClassName
{
background-color: #ECC71B;
}
.BgClassName
{
background-color: #ECC71B;
}
</style>
border-color css
<style>
span { border-color: #ECC71B; }
span { border-color: rgb(236,199,27); }
td.TdClassName
{
border-color: #ECC71B;
}
.TagClassName
{
border-color: #ECC71B;
}
</style>