Shades of Moon Yellow #EAC110
Tints of Moon Yellow #EAC110
RGB
CMYK
RGB Variations
Color information
#EAC110 (or 0xEAC110) is known color: Moon Yellow. HEX triplet: EA, C1 and 10. RGB value is (234,193,16). Sum of RGB (Red+Green+Blue) = 234+193+16=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 16 (6.64% from 255 or 3.61% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC110 is #153EEF. Grayscale: #B9B9B9. Windows color (decimal): -1392368 or 1098218. OLE color: 1098218.
HSL color Cylindrical-coordinate representation of color #EAC110: hue angle of 48.72º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EAC110 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 16 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.08 |
| HSL | 48.72º | 0.87% | 0.49% | - |
| HSV(B) | 48.72º | 0.93% | 0.92% | - |
| XYZ | 53.1 | 55.67 | 8.44 | - |
| YUV | 185.08 | 32.58 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 16 | 0 | 0.18 | 0.93 | 0.08 | 48.72 | 0.87 | 0.49 |
| Hex | EA | C1 | 10 | 0 | 12 | 5D | 8 | 31 | 57 | 31 |
| Octal | 352 | 301 | 20 | 0 | 22 | 135 | 10 | 61 | 127 | 61 |
| Binary | 11101010 | 11000001 | 10000 | 0 | 10010 | 1011101 | 1000 | 110001 | 1010111 | 110001 |
Color Harmonies of #EAC110
Complementary color
Monochromatic Colors of #EAC110
Black with #EAC110
Text Example
Text Example
White with #EAC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC110; }
p { color: rgb(234,193,16); }
H1.HeaderClassName
{
color: #EAC110;
}
.AnyTagClassName
{
color: #EAC110;
}
</style>
background-color css
<style>
a { background-color: #EAC110; }
a { background-color: rgb(234,193,16); }
div.DivClassName
{
background-color: #EAC110;
}
.BgClassName
{
background-color: #EAC110;
}
</style>
border-color css
<style>
span { border-color: #EAC110; }
span { border-color: rgb(234,193,16); }
td.TdClassName
{
border-color: #EAC110;
}
.TagClassName
{
border-color: #EAC110;
}
</style>