Shades of Moon Yellow #EBC913
Tints of Moon Yellow #EBC913
RGB
CMYK
RGB Variations
Color information
#EBC913 (or 0xEBC913) is known color: Moon Yellow. HEX triplet: EB, C9 and 13. RGB value is (235,201,19). Sum of RGB (Red+Green+Blue) = 235+201+19=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 19 (7.81% from 255 or 4.18% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC913 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC913 is #1436EC. Grayscale: #BFBFBF. Windows color (decimal): -1324781 or 1296875. OLE color: 1296875.
HSL color Cylindrical-coordinate representation of color #EBC913: hue angle of 50.56º 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 #EBC913 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 19 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.08 |
| HSL | 50.56º | 0.85% | 0.5% | - |
| HSV(B) | 50.56º | 0.92% | 0.92% | - |
| XYZ | 55.27 | 59.48 | 9.18 | - |
| YUV | 190.42 | 31.26 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 19 | 0 | 0.14 | 0.92 | 0.08 | 50.56 | 0.85 | 0.5 |
| Hex | EB | C9 | 13 | 0 | E | 5C | 8 | 33 | 55 | 32 |
| Octal | 353 | 311 | 23 | 0 | 16 | 134 | 10 | 63 | 125 | 62 |
| Binary | 11101011 | 11001001 | 10011 | 0 | 1110 | 1011100 | 1000 | 110011 | 1010101 | 110010 |
Color Harmonies of #EBC913
Complementary color
Monochromatic Colors of #EBC913
Black with #EBC913
Text Example
Text Example
White with #EBC913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC913; }
p { color: rgb(235,201,19); }
H1.HeaderClassName
{
color: #EBC913;
}
.AnyTagClassName
{
color: #EBC913;
}
</style>
background-color css
<style>
a { background-color: #EBC913; }
a { background-color: rgb(235,201,19); }
div.DivClassName
{
background-color: #EBC913;
}
.BgClassName
{
background-color: #EBC913;
}
</style>
border-color css
<style>
span { border-color: #EBC913; }
span { border-color: rgb(235,201,19); }
td.TdClassName
{
border-color: #EBC913;
}
.TagClassName
{
border-color: #EBC913;
}
</style>