Shades of Moon Yellow #EBC521
Tints of Moon Yellow #EBC521
RGB
CMYK
RGB Variations
Color information
#EBC521 (or 0xEBC521) is known color: Moon Yellow. HEX triplet: EB, C5 and 21. RGB value is (235,197,33). Sum of RGB (Red+Green+Blue) = 235+197+33=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 33 (13.28% from 255 or 7.10% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC521 is #143ADE. Grayscale: #BEBEBE. Windows color (decimal): -1325791 or 2213355. OLE color: 2213355.
HSL color Cylindrical-coordinate representation of color #EBC521: hue angle of 48.71º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EBC521 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 33 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.08 |
| HSL | 48.71º | 0.83% | 0.53% | - |
| HSV(B) | 48.71º | 0.86% | 0.92% | - |
| XYZ | 54.5 | 57.7 | 9.7 | - |
| YUV | 189.67 | 39.59 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 33 | 0 | 0.16 | 0.86 | 0.08 | 48.71 | 0.83 | 0.53 |
| Hex | EB | C5 | 21 | 0 | 10 | 56 | 8 | 31 | 53 | 35 |
| Octal | 353 | 305 | 41 | 0 | 20 | 126 | 10 | 61 | 123 | 65 |
| Binary | 11101011 | 11000101 | 100001 | 0 | 10000 | 1010110 | 1000 | 110001 | 1010011 | 110101 |
Color Harmonies of #EBC521
Complementary color
Monochromatic Colors of #EBC521
Black with #EBC521
Text Example
Text Example
White with #EBC521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC521; }
p { color: rgb(235,197,33); }
H1.HeaderClassName
{
color: #EBC521;
}
.AnyTagClassName
{
color: #EBC521;
}
</style>
background-color css
<style>
a { background-color: #EBC521; }
a { background-color: rgb(235,197,33); }
div.DivClassName
{
background-color: #EBC521;
}
.BgClassName
{
background-color: #EBC521;
}
</style>
border-color css
<style>
span { border-color: #EBC521; }
span { border-color: rgb(235,197,33); }
td.TdClassName
{
border-color: #EBC521;
}
.TagClassName
{
border-color: #EBC521;
}
</style>