Shades of Moon Yellow #EBC50F
Tints of Moon Yellow #EBC50F
RGB
CMYK
RGB Variations
Color information
#EBC50F (or 0xEBC50F) is known color: Moon Yellow. HEX triplet: EB, C5 and 0F. RGB value is (235,197,15). Sum of RGB (Red+Green+Blue) = 235+197+15=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 15 (6.25% from 255 or 3.36% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC50F is #143AF0. Grayscale: #BCBCBC. Windows color (decimal): -1325809 or 1033707. OLE color: 1033707.
HSL color Cylindrical-coordinate representation of color #EBC50F: hue angle of 49.64º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EBC50F is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 15 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.08 |
| HSL | 49.64º | 0.88% | 0.49% | - |
| HSV(B) | 49.64º | 0.94% | 0.92% | - |
| XYZ | 54.31 | 57.63 | 8.71 | - |
| YUV | 187.61 | 30.59 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 15 | 0 | 0.16 | 0.94 | 0.08 | 49.64 | 0.88 | 0.49 |
| Hex | EB | C5 | F | 0 | 10 | 5E | 8 | 32 | 58 | 31 |
| Octal | 353 | 305 | 17 | 0 | 20 | 136 | 10 | 62 | 130 | 61 |
| Binary | 11101011 | 11000101 | 1111 | 0 | 10000 | 1011110 | 1000 | 110010 | 1011000 | 110001 |
Color Harmonies of #EBC50F
Complementary color
Monochromatic Colors of #EBC50F
Black with #EBC50F
Text Example
Text Example
White with #EBC50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC50F; }
p { color: rgb(235,197,15); }
H1.HeaderClassName
{
color: #EBC50F;
}
.AnyTagClassName
{
color: #EBC50F;
}
</style>
background-color css
<style>
a { background-color: #EBC50F; }
a { background-color: rgb(235,197,15); }
div.DivClassName
{
background-color: #EBC50F;
}
.BgClassName
{
background-color: #EBC50F;
}
</style>
border-color css
<style>
span { border-color: #EBC50F; }
span { border-color: rgb(235,197,15); }
td.TdClassName
{
border-color: #EBC50F;
}
.TagClassName
{
border-color: #EBC50F;
}
</style>