Shades of Moon Yellow #EAC916
Tints of Moon Yellow #EAC916
RGB
CMYK
RGB Variations
Color information
#EAC916 (or 0xEAC916) is known color: Moon Yellow. HEX triplet: EA, C9 and 16. RGB value is (234,201,22). Sum of RGB (Red+Green+Blue) = 234+201+22=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC916 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC916 is #1536E9. Grayscale: #BFBFBF. Windows color (decimal): -1390314 or 1493482. OLE color: 1493482.
HSL color Cylindrical-coordinate representation of color #EAC916: hue angle of 50.66º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EAC916 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 22 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.08 |
| HSL | 50.66º | 0.83% | 0.5% | - |
| HSV(B) | 50.66º | 0.91% | 0.92% | - |
| XYZ | 54.96 | 59.32 | 9.31 | - |
| YUV | 190.46 | 32.93 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 22 | 0 | 0.14 | 0.91 | 0.08 | 50.66 | 0.83 | 0.5 |
| Hex | EA | C9 | 16 | 0 | E | 5B | 8 | 33 | 53 | 32 |
| Octal | 352 | 311 | 26 | 0 | 16 | 133 | 10 | 63 | 123 | 62 |
| Binary | 11101010 | 11001001 | 10110 | 0 | 1110 | 1011011 | 1000 | 110011 | 1010011 | 110010 |
Color Harmonies of #EAC916
Complementary color
Monochromatic Colors of #EAC916
Black with #EAC916
Text Example
Text Example
White with #EAC916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC916; }
p { color: rgb(234,201,22); }
H1.HeaderClassName
{
color: #EAC916;
}
.AnyTagClassName
{
color: #EAC916;
}
</style>
background-color css
<style>
a { background-color: #EAC916; }
a { background-color: rgb(234,201,22); }
div.DivClassName
{
background-color: #EAC916;
}
.BgClassName
{
background-color: #EAC916;
}
</style>
border-color css
<style>
span { border-color: #EAC916; }
span { border-color: rgb(234,201,22); }
td.TdClassName
{
border-color: #EAC916;
}
.TagClassName
{
border-color: #EAC916;
}
</style>