Shades of Moon Yellow #EAC50F
Tints of Moon Yellow #EAC50F
RGB
CMYK
RGB Variations
Color information
#EAC50F (or 0xEAC50F) is known color: Moon Yellow. HEX triplet: EA, C5 and 0F. RGB value is (234,197,15). Sum of RGB (Red+Green+Blue) = 234+197+15=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 15 (6.25% from 255 or 3.36% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC50F is #153AF0. Grayscale: #BCBCBC. Windows color (decimal): -1391345 or 1033706. OLE color: 1033706.
HSL color Cylindrical-coordinate representation of color #EAC50F: hue angle of 49.86º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAC50F is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 15 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.08 |
| HSL | 49.86º | 0.88% | 0.49% | - |
| HSV(B) | 49.86º | 0.94% | 0.92% | - |
| XYZ | 53.98 | 57.46 | 8.7 | - |
| YUV | 187.32 | 30.76 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 15 | 0 | 0.16 | 0.94 | 0.08 | 49.86 | 0.88 | 0.49 |
| Hex | EA | C5 | F | 0 | 10 | 5E | 8 | 32 | 58 | 31 |
| Octal | 352 | 305 | 17 | 0 | 20 | 136 | 10 | 62 | 130 | 61 |
| Binary | 11101010 | 11000101 | 1111 | 0 | 10000 | 1011110 | 1000 | 110010 | 1011000 | 110001 |
Color Harmonies of #EAC50F
Complementary color
Monochromatic Colors of #EAC50F
Black with #EAC50F
Text Example
Text Example
White with #EAC50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC50F; }
p { color: rgb(234,197,15); }
H1.HeaderClassName
{
color: #EAC50F;
}
.AnyTagClassName
{
color: #EAC50F;
}
</style>
background-color css
<style>
a { background-color: #EAC50F; }
a { background-color: rgb(234,197,15); }
div.DivClassName
{
background-color: #EAC50F;
}
.BgClassName
{
background-color: #EAC50F;
}
</style>
border-color css
<style>
span { border-color: #EAC50F; }
span { border-color: rgb(234,197,15); }
td.TdClassName
{
border-color: #EAC50F;
}
.TagClassName
{
border-color: #EAC50F;
}
</style>