Shades of Moon Yellow #EAC01E
Tints of Moon Yellow #EAC01E
RGB
CMYK
RGB Variations
Color information
#EAC01E (or 0xEAC01E) is known color: Moon Yellow. HEX triplet: EA, C0 and 1E. RGB value is (234,192,30). Sum of RGB (Red+Green+Blue) = 234+192+30=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 30 (12.11% from 255 or 6.58% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC01E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC01E is #153FE1. Grayscale: #BABABA. Windows color (decimal): -1392610 or 2015466. OLE color: 2015466.
HSL color Cylindrical-coordinate representation of color #EAC01E: hue angle of 47.65º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EAC01E is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 30 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.08 |
| HSL | 47.65º | 0.83% | 0.52% | - |
| HSV(B) | 47.65º | 0.87% | 0.92% | - |
| XYZ | 53.02 | 55.29 | 9.11 | - |
| YUV | 186.09 | 39.91 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 30 | 0 | 0.18 | 0.87 | 0.08 | 47.65 | 0.83 | 0.52 |
| Hex | EA | C0 | 1E | 0 | 12 | 57 | 8 | 30 | 53 | 34 |
| Octal | 352 | 300 | 36 | 0 | 22 | 127 | 10 | 60 | 123 | 64 |
| Binary | 11101010 | 11000000 | 11110 | 0 | 10010 | 1010111 | 1000 | 110000 | 1010011 | 110100 |
Color Harmonies of #EAC01E
Complementary color
Monochromatic Colors of #EAC01E
Black with #EAC01E
Text Example
Text Example
White with #EAC01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC01E; }
p { color: rgb(234,192,30); }
H1.HeaderClassName
{
color: #EAC01E;
}
.AnyTagClassName
{
color: #EAC01E;
}
</style>
background-color css
<style>
a { background-color: #EAC01E; }
a { background-color: rgb(234,192,30); }
div.DivClassName
{
background-color: #EAC01E;
}
.BgClassName
{
background-color: #EAC01E;
}
</style>
border-color css
<style>
span { border-color: #EAC01E; }
span { border-color: rgb(234,192,30); }
td.TdClassName
{
border-color: #EAC01E;
}
.TagClassName
{
border-color: #EAC01E;
}
</style>