Shades of Moon Yellow #EAC511
Tints of Moon Yellow #EAC511
RGB
CMYK
RGB Variations
Color information
#EAC511 (or 0xEAC511) is known color: Moon Yellow. HEX triplet: EA, C5 and 11. RGB value is (234,197,17). Sum of RGB (Red+Green+Blue) = 234+197+17=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 17 (7.03% from 255 or 3.79% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC511 is #153AEE. Grayscale: #BCBCBC. Windows color (decimal): -1391343 or 1164778. OLE color: 1164778.
HSL color Cylindrical-coordinate representation of color #EAC511: hue angle of 49.77º degrees, saturation: 0.86, 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 #EAC511 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 17 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.08 |
| HSL | 49.77º | 0.86% | 0.49% | - |
| HSV(B) | 49.77º | 0.93% | 0.92% | - |
| XYZ | 54 | 57.47 | 8.78 | - |
| YUV | 187.54 | 31.76 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 17 | 0 | 0.16 | 0.93 | 0.08 | 49.77 | 0.86 | 0.49 |
| Hex | EA | C5 | 11 | 0 | 10 | 5D | 8 | 32 | 56 | 31 |
| Octal | 352 | 305 | 21 | 0 | 20 | 135 | 10 | 62 | 126 | 61 |
| Binary | 11101010 | 11000101 | 10001 | 0 | 10000 | 1011101 | 1000 | 110010 | 1010110 | 110001 |
Color Harmonies of #EAC511
Complementary color
Monochromatic Colors of #EAC511
Black with #EAC511
Text Example
Text Example
White with #EAC511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC511; }
p { color: rgb(234,197,17); }
H1.HeaderClassName
{
color: #EAC511;
}
.AnyTagClassName
{
color: #EAC511;
}
</style>
background-color css
<style>
a { background-color: #EAC511; }
a { background-color: rgb(234,197,17); }
div.DivClassName
{
background-color: #EAC511;
}
.BgClassName
{
background-color: #EAC511;
}
</style>
border-color css
<style>
span { border-color: #EAC511; }
span { border-color: rgb(234,197,17); }
td.TdClassName
{
border-color: #EAC511;
}
.TagClassName
{
border-color: #EAC511;
}
</style>