Shades of Moon Yellow #EAB40E
Tints of Moon Yellow #EAB40E
RGB
CMYK
RGB Variations
Color information
#EAB40E (or 0xEAB40E) is known color: Moon Yellow. HEX triplet: EA, B4 and 0E. RGB value is (234,180,14). Sum of RGB (Red+Green+Blue) = 234+180+14=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 14 (5.86% from 255 or 3.27% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB40E is #154BF1. Grayscale: #B1B1B1. Windows color (decimal): -1395698 or 963818. OLE color: 963818.
HSL color Cylindrical-coordinate representation of color #EAB40E: hue angle of 45.27º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAB40E is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 14 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.08 |
| HSL | 45.27º | 0.89% | 0.49% | - |
| HSV(B) | 45.27º | 0.94% | 0.92% | - |
| XYZ | 50.33 | 50.17 | 7.45 | - |
| YUV | 177.22 | 35.89 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 14 | 0 | 0.23 | 0.94 | 0.08 | 45.27 | 0.89 | 0.49 |
| Hex | EA | B4 | E | 0 | 17 | 5E | 8 | 2D | 59 | 31 |
| Octal | 352 | 264 | 16 | 0 | 27 | 136 | 10 | 55 | 131 | 61 |
| Binary | 11101010 | 10110100 | 1110 | 0 | 10111 | 1011110 | 1000 | 101101 | 1011001 | 110001 |
Color Harmonies of #EAB40E
Complementary color
Monochromatic Colors of #EAB40E
Black with #EAB40E
Text Example
Text Example
White with #EAB40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB40E; }
p { color: rgb(234,180,14); }
H1.HeaderClassName
{
color: #EAB40E;
}
.AnyTagClassName
{
color: #EAB40E;
}
</style>
background-color css
<style>
a { background-color: #EAB40E; }
a { background-color: rgb(234,180,14); }
div.DivClassName
{
background-color: #EAB40E;
}
.BgClassName
{
background-color: #EAB40E;
}
</style>
border-color css
<style>
span { border-color: #EAB40E; }
span { border-color: rgb(234,180,14); }
td.TdClassName
{
border-color: #EAB40E;
}
.TagClassName
{
border-color: #EAB40E;
}
</style>