Shades of Moon Yellow #EBC620
Tints of Moon Yellow #EBC620
RGB
CMYK
RGB Variations
Color information
#EBC620 (or 0xEBC620) is known color: Moon Yellow. HEX triplet: EB, C6 and 20. RGB value is (235,198,32). Sum of RGB (Red+Green+Blue) = 235+198+32=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC620 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC620 is #1439DF. Grayscale: #BEBEBE. Windows color (decimal): -1325536 or 2148075. OLE color: 2148075.
HSL color Cylindrical-coordinate representation of color #EBC620: hue angle of 49.06º 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 #EBC620 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 32 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.08 |
| HSL | 49.06º | 0.84% | 0.52% | - |
| HSV(B) | 49.06º | 0.86% | 0.92% | - |
| XYZ | 54.72 | 58.15 | 9.71 | - |
| YUV | 190.14 | 38.76 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 32 | 0 | 0.16 | 0.86 | 0.08 | 49.06 | 0.84 | 0.52 |
| Hex | EB | C6 | 20 | 0 | 10 | 56 | 8 | 31 | 54 | 34 |
| Octal | 353 | 306 | 40 | 0 | 20 | 126 | 10 | 61 | 124 | 64 |
| Binary | 11101011 | 11000110 | 100000 | 0 | 10000 | 1010110 | 1000 | 110001 | 1010100 | 110100 |
Color Harmonies of #EBC620
Complementary color
Monochromatic Colors of #EBC620
Black with #EBC620
Text Example
Text Example
White with #EBC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC620; }
p { color: rgb(235,198,32); }
H1.HeaderClassName
{
color: #EBC620;
}
.AnyTagClassName
{
color: #EBC620;
}
</style>
background-color css
<style>
a { background-color: #EBC620; }
a { background-color: rgb(235,198,32); }
div.DivClassName
{
background-color: #EBC620;
}
.BgClassName
{
background-color: #EBC620;
}
</style>
border-color css
<style>
span { border-color: #EBC620; }
span { border-color: rgb(235,198,32); }
td.TdClassName
{
border-color: #EBC620;
}
.TagClassName
{
border-color: #EBC620;
}
</style>