Shades of Moon Yellow #EBC313
Tints of Moon Yellow #EBC313
RGB
CMYK
RGB Variations
Color information
#EBC313 (or 0xEBC313) is known color: Moon Yellow. HEX triplet: EB, C3 and 13. RGB value is (235,195,19). Sum of RGB (Red+Green+Blue) = 235+195+19=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 19 (7.81% from 255 or 4.23% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC313 is #143CEC. Grayscale: #BBBBBB. Windows color (decimal): -1326317 or 1295339. OLE color: 1295339.
HSL color Cylindrical-coordinate representation of color #EBC313: hue angle of 48.89º 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 #EBC313 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 19 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.08 |
| HSL | 48.89º | 0.85% | 0.5% | - |
| HSV(B) | 48.89º | 0.92% | 0.92% | - |
| XYZ | 53.89 | 56.74 | 8.73 | - |
| YUV | 186.9 | 33.25 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 19 | 0 | 0.17 | 0.92 | 0.08 | 48.89 | 0.85 | 0.5 |
| Hex | EB | C3 | 13 | 0 | 11 | 5C | 8 | 31 | 55 | 32 |
| Octal | 353 | 303 | 23 | 0 | 21 | 134 | 10 | 61 | 125 | 62 |
| Binary | 11101011 | 11000011 | 10011 | 0 | 10001 | 1011100 | 1000 | 110001 | 1010101 | 110010 |
Color Harmonies of #EBC313
Complementary color
Monochromatic Colors of #EBC313
Black with #EBC313
Text Example
Text Example
White with #EBC313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC313; }
p { color: rgb(235,195,19); }
H1.HeaderClassName
{
color: #EBC313;
}
.AnyTagClassName
{
color: #EBC313;
}
</style>
background-color css
<style>
a { background-color: #EBC313; }
a { background-color: rgb(235,195,19); }
div.DivClassName
{
background-color: #EBC313;
}
.BgClassName
{
background-color: #EBC313;
}
</style>
border-color css
<style>
span { border-color: #EBC313; }
span { border-color: rgb(235,195,19); }
td.TdClassName
{
border-color: #EBC313;
}
.TagClassName
{
border-color: #EBC313;
}
</style>