Shades of Moon Yellow #EAC410
Tints of Moon Yellow #EAC410
RGB
CMYK
RGB Variations
Color information
#EAC410 (or 0xEAC410) is known color: Moon Yellow. HEX triplet: EA, C4 and 10. RGB value is (234,196,16). Sum of RGB (Red+Green+Blue) = 234+196+16=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 16 (6.64% from 255 or 3.59% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC410 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC410 is #153BEF. Grayscale: #BBBBBB. Windows color (decimal): -1391600 or 1098986. OLE color: 1098986.
HSL color Cylindrical-coordinate representation of color #EAC410: hue angle of 49.54º 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 #EAC410 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 16 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.08 |
| HSL | 49.54º | 0.87% | 0.49% | - |
| HSV(B) | 49.54º | 0.93% | 0.92% | - |
| XYZ | 53.77 | 57.01 | 8.66 | - |
| YUV | 186.84 | 31.59 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 16 | 0 | 0.16 | 0.93 | 0.08 | 49.54 | 0.87 | 0.49 |
| Hex | EA | C4 | 10 | 0 | 10 | 5D | 8 | 32 | 57 | 31 |
| Octal | 352 | 304 | 20 | 0 | 20 | 135 | 10 | 62 | 127 | 61 |
| Binary | 11101010 | 11000100 | 10000 | 0 | 10000 | 1011101 | 1000 | 110010 | 1010111 | 110001 |
Color Harmonies of #EAC410
Complementary color
Monochromatic Colors of #EAC410
Black with #EAC410
Text Example
Text Example
White with #EAC410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC410; }
p { color: rgb(234,196,16); }
H1.HeaderClassName
{
color: #EAC410;
}
.AnyTagClassName
{
color: #EAC410;
}
</style>
background-color css
<style>
a { background-color: #EAC410; }
a { background-color: rgb(234,196,16); }
div.DivClassName
{
background-color: #EAC410;
}
.BgClassName
{
background-color: #EAC410;
}
</style>
border-color css
<style>
span { border-color: #EAC410; }
span { border-color: rgb(234,196,16); }
td.TdClassName
{
border-color: #EAC410;
}
.TagClassName
{
border-color: #EAC410;
}
</style>