Shades of Moon Yellow #EBC10D
Tints of Moon Yellow #EBC10D
RGB
CMYK
RGB Variations
Color information
#EBC10D (or 0xEBC10D) is known color: Moon Yellow. HEX triplet: EB, C1 and 0D. RGB value is (235,193,13). Sum of RGB (Red+Green+Blue) = 235+193+13=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 13 (5.47% from 255 or 2.95% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC10D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC10D is #143EF2. Grayscale: #B9B9B9. Windows color (decimal): -1326835 or 901611. OLE color: 901611.
HSL color Cylindrical-coordinate representation of color #EBC10D: hue angle of 48.65º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EBC10D is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 193 | 13 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.08 |
| HSL | 48.65º | 0.9% | 0.49% | - |
| HSV(B) | 48.65º | 0.94% | 0.92% | - |
| XYZ | 53.4 | 55.83 | 8.34 | - |
| YUV | 185.04 | 30.91 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 193 | 13 | 0 | 0.18 | 0.94 | 0.08 | 48.65 | 0.9 | 0.49 |
| Hex | EB | C1 | D | 0 | 12 | 5E | 8 | 31 | 5A | 31 |
| Octal | 353 | 301 | 15 | 0 | 22 | 136 | 10 | 61 | 132 | 61 |
| Binary | 11101011 | 11000001 | 1101 | 0 | 10010 | 1011110 | 1000 | 110001 | 1011010 | 110001 |
Color Harmonies of #EBC10D
Complementary color
Monochromatic Colors of #EBC10D
Black with #EBC10D
Text Example
Text Example
White with #EBC10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC10D; }
p { color: rgb(235,193,13); }
H1.HeaderClassName
{
color: #EBC10D;
}
.AnyTagClassName
{
color: #EBC10D;
}
</style>
background-color css
<style>
a { background-color: #EBC10D; }
a { background-color: rgb(235,193,13); }
div.DivClassName
{
background-color: #EBC10D;
}
.BgClassName
{
background-color: #EBC10D;
}
</style>
border-color css
<style>
span { border-color: #EBC10D; }
span { border-color: rgb(235,193,13); }
td.TdClassName
{
border-color: #EBC10D;
}
.TagClassName
{
border-color: #EBC10D;
}
</style>