Shades of Moon Yellow #EAC40E
Tints of Moon Yellow #EAC40E
RGB
CMYK
RGB Variations
Color information
#EAC40E (or 0xEAC40E) is known color: Moon Yellow. HEX triplet: EA, C4 and 0E. RGB value is (234,196,14). Sum of RGB (Red+Green+Blue) = 234+196+14=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 14 (5.86% from 255 or 3.15% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC40E is #153BF1. Grayscale: #BBBBBB. Windows color (decimal): -1391602 or 967914. OLE color: 967914.
HSL color Cylindrical-coordinate representation of color #EAC40E: hue angle of 49.64º 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 #EAC40E is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 14 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.08 |
| HSL | 49.64º | 0.89% | 0.49% | - |
| HSV(B) | 49.64º | 0.94% | 0.92% | - |
| XYZ | 53.75 | 57 | 8.59 | - |
| YUV | 186.61 | 30.59 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 14 | 0 | 0.16 | 0.94 | 0.08 | 49.64 | 0.89 | 0.49 |
| Hex | EA | C4 | E | 0 | 10 | 5E | 8 | 32 | 59 | 31 |
| Octal | 352 | 304 | 16 | 0 | 20 | 136 | 10 | 62 | 131 | 61 |
| Binary | 11101010 | 11000100 | 1110 | 0 | 10000 | 1011110 | 1000 | 110010 | 1011001 | 110001 |
Color Harmonies of #EAC40E
Complementary color
Monochromatic Colors of #EAC40E
Black with #EAC40E
Text Example
Text Example
White with #EAC40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC40E; }
p { color: rgb(234,196,14); }
H1.HeaderClassName
{
color: #EAC40E;
}
.AnyTagClassName
{
color: #EAC40E;
}
</style>
background-color css
<style>
a { background-color: #EAC40E; }
a { background-color: rgb(234,196,14); }
div.DivClassName
{
background-color: #EAC40E;
}
.BgClassName
{
background-color: #EAC40E;
}
</style>
border-color css
<style>
span { border-color: #EAC40E; }
span { border-color: rgb(234,196,14); }
td.TdClassName
{
border-color: #EAC40E;
}
.TagClassName
{
border-color: #EAC40E;
}
</style>