Shades of Moon Yellow #EBC021
Tints of Moon Yellow #EBC021
RGB
CMYK
RGB Variations
Color information
#EBC021 (or 0xEBC021) is known color: Moon Yellow. HEX triplet: EB, C0 and 21. RGB value is (235,192,33). Sum of RGB (Red+Green+Blue) = 235+192+33=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 33 (13.28% from 255 or 7.17% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC021 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC021 is #143FDE. Grayscale: #BBBBBB. Windows color (decimal): -1327071 or 2212075. OLE color: 2212075.
HSL color Cylindrical-coordinate representation of color #EBC021: hue angle of 47.23º 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 #EBC021 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 33 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.08 |
| HSL | 47.23º | 0.83% | 0.53% | - |
| HSV(B) | 47.23º | 0.86% | 0.92% | - |
| XYZ | 53.39 | 55.47 | 9.33 | - |
| YUV | 186.73 | 41.25 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 33 | 0 | 0.18 | 0.86 | 0.08 | 47.23 | 0.83 | 0.53 |
| Hex | EB | C0 | 21 | 0 | 12 | 56 | 8 | 2F | 53 | 35 |
| Octal | 353 | 300 | 41 | 0 | 22 | 126 | 10 | 57 | 123 | 65 |
| Binary | 11101011 | 11000000 | 100001 | 0 | 10010 | 1010110 | 1000 | 101111 | 1010011 | 110101 |
Color Harmonies of #EBC021
Complementary color
Monochromatic Colors of #EBC021
Black with #EBC021
Text Example
Text Example
White with #EBC021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC021; }
p { color: rgb(235,192,33); }
H1.HeaderClassName
{
color: #EBC021;
}
.AnyTagClassName
{
color: #EBC021;
}
</style>
background-color css
<style>
a { background-color: #EBC021; }
a { background-color: rgb(235,192,33); }
div.DivClassName
{
background-color: #EBC021;
}
.BgClassName
{
background-color: #EBC021;
}
</style>
border-color css
<style>
span { border-color: #EBC021; }
span { border-color: rgb(235,192,33); }
td.TdClassName
{
border-color: #EBC021;
}
.TagClassName
{
border-color: #EBC021;
}
</style>