Shades of Moon Yellow #EAC113
Tints of Moon Yellow #EAC113
RGB
CMYK
RGB Variations
Color information
#EAC113 (or 0xEAC113) is known color: Moon Yellow. HEX triplet: EA, C1 and 13. RGB value is (234,193,19). Sum of RGB (Red+Green+Blue) = 234+193+19=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 19 (7.81% from 255 or 4.26% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC113 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC113 is #153EEC. Grayscale: #BABABA. Windows color (decimal): -1392365 or 1294826. OLE color: 1294826.
HSL color Cylindrical-coordinate representation of color #EAC113: hue angle of 48.56º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAC113 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 19 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.08 |
| HSL | 48.56º | 0.85% | 0.5% | - |
| HSV(B) | 48.56º | 0.92% | 0.92% | - |
| XYZ | 53.12 | 55.68 | 8.56 | - |
| YUV | 185.42 | 34.08 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 19 | 0 | 0.18 | 0.92 | 0.08 | 48.56 | 0.85 | 0.5 |
| Hex | EA | C1 | 13 | 0 | 12 | 5C | 8 | 31 | 55 | 32 |
| Octal | 352 | 301 | 23 | 0 | 22 | 134 | 10 | 61 | 125 | 62 |
| Binary | 11101010 | 11000001 | 10011 | 0 | 10010 | 1011100 | 1000 | 110001 | 1010101 | 110010 |
Color Harmonies of #EAC113
Complementary color
Monochromatic Colors of #EAC113
Black with #EAC113
Text Example
Text Example
White with #EAC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC113; }
p { color: rgb(234,193,19); }
H1.HeaderClassName
{
color: #EAC113;
}
.AnyTagClassName
{
color: #EAC113;
}
</style>
background-color css
<style>
a { background-color: #EAC113; }
a { background-color: rgb(234,193,19); }
div.DivClassName
{
background-color: #EAC113;
}
.BgClassName
{
background-color: #EAC113;
}
</style>
border-color css
<style>
span { border-color: #EAC113; }
span { border-color: rgb(234,193,19); }
td.TdClassName
{
border-color: #EAC113;
}
.TagClassName
{
border-color: #EAC113;
}
</style>