Shades of Moon Yellow #EBC70F
Tints of Moon Yellow #EBC70F
RGB
CMYK
RGB Variations
Color information
#EBC70F (or 0xEBC70F) is known color: Moon Yellow. HEX triplet: EB, C7 and 0F. RGB value is (235,199,15). Sum of RGB (Red+Green+Blue) = 235+199+15=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 15 (6.25% from 255 or 3.34% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC70F is #1438F0. Grayscale: #BDBDBD. Windows color (decimal): -1325297 or 1034219. OLE color: 1034219.
HSL color Cylindrical-coordinate representation of color #EBC70F: hue angle of 50.18º degrees, saturation: 0.88, 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 #EBC70F is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 15 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.08 |
| HSL | 50.18º | 0.88% | 0.49% | - |
| HSV(B) | 50.18º | 0.94% | 0.92% | - |
| XYZ | 54.77 | 58.54 | 8.87 | - |
| YUV | 188.79 | 29.93 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 15 | 0 | 0.15 | 0.94 | 0.08 | 50.18 | 0.88 | 0.49 |
| Hex | EB | C7 | F | 0 | F | 5E | 8 | 32 | 58 | 31 |
| Octal | 353 | 307 | 17 | 0 | 17 | 136 | 10 | 62 | 130 | 61 |
| Binary | 11101011 | 11000111 | 1111 | 0 | 1111 | 1011110 | 1000 | 110010 | 1011000 | 110001 |
Color Harmonies of #EBC70F
Complementary color
Monochromatic Colors of #EBC70F
Black with #EBC70F
Text Example
Text Example
White with #EBC70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC70F; }
p { color: rgb(235,199,15); }
H1.HeaderClassName
{
color: #EBC70F;
}
.AnyTagClassName
{
color: #EBC70F;
}
</style>
background-color css
<style>
a { background-color: #EBC70F; }
a { background-color: rgb(235,199,15); }
div.DivClassName
{
background-color: #EBC70F;
}
.BgClassName
{
background-color: #EBC70F;
}
</style>
border-color css
<style>
span { border-color: #EBC70F; }
span { border-color: rgb(235,199,15); }
td.TdClassName
{
border-color: #EBC70F;
}
.TagClassName
{
border-color: #EBC70F;
}
</style>