Shades of Moon Yellow #EAC419
Tints of Moon Yellow #EAC419
RGB
CMYK
RGB Variations
Color information
#EAC419 (or 0xEAC419) is known color: Moon Yellow. HEX triplet: EA, C4 and 19. RGB value is (234,196,25). Sum of RGB (Red+Green+Blue) = 234+196+25=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 196 (76.95% from 255 or 43.08% from 455); Blue value is 25 (10.16% from 255 or 5.49% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC419 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC419 is #153BE6. Grayscale: #BCBCBC. Windows color (decimal): -1391591 or 1688810. OLE color: 1688810.
HSL color Cylindrical-coordinate representation of color #EAC419: hue angle of 49.09º 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 #EAC419 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 25 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.08 |
| HSL | 49.09º | 0.83% | 0.51% | - |
| HSV(B) | 49.09º | 0.89% | 0.92% | - |
| XYZ | 53.85 | 57.04 | 9.09 | - |
| YUV | 187.87 | 36.09 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 25 | 0 | 0.16 | 0.89 | 0.08 | 49.09 | 0.83 | 0.51 |
| Hex | EA | C4 | 19 | 0 | 10 | 59 | 8 | 31 | 53 | 33 |
| Octal | 352 | 304 | 31 | 0 | 20 | 131 | 10 | 61 | 123 | 63 |
| Binary | 11101010 | 11000100 | 11001 | 0 | 10000 | 1011001 | 1000 | 110001 | 1010011 | 110011 |
Color Harmonies of #EAC419
Complementary color
Monochromatic Colors of #EAC419
Black with #EAC419
Text Example
Text Example
White with #EAC419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC419; }
p { color: rgb(234,196,25); }
H1.HeaderClassName
{
color: #EAC419;
}
.AnyTagClassName
{
color: #EAC419;
}
</style>
background-color css
<style>
a { background-color: #EAC419; }
a { background-color: rgb(234,196,25); }
div.DivClassName
{
background-color: #EAC419;
}
.BgClassName
{
background-color: #EAC419;
}
</style>
border-color css
<style>
span { border-color: #EAC419; }
span { border-color: rgb(234,196,25); }
td.TdClassName
{
border-color: #EAC419;
}
.TagClassName
{
border-color: #EAC419;
}
</style>