Shades of Moon Yellow #EBC221
Tints of Moon Yellow #EBC221
RGB
CMYK
RGB Variations
Color information
#EBC221 (or 0xEBC221) is known color: Moon Yellow. HEX triplet: EB, C2 and 21. RGB value is (235,194,33). Sum of RGB (Red+Green+Blue) = 235+194+33=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 33 (13.28% from 255 or 7.14% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC221 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC221 is #143DDE. Grayscale: #BCBCBC. Windows color (decimal): -1326559 or 2212587. OLE color: 2212587.
HSL color Cylindrical-coordinate representation of color #EBC221: hue angle of 47.82º 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 #EBC221 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 33 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.08 |
| HSL | 47.82º | 0.83% | 0.53% | - |
| HSV(B) | 47.82º | 0.86% | 0.92% | - |
| XYZ | 53.83 | 56.36 | 9.48 | - |
| YUV | 187.91 | 40.58 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 33 | 0 | 0.17 | 0.86 | 0.08 | 47.82 | 0.83 | 0.53 |
| Hex | EB | C2 | 21 | 0 | 11 | 56 | 8 | 30 | 53 | 35 |
| Octal | 353 | 302 | 41 | 0 | 21 | 126 | 10 | 60 | 123 | 65 |
| Binary | 11101011 | 11000010 | 100001 | 0 | 10001 | 1010110 | 1000 | 110000 | 1010011 | 110101 |
Color Harmonies of #EBC221
Complementary color
Monochromatic Colors of #EBC221
Black with #EBC221
Text Example
Text Example
White with #EBC221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC221; }
p { color: rgb(235,194,33); }
H1.HeaderClassName
{
color: #EBC221;
}
.AnyTagClassName
{
color: #EBC221;
}
</style>
background-color css
<style>
a { background-color: #EBC221; }
a { background-color: rgb(235,194,33); }
div.DivClassName
{
background-color: #EBC221;
}
.BgClassName
{
background-color: #EBC221;
}
</style>
border-color css
<style>
span { border-color: #EBC221; }
span { border-color: rgb(235,194,33); }
td.TdClassName
{
border-color: #EBC221;
}
.TagClassName
{
border-color: #EBC221;
}
</style>