Shades of Moon Yellow #EBC718
Tints of Moon Yellow #EBC718
RGB
CMYK
RGB Variations
Color information
#EBC718 (or 0xEBC718) is known color: Moon Yellow. HEX triplet: EB, C7 and 18. RGB value is (235,199,24). Sum of RGB (Red+Green+Blue) = 235+199+24=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 24 (9.77% from 255 or 5.24% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC718 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC718 is #1438E7. Grayscale: #BEBEBE. Windows color (decimal): -1325288 or 1624043. OLE color: 1624043.
HSL color Cylindrical-coordinate representation of color #EBC718: hue angle of 49.76º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EBC718 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 24 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.08 |
| HSL | 49.76º | 0.84% | 0.51% | - |
| HSV(B) | 49.76º | 0.9% | 0.92% | - |
| XYZ | 54.85 | 58.57 | 9.28 | - |
| YUV | 189.81 | 34.43 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 24 | 0 | 0.15 | 0.90 | 0.08 | 49.76 | 0.84 | 0.51 |
| Hex | EB | C7 | 18 | 0 | F | 5A | 8 | 32 | 54 | 33 |
| Octal | 353 | 307 | 30 | 0 | 17 | 132 | 10 | 62 | 124 | 63 |
| Binary | 11101011 | 11000111 | 11000 | 0 | 1111 | 1011010 | 1000 | 110010 | 1010100 | 110011 |
Color Harmonies of #EBC718
Complementary color
Monochromatic Colors of #EBC718
Black with #EBC718
Text Example
Text Example
White with #EBC718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC718; }
p { color: rgb(235,199,24); }
H1.HeaderClassName
{
color: #EBC718;
}
.AnyTagClassName
{
color: #EBC718;
}
</style>
background-color css
<style>
a { background-color: #EBC718; }
a { background-color: rgb(235,199,24); }
div.DivClassName
{
background-color: #EBC718;
}
.BgClassName
{
background-color: #EBC718;
}
</style>
border-color css
<style>
span { border-color: #EBC718; }
span { border-color: rgb(235,199,24); }
td.TdClassName
{
border-color: #EBC718;
}
.TagClassName
{
border-color: #EBC718;
}
</style>