Shades of Moon Yellow #EAC80E
Tints of Moon Yellow #EAC80E
RGB
CMYK
RGB Variations
Color information
#EAC80E (or 0xEAC80E) is known color: Moon Yellow. HEX triplet: EA, C8 and 0E. RGB value is (234,200,14). Sum of RGB (Red+Green+Blue) = 234+200+14=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 14 (5.86% from 255 or 3.12% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC80E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC80E is #1537F1. Grayscale: #BDBDBD. Windows color (decimal): -1390578 or 968938. OLE color: 968938.
HSL color Cylindrical-coordinate representation of color #EAC80E: hue angle of 50.73º 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 #EAC80E is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 14 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.08 |
| HSL | 50.73º | 0.89% | 0.49% | - |
| HSV(B) | 50.73º | 0.94% | 0.92% | - |
| XYZ | 54.67 | 58.83 | 8.89 | - |
| YUV | 188.96 | 29.26 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 14 | 0 | 0.15 | 0.94 | 0.08 | 50.73 | 0.89 | 0.49 |
| Hex | EA | C8 | E | 0 | F | 5E | 8 | 33 | 59 | 31 |
| Octal | 352 | 310 | 16 | 0 | 17 | 136 | 10 | 63 | 131 | 61 |
| Binary | 11101010 | 11001000 | 1110 | 0 | 1111 | 1011110 | 1000 | 110011 | 1011001 | 110001 |
Color Harmonies of #EAC80E
Complementary color
Monochromatic Colors of #EAC80E
Black with #EAC80E
Text Example
Text Example
White with #EAC80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC80E; }
p { color: rgb(234,200,14); }
H1.HeaderClassName
{
color: #EAC80E;
}
.AnyTagClassName
{
color: #EAC80E;
}
</style>
background-color css
<style>
a { background-color: #EAC80E; }
a { background-color: rgb(234,200,14); }
div.DivClassName
{
background-color: #EAC80E;
}
.BgClassName
{
background-color: #EAC80E;
}
</style>
border-color css
<style>
span { border-color: #EAC80E; }
span { border-color: rgb(234,200,14); }
td.TdClassName
{
border-color: #EAC80E;
}
.TagClassName
{
border-color: #EAC80E;
}
</style>