Shades of Moon Yellow #EBC017
Tints of Moon Yellow #EBC017
RGB
CMYK
RGB Variations
Color information
#EBC017 (or 0xEBC017) is known color: Moon Yellow. HEX triplet: EB, C0 and 17. RGB value is (235,192,23). Sum of RGB (Red+Green+Blue) = 235+192+23=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 23 (9.38% from 255 or 5.11% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC017 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC017 is #143FE8. Grayscale: #BABABA. Windows color (decimal): -1327081 or 1556715. OLE color: 1556715.
HSL color Cylindrical-coordinate representation of color #EBC017: hue angle of 47.83º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EBC017 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 23 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.08 |
| HSL | 47.83º | 0.84% | 0.51% | - |
| HSV(B) | 47.83º | 0.9% | 0.92% | - |
| XYZ | 53.27 | 55.42 | 8.7 | - |
| YUV | 185.59 | 36.25 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 23 | 0 | 0.18 | 0.90 | 0.08 | 47.83 | 0.84 | 0.51 |
| Hex | EB | C0 | 17 | 0 | 12 | 5A | 8 | 30 | 54 | 33 |
| Octal | 353 | 300 | 27 | 0 | 22 | 132 | 10 | 60 | 124 | 63 |
| Binary | 11101011 | 11000000 | 10111 | 0 | 10010 | 1011010 | 1000 | 110000 | 1010100 | 110011 |
Color Harmonies of #EBC017
Complementary color
Monochromatic Colors of #EBC017
Black with #EBC017
Text Example
Text Example
White with #EBC017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC017; }
p { color: rgb(235,192,23); }
H1.HeaderClassName
{
color: #EBC017;
}
.AnyTagClassName
{
color: #EBC017;
}
</style>
background-color css
<style>
a { background-color: #EBC017; }
a { background-color: rgb(235,192,23); }
div.DivClassName
{
background-color: #EBC017;
}
.BgClassName
{
background-color: #EBC017;
}
</style>
border-color css
<style>
span { border-color: #EBC017; }
span { border-color: rgb(235,192,23); }
td.TdClassName
{
border-color: #EBC017;
}
.TagClassName
{
border-color: #EBC017;
}
</style>