Shades of Moon Yellow #EBC919
Tints of Moon Yellow #EBC919
RGB
CMYK
RGB Variations
Color information
#EBC919 (or 0xEBC919) is known color: Moon Yellow. HEX triplet: EB, C9 and 19. RGB value is (235,201,25). Sum of RGB (Red+Green+Blue) = 235+201+25=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 25 (10.16% from 255 or 5.42% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC919 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC919 is #1436E6. Grayscale: #BFBFBF. Windows color (decimal): -1324775 or 1690091. OLE color: 1690091.
HSL color Cylindrical-coordinate representation of color #EBC919: hue angle of 50.29º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EBC919 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 25 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.08 |
| HSL | 50.29º | 0.84% | 0.51% | - |
| HSV(B) | 50.29º | 0.89% | 0.92% | - |
| XYZ | 55.32 | 59.51 | 9.49 | - |
| YUV | 191.1 | 34.26 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 25 | 0 | 0.14 | 0.89 | 0.08 | 50.29 | 0.84 | 0.51 |
| Hex | EB | C9 | 19 | 0 | E | 59 | 8 | 32 | 54 | 33 |
| Octal | 353 | 311 | 31 | 0 | 16 | 131 | 10 | 62 | 124 | 63 |
| Binary | 11101011 | 11001001 | 11001 | 0 | 1110 | 1011001 | 1000 | 110010 | 1010100 | 110011 |
Color Harmonies of #EBC919
Complementary color
Monochromatic Colors of #EBC919
Black with #EBC919
Text Example
Text Example
White with #EBC919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC919; }
p { color: rgb(235,201,25); }
H1.HeaderClassName
{
color: #EBC919;
}
.AnyTagClassName
{
color: #EBC919;
}
</style>
background-color css
<style>
a { background-color: #EBC919; }
a { background-color: rgb(235,201,25); }
div.DivClassName
{
background-color: #EBC919;
}
.BgClassName
{
background-color: #EBC919;
}
</style>
border-color css
<style>
span { border-color: #EBC919; }
span { border-color: rgb(235,201,25); }
td.TdClassName
{
border-color: #EBC919;
}
.TagClassName
{
border-color: #EBC919;
}
</style>