Shades of Moon Yellow #EBC310
Tints of Moon Yellow #EBC310
RGB
CMYK
RGB Variations
Color information
#EBC310 (or 0xEBC310) is known color: Moon Yellow. HEX triplet: EB, C3 and 10. RGB value is (235,195,16). Sum of RGB (Red+Green+Blue) = 235+195+16=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 16 (6.64% from 255 or 3.59% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC310 is #143CEF. Grayscale: #BBBBBB. Windows color (decimal): -1326320 or 1098731. OLE color: 1098731.
HSL color Cylindrical-coordinate representation of color #EBC310: hue angle of 49.04º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EBC310 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 16 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.08 |
| HSL | 49.04º | 0.87% | 0.49% | - |
| HSV(B) | 49.04º | 0.93% | 0.92% | - |
| XYZ | 53.87 | 56.73 | 8.6 | - |
| YUV | 186.55 | 31.75 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 16 | 0 | 0.17 | 0.93 | 0.08 | 49.04 | 0.87 | 0.49 |
| Hex | EB | C3 | 10 | 0 | 11 | 5D | 8 | 31 | 57 | 31 |
| Octal | 353 | 303 | 20 | 0 | 21 | 135 | 10 | 61 | 127 | 61 |
| Binary | 11101011 | 11000011 | 10000 | 0 | 10001 | 1011101 | 1000 | 110001 | 1010111 | 110001 |
Color Harmonies of #EBC310
Complementary color
Monochromatic Colors of #EBC310
Black with #EBC310
Text Example
Text Example
White with #EBC310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC310; }
p { color: rgb(235,195,16); }
H1.HeaderClassName
{
color: #EBC310;
}
.AnyTagClassName
{
color: #EBC310;
}
</style>
background-color css
<style>
a { background-color: #EBC310; }
a { background-color: rgb(235,195,16); }
div.DivClassName
{
background-color: #EBC310;
}
.BgClassName
{
background-color: #EBC310;
}
</style>
border-color css
<style>
span { border-color: #EBC310; }
span { border-color: rgb(235,195,16); }
td.TdClassName
{
border-color: #EBC310;
}
.TagClassName
{
border-color: #EBC310;
}
</style>