Shades of Moon Yellow #EAC919
Tints of Moon Yellow #EAC919
RGB
CMYK
RGB Variations
Color information
#EAC919 (or 0xEAC919) is known color: Moon Yellow. HEX triplet: EA, C9 and 19. RGB value is (234,201,25). Sum of RGB (Red+Green+Blue) = 234+201+25=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 25 (10.16% from 255 or 5.43% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC919 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC919 is #1536E6. Grayscale: #BFBFBF. Windows color (decimal): -1390311 or 1690090. OLE color: 1690090.
HSL color Cylindrical-coordinate representation of color #EAC919: hue angle of 50.53º 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 #EAC919 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 25 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.08 |
| HSL | 50.53º | 0.83% | 0.51% | - |
| HSV(B) | 50.53º | 0.89% | 0.92% | - |
| XYZ | 54.99 | 59.34 | 9.47 | - |
| YUV | 190.8 | 34.43 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 25 | 0 | 0.14 | 0.89 | 0.08 | 50.53 | 0.83 | 0.51 |
| Hex | EA | C9 | 19 | 0 | E | 59 | 8 | 33 | 53 | 33 |
| Octal | 352 | 311 | 31 | 0 | 16 | 131 | 10 | 63 | 123 | 63 |
| Binary | 11101010 | 11001001 | 11001 | 0 | 1110 | 1011001 | 1000 | 110011 | 1010011 | 110011 |
Color Harmonies of #EAC919
Complementary color
Monochromatic Colors of #EAC919
Black with #EAC919
Text Example
Text Example
White with #EAC919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC919; }
p { color: rgb(234,201,25); }
H1.HeaderClassName
{
color: #EAC919;
}
.AnyTagClassName
{
color: #EAC919;
}
</style>
background-color css
<style>
a { background-color: #EAC919; }
a { background-color: rgb(234,201,25); }
div.DivClassName
{
background-color: #EAC919;
}
.BgClassName
{
background-color: #EAC919;
}
</style>
border-color css
<style>
span { border-color: #EAC919; }
span { border-color: rgb(234,201,25); }
td.TdClassName
{
border-color: #EAC919;
}
.TagClassName
{
border-color: #EAC919;
}
</style>