Shades of Moon Yellow #EAC017
Tints of Moon Yellow #EAC017
RGB
CMYK
RGB Variations
Color information
#EAC017 (or 0xEAC017) is known color: Moon Yellow. HEX triplet: EA, C0 and 17. RGB value is (234,192,23). Sum of RGB (Red+Green+Blue) = 234+192+23=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 23 (9.38% from 255 or 5.12% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC017 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC017 is #153FE8. Grayscale: #BABABA. Windows color (decimal): -1392617 or 1556714. OLE color: 1556714.
HSL color Cylindrical-coordinate representation of color #EAC017: hue angle of 48.06º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAC017 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 23 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.08 |
| HSL | 48.06º | 0.83% | 0.5% | - |
| HSV(B) | 48.06º | 0.9% | 0.92% | - |
| XYZ | 52.94 | 55.25 | 8.69 | - |
| YUV | 185.29 | 36.41 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 23 | 0 | 0.18 | 0.90 | 0.08 | 48.06 | 0.83 | 0.5 |
| Hex | EA | C0 | 17 | 0 | 12 | 5A | 8 | 30 | 53 | 32 |
| Octal | 352 | 300 | 27 | 0 | 22 | 132 | 10 | 60 | 123 | 62 |
| Binary | 11101010 | 11000000 | 10111 | 0 | 10010 | 1011010 | 1000 | 110000 | 1010011 | 110010 |
Color Harmonies of #EAC017
Complementary color
Monochromatic Colors of #EAC017
Black with #EAC017
Text Example
Text Example
White with #EAC017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC017; }
p { color: rgb(234,192,23); }
H1.HeaderClassName
{
color: #EAC017;
}
.AnyTagClassName
{
color: #EAC017;
}
</style>
background-color css
<style>
a { background-color: #EAC017; }
a { background-color: rgb(234,192,23); }
div.DivClassName
{
background-color: #EAC017;
}
.BgClassName
{
background-color: #EAC017;
}
</style>
border-color css
<style>
span { border-color: #EAC017; }
span { border-color: rgb(234,192,23); }
td.TdClassName
{
border-color: #EAC017;
}
.TagClassName
{
border-color: #EAC017;
}
</style>