Shades of Moon Yellow #EAC719
Tints of Moon Yellow #EAC719
RGB
CMYK
RGB Variations
Color information
#EAC719 (or 0xEAC719) is known color: Moon Yellow. HEX triplet: EA, C7 and 19. RGB value is (234,199,25). Sum of RGB (Red+Green+Blue) = 234+199+25=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 25 (10.16% from 255 or 5.46% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC719 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC719 is #1538E6. Grayscale: #BEBEBE. Windows color (decimal): -1390823 or 1689578. OLE color: 1689578.
HSL color Cylindrical-coordinate representation of color #EAC719: hue angle of 49.95º degrees, saturation: 0.83, 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 #EAC719 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 25 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.08 |
| HSL | 49.95º | 0.83% | 0.51% | - |
| HSV(B) | 49.95º | 0.89% | 0.92% | - |
| XYZ | 54.53 | 58.41 | 9.32 | - |
| YUV | 189.63 | 35.1 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 25 | 0 | 0.15 | 0.89 | 0.08 | 49.95 | 0.83 | 0.51 |
| Hex | EA | C7 | 19 | 0 | F | 59 | 8 | 32 | 53 | 33 |
| Octal | 352 | 307 | 31 | 0 | 17 | 131 | 10 | 62 | 123 | 63 |
| Binary | 11101010 | 11000111 | 11001 | 0 | 1111 | 1011001 | 1000 | 110010 | 1010011 | 110011 |
Color Harmonies of #EAC719
Complementary color
Monochromatic Colors of #EAC719
Black with #EAC719
Text Example
Text Example
White with #EAC719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC719; }
p { color: rgb(234,199,25); }
H1.HeaderClassName
{
color: #EAC719;
}
.AnyTagClassName
{
color: #EAC719;
}
</style>
background-color css
<style>
a { background-color: #EAC719; }
a { background-color: rgb(234,199,25); }
div.DivClassName
{
background-color: #EAC719;
}
.BgClassName
{
background-color: #EAC719;
}
</style>
border-color css
<style>
span { border-color: #EAC719; }
span { border-color: rgb(234,199,25); }
td.TdClassName
{
border-color: #EAC719;
}
.TagClassName
{
border-color: #EAC719;
}
</style>