Shades of Moon Yellow #EBC020
Tints of Moon Yellow #EBC020
RGB
CMYK
RGB Variations
Color information
#EBC020 (or 0xEBC020) is known color: Moon Yellow. HEX triplet: EB, C0 and 20. RGB value is (235,192,32). Sum of RGB (Red+Green+Blue) = 235+192+32=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC020 is #143FDF. Grayscale: #BBBBBB. Windows color (decimal): -1327072 or 2146539. OLE color: 2146539.
HSL color Cylindrical-coordinate representation of color #EBC020: hue angle of 47.29º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EBC020 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 32 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.08 |
| HSL | 47.29º | 0.84% | 0.52% | - |
| HSV(B) | 47.29º | 0.86% | 0.92% | - |
| XYZ | 53.37 | 55.47 | 9.26 | - |
| YUV | 186.62 | 40.75 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 32 | 0 | 0.18 | 0.86 | 0.08 | 47.29 | 0.84 | 0.52 |
| Hex | EB | C0 | 20 | 0 | 12 | 56 | 8 | 2F | 54 | 34 |
| Octal | 353 | 300 | 40 | 0 | 22 | 126 | 10 | 57 | 124 | 64 |
| Binary | 11101011 | 11000000 | 100000 | 0 | 10010 | 1010110 | 1000 | 101111 | 1010100 | 110100 |
Color Harmonies of #EBC020
Complementary color
Monochromatic Colors of #EBC020
Black with #EBC020
Text Example
Text Example
White with #EBC020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC020; }
p { color: rgb(235,192,32); }
H1.HeaderClassName
{
color: #EBC020;
}
.AnyTagClassName
{
color: #EBC020;
}
</style>
background-color css
<style>
a { background-color: #EBC020; }
a { background-color: rgb(235,192,32); }
div.DivClassName
{
background-color: #EBC020;
}
.BgClassName
{
background-color: #EBC020;
}
</style>
border-color css
<style>
span { border-color: #EBC020; }
span { border-color: rgb(235,192,32); }
td.TdClassName
{
border-color: #EBC020;
}
.TagClassName
{
border-color: #EBC020;
}
</style>