Shades of Moon Yellow #EBC70D
Tints of Moon Yellow #EBC70D
RGB
CMYK
RGB Variations
Color information
#EBC70D (or 0xEBC70D) is known color: Moon Yellow. HEX triplet: EB, C7 and 0D. RGB value is (235,199,13). Sum of RGB (Red+Green+Blue) = 235+199+13=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 13 (5.47% from 255 or 2.91% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC70D is #1438F2. Grayscale: #BDBDBD. Windows color (decimal): -1325299 or 903147. OLE color: 903147.
HSL color Cylindrical-coordinate representation of color #EBC70D: hue angle of 50.27º 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 #EBC70D is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 13 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.08 |
| HSL | 50.27º | 0.9% | 0.49% | - |
| HSV(B) | 50.27º | 0.94% | 0.92% | - |
| XYZ | 54.76 | 58.54 | 8.79 | - |
| YUV | 188.56 | 28.93 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 13 | 0 | 0.15 | 0.94 | 0.08 | 50.27 | 0.9 | 0.49 |
| Hex | EB | C7 | D | 0 | F | 5E | 8 | 32 | 5A | 31 |
| Octal | 353 | 307 | 15 | 0 | 17 | 136 | 10 | 62 | 132 | 61 |
| Binary | 11101011 | 11000111 | 1101 | 0 | 1111 | 1011110 | 1000 | 110010 | 1011010 | 110001 |
Color Harmonies of #EBC70D
Complementary color
Monochromatic Colors of #EBC70D
Black with #EBC70D
Text Example
Text Example
White with #EBC70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC70D; }
p { color: rgb(235,199,13); }
H1.HeaderClassName
{
color: #EBC70D;
}
.AnyTagClassName
{
color: #EBC70D;
}
</style>
background-color css
<style>
a { background-color: #EBC70D; }
a { background-color: rgb(235,199,13); }
div.DivClassName
{
background-color: #EBC70D;
}
.BgClassName
{
background-color: #EBC70D;
}
</style>
border-color css
<style>
span { border-color: #EBC70D; }
span { border-color: rgb(235,199,13); }
td.TdClassName
{
border-color: #EBC70D;
}
.TagClassName
{
border-color: #EBC70D;
}
</style>