Shades of Moon Yellow #EBC50C
Tints of Moon Yellow #EBC50C
RGB
CMYK
RGB Variations
Color information
#EBC50C (or 0xEBC50C) is known color: Moon Yellow. HEX triplet: EB, C5 and 0C. RGB value is (235,197,12). Sum of RGB (Red+Green+Blue) = 235+197+12=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC50C is #143AF3. Grayscale: #BCBCBC. Windows color (decimal): -1325812 or 837099. OLE color: 837099.
HSL color Cylindrical-coordinate representation of color #EBC50C: hue angle of 49.78º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EBC50C is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 12 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.08 |
| HSL | 49.78º | 0.9% | 0.48% | - |
| HSV(B) | 49.78º | 0.95% | 0.92% | - |
| XYZ | 54.29 | 57.62 | 8.61 | - |
| YUV | 187.27 | 29.09 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 12 | 0 | 0.16 | 0.95 | 0.08 | 49.78 | 0.9 | 0.48 |
| Hex | EB | C5 | C | 0 | 10 | 5F | 8 | 32 | 5A | 30 |
| Octal | 353 | 305 | 14 | 0 | 20 | 137 | 10 | 62 | 132 | 60 |
| Binary | 11101011 | 11000101 | 1100 | 0 | 10000 | 1011111 | 1000 | 110010 | 1011010 | 110000 |
Color Harmonies of #EBC50C
Complementary color
Monochromatic Colors of #EBC50C
Black with #EBC50C
Text Example
Text Example
White with #EBC50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC50C; }
p { color: rgb(235,197,12); }
H1.HeaderClassName
{
color: #EBC50C;
}
.AnyTagClassName
{
color: #EBC50C;
}
</style>
background-color css
<style>
a { background-color: #EBC50C; }
a { background-color: rgb(235,197,12); }
div.DivClassName
{
background-color: #EBC50C;
}
.BgClassName
{
background-color: #EBC50C;
}
</style>
border-color css
<style>
span { border-color: #EBC50C; }
span { border-color: rgb(235,197,12); }
td.TdClassName
{
border-color: #EBC50C;
}
.TagClassName
{
border-color: #EBC50C;
}
</style>