Shades of Moon Yellow #EAC619
Tints of Moon Yellow #EAC619
RGB
CMYK
RGB Variations
Color information
#EAC619 (or 0xEAC619) is known color: Moon Yellow. HEX triplet: EA, C6 and 19. RGB value is (234,198,25). Sum of RGB (Red+Green+Blue) = 234+198+25=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 25 (10.16% from 255 or 5.47% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC619 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC619 is #1539E6. Grayscale: #BDBDBD. Windows color (decimal): -1391079 or 1689322. OLE color: 1689322.
HSL color Cylindrical-coordinate representation of color #EAC619: hue angle of 49.67º 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 #EAC619 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 25 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.08 |
| HSL | 49.67º | 0.83% | 0.51% | - |
| HSV(B) | 49.67º | 0.89% | 0.92% | - |
| XYZ | 54.3 | 57.95 | 9.24 | - |
| YUV | 189.04 | 35.43 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 25 | 0 | 0.15 | 0.89 | 0.08 | 49.67 | 0.83 | 0.51 |
| Hex | EA | C6 | 19 | 0 | F | 59 | 8 | 32 | 53 | 33 |
| Octal | 352 | 306 | 31 | 0 | 17 | 131 | 10 | 62 | 123 | 63 |
| Binary | 11101010 | 11000110 | 11001 | 0 | 1111 | 1011001 | 1000 | 110010 | 1010011 | 110011 |
Color Harmonies of #EAC619
Complementary color
Monochromatic Colors of #EAC619
Black with #EAC619
Text Example
Text Example
White with #EAC619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC619; }
p { color: rgb(234,198,25); }
H1.HeaderClassName
{
color: #EAC619;
}
.AnyTagClassName
{
color: #EAC619;
}
</style>
background-color css
<style>
a { background-color: #EAC619; }
a { background-color: rgb(234,198,25); }
div.DivClassName
{
background-color: #EAC619;
}
.BgClassName
{
background-color: #EAC619;
}
</style>
border-color css
<style>
span { border-color: #EAC619; }
span { border-color: rgb(234,198,25); }
td.TdClassName
{
border-color: #EAC619;
}
.TagClassName
{
border-color: #EAC619;
}
</style>