Shades of Moon Yellow #EBC219
Tints of Moon Yellow #EBC219
RGB
CMYK
RGB Variations
Color information
#EBC219 (or 0xEBC219) is known color: Moon Yellow. HEX triplet: EB, C2 and 19. RGB value is (235,194,25). Sum of RGB (Red+Green+Blue) = 235+194+25=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 25 (10.16% from 255 or 5.51% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC219 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC219 is #143DE6. Grayscale: #BBBBBB. Windows color (decimal): -1326567 or 1688299. OLE color: 1688299.
HSL color Cylindrical-coordinate representation of color #EBC219: hue angle of 48.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 #EBC219 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 25 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.08 |
| HSL | 48.29º | 0.84% | 0.51% | - |
| HSV(B) | 48.29º | 0.89% | 0.92% | - |
| XYZ | 53.73 | 56.32 | 8.96 | - |
| YUV | 186.99 | 36.58 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 25 | 0 | 0.17 | 0.89 | 0.08 | 48.29 | 0.84 | 0.51 |
| Hex | EB | C2 | 19 | 0 | 11 | 59 | 8 | 30 | 54 | 33 |
| Octal | 353 | 302 | 31 | 0 | 21 | 131 | 10 | 60 | 124 | 63 |
| Binary | 11101011 | 11000010 | 11001 | 0 | 10001 | 1011001 | 1000 | 110000 | 1010100 | 110011 |
Color Harmonies of #EBC219
Complementary color
Monochromatic Colors of #EBC219
Black with #EBC219
Text Example
Text Example
White with #EBC219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC219; }
p { color: rgb(235,194,25); }
H1.HeaderClassName
{
color: #EBC219;
}
.AnyTagClassName
{
color: #EBC219;
}
</style>
background-color css
<style>
a { background-color: #EBC219; }
a { background-color: rgb(235,194,25); }
div.DivClassName
{
background-color: #EBC219;
}
.BgClassName
{
background-color: #EBC219;
}
</style>
border-color css
<style>
span { border-color: #EBC219; }
span { border-color: rgb(235,194,25); }
td.TdClassName
{
border-color: #EBC219;
}
.TagClassName
{
border-color: #EBC219;
}
</style>