Shades of Moon Yellow #EBC719
Tints of Moon Yellow #EBC719
RGB
CMYK
RGB Variations
Color information
#EBC719 (or 0xEBC719) is known color: Moon Yellow. HEX triplet: EB, C7 and 19. RGB value is (235,199,25). Sum of RGB (Red+Green+Blue) = 235+199+25=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 25 (10.16% from 255 or 5.45% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC719 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC719 is #1438E6. Grayscale: #BEBEBE. Windows color (decimal): -1325287 or 1689579. OLE color: 1689579.
HSL color Cylindrical-coordinate representation of color #EBC719: hue angle of 49.71º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EBC719 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 25 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.08 |
| HSL | 49.71º | 0.84% | 0.51% | - |
| HSV(B) | 49.71º | 0.89% | 0.92% | - |
| XYZ | 54.86 | 58.58 | 9.34 | - |
| YUV | 189.93 | 34.93 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 25 | 0 | 0.15 | 0.89 | 0.08 | 49.71 | 0.84 | 0.51 |
| Hex | EB | C7 | 19 | 0 | F | 59 | 8 | 32 | 54 | 33 |
| Octal | 353 | 307 | 31 | 0 | 17 | 131 | 10 | 62 | 124 | 63 |
| Binary | 11101011 | 11000111 | 11001 | 0 | 1111 | 1011001 | 1000 | 110010 | 1010100 | 110011 |
Color Harmonies of #EBC719
Complementary color
Monochromatic Colors of #EBC719
Black with #EBC719
Text Example
Text Example
White with #EBC719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC719; }
p { color: rgb(235,199,25); }
H1.HeaderClassName
{
color: #EBC719;
}
.AnyTagClassName
{
color: #EBC719;
}
</style>
background-color css
<style>
a { background-color: #EBC719; }
a { background-color: rgb(235,199,25); }
div.DivClassName
{
background-color: #EBC719;
}
.BgClassName
{
background-color: #EBC719;
}
</style>
border-color css
<style>
span { border-color: #EBC719; }
span { border-color: rgb(235,199,25); }
td.TdClassName
{
border-color: #EBC719;
}
.TagClassName
{
border-color: #EBC719;
}
</style>