Shades of Moon Yellow #EBC013
Tints of Moon Yellow #EBC013
RGB
CMYK
RGB Variations
Color information
#EBC013 (or 0xEBC013) is known color: Moon Yellow. HEX triplet: EB, C0 and 13. RGB value is (235,192,19). Sum of RGB (Red+Green+Blue) = 235+192+19=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 19 (7.81% from 255 or 4.26% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC013 is #143FEC. Grayscale: #B9B9B9. Windows color (decimal): -1327085 or 1294571. OLE color: 1294571.
HSL color Cylindrical-coordinate representation of color #EBC013: hue angle of 48.06º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EBC013 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 19 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.08 |
| HSL | 48.06º | 0.85% | 0.5% | - |
| HSV(B) | 48.06º | 0.92% | 0.92% | - |
| XYZ | 53.23 | 55.41 | 8.51 | - |
| YUV | 185.14 | 34.25 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 19 | 0 | 0.18 | 0.92 | 0.08 | 48.06 | 0.85 | 0.5 |
| Hex | EB | C0 | 13 | 0 | 12 | 5C | 8 | 30 | 55 | 32 |
| Octal | 353 | 300 | 23 | 0 | 22 | 134 | 10 | 60 | 125 | 62 |
| Binary | 11101011 | 11000000 | 10011 | 0 | 10010 | 1011100 | 1000 | 110000 | 1010101 | 110010 |
Color Harmonies of #EBC013
Complementary color
Monochromatic Colors of #EBC013
Black with #EBC013
Text Example
Text Example
White with #EBC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC013; }
p { color: rgb(235,192,19); }
H1.HeaderClassName
{
color: #EBC013;
}
.AnyTagClassName
{
color: #EBC013;
}
</style>
background-color css
<style>
a { background-color: #EBC013; }
a { background-color: rgb(235,192,19); }
div.DivClassName
{
background-color: #EBC013;
}
.BgClassName
{
background-color: #EBC013;
}
</style>
border-color css
<style>
span { border-color: #EBC013; }
span { border-color: rgb(235,192,19); }
td.TdClassName
{
border-color: #EBC013;
}
.TagClassName
{
border-color: #EBC013;
}
</style>