Shades of Moon Yellow #EAC41A
Tints of Moon Yellow #EAC41A
RGB
CMYK
RGB Variations
Color information
#EAC41A (or 0xEAC41A) is known color: Moon Yellow. HEX triplet: EA, C4 and 1A. RGB value is (234,196,26). Sum of RGB (Red+Green+Blue) = 234+196+26=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 26 (10.55% from 255 or 5.70% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC41A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC41A is #153BE5. Grayscale: #BCBCBC. Windows color (decimal): -1391590 or 1754346. OLE color: 1754346.
HSL color Cylindrical-coordinate representation of color #EAC41A: hue angle of 49.04º 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 #EAC41A is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 26 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.08 |
| HSL | 49.04º | 0.83% | 0.51% | - |
| HSV(B) | 49.04º | 0.89% | 0.92% | - |
| XYZ | 53.86 | 57.05 | 9.15 | - |
| YUV | 187.98 | 36.59 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 26 | 0 | 0.16 | 0.89 | 0.08 | 49.04 | 0.83 | 0.51 |
| Hex | EA | C4 | 1A | 0 | 10 | 59 | 8 | 31 | 53 | 33 |
| Octal | 352 | 304 | 32 | 0 | 20 | 131 | 10 | 61 | 123 | 63 |
| Binary | 11101010 | 11000100 | 11010 | 0 | 10000 | 1011001 | 1000 | 110001 | 1010011 | 110011 |
Color Harmonies of #EAC41A
Complementary color
Monochromatic Colors of #EAC41A
Black with #EAC41A
Text Example
Text Example
White with #EAC41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC41A; }
p { color: rgb(234,196,26); }
H1.HeaderClassName
{
color: #EAC41A;
}
.AnyTagClassName
{
color: #EAC41A;
}
</style>
background-color css
<style>
a { background-color: #EAC41A; }
a { background-color: rgb(234,196,26); }
div.DivClassName
{
background-color: #EAC41A;
}
.BgClassName
{
background-color: #EAC41A;
}
</style>
border-color css
<style>
span { border-color: #EAC41A; }
span { border-color: rgb(234,196,26); }
td.TdClassName
{
border-color: #EAC41A;
}
.TagClassName
{
border-color: #EAC41A;
}
</style>