Shades of Moon Yellow #EBC114
Tints of Moon Yellow #EBC114
RGB
CMYK
RGB Variations
Color information
#EBC114 (or 0xEBC114) is known color: Moon Yellow. HEX triplet: EB, C1 and 14. RGB value is (235,193,20). Sum of RGB (Red+Green+Blue) = 235+193+20=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 20 (8.20% from 255 or 4.46% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC114 is #143EEB. Grayscale: #BABABA. Windows color (decimal): -1326828 or 1360363. OLE color: 1360363.
HSL color Cylindrical-coordinate representation of color #EBC114: hue angle of 48.28º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EBC114 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 193 | 20 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.08 |
| HSL | 48.28º | 0.84% | 0.5% | - |
| HSV(B) | 48.28º | 0.91% | 0.92% | - |
| XYZ | 53.46 | 55.85 | 8.62 | - |
| YUV | 185.84 | 34.41 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 193 | 20 | 0 | 0.18 | 0.91 | 0.08 | 48.28 | 0.84 | 0.5 |
| Hex | EB | C1 | 14 | 0 | 12 | 5B | 8 | 30 | 54 | 32 |
| Octal | 353 | 301 | 24 | 0 | 22 | 133 | 10 | 60 | 124 | 62 |
| Binary | 11101011 | 11000001 | 10100 | 0 | 10010 | 1011011 | 1000 | 110000 | 1010100 | 110010 |
Color Harmonies of #EBC114
Complementary color
Monochromatic Colors of #EBC114
Black with #EBC114
Text Example
Text Example
White with #EBC114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC114; }
p { color: rgb(235,193,20); }
H1.HeaderClassName
{
color: #EBC114;
}
.AnyTagClassName
{
color: #EBC114;
}
</style>
background-color css
<style>
a { background-color: #EBC114; }
a { background-color: rgb(235,193,20); }
div.DivClassName
{
background-color: #EBC114;
}
.BgClassName
{
background-color: #EBC114;
}
</style>
border-color css
<style>
span { border-color: #EBC114; }
span { border-color: rgb(235,193,20); }
td.TdClassName
{
border-color: #EBC114;
}
.TagClassName
{
border-color: #EBC114;
}
</style>