Shades of Moon Yellow #EBC120
Tints of Moon Yellow #EBC120
RGB
CMYK
RGB Variations
Color information
#EBC120 (or 0xEBC120) is known color: Moon Yellow. HEX triplet: EB, C1 and 20. RGB value is (235,193,32). Sum of RGB (Red+Green+Blue) = 235+193+32=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 32 (12.89% from 255 or 6.96% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC120 is #143EDF. Grayscale: #BBBBBB. Windows color (decimal): -1326816 or 2146795. OLE color: 2146795.
HSL color Cylindrical-coordinate representation of color #EBC120: hue angle of 47.59º 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 #EBC120 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 193 | 32 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.08 |
| HSL | 47.59º | 0.84% | 0.52% | - |
| HSV(B) | 47.59º | 0.86% | 0.92% | - |
| XYZ | 53.59 | 55.91 | 9.33 | - |
| YUV | 187.2 | 40.41 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 193 | 32 | 0 | 0.18 | 0.86 | 0.08 | 47.59 | 0.84 | 0.52 |
| Hex | EB | C1 | 20 | 0 | 12 | 56 | 8 | 30 | 54 | 34 |
| Octal | 353 | 301 | 40 | 0 | 22 | 126 | 10 | 60 | 124 | 64 |
| Binary | 11101011 | 11000001 | 100000 | 0 | 10010 | 1010110 | 1000 | 110000 | 1010100 | 110100 |
Color Harmonies of #EBC120
Complementary color
Monochromatic Colors of #EBC120
Black with #EBC120
Text Example
Text Example
White with #EBC120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC120; }
p { color: rgb(235,193,32); }
H1.HeaderClassName
{
color: #EBC120;
}
.AnyTagClassName
{
color: #EBC120;
}
</style>
background-color css
<style>
a { background-color: #EBC120; }
a { background-color: rgb(235,193,32); }
div.DivClassName
{
background-color: #EBC120;
}
.BgClassName
{
background-color: #EBC120;
}
</style>
border-color css
<style>
span { border-color: #EBC120; }
span { border-color: rgb(235,193,32); }
td.TdClassName
{
border-color: #EBC120;
}
.TagClassName
{
border-color: #EBC120;
}
</style>