Shades of Moon Yellow #EAC70F
Tints of Moon Yellow #EAC70F
RGB
CMYK
RGB Variations
Color information
#EAC70F (or 0xEAC70F) is known color: Moon Yellow. HEX triplet: EA, C7 and 0F. RGB value is (234,199,15). Sum of RGB (Red+Green+Blue) = 234+199+15=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 15 (6.25% from 255 or 3.35% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC70F is #1538F0. Grayscale: #BDBDBD. Windows color (decimal): -1390833 or 1034218. OLE color: 1034218.
HSL color Cylindrical-coordinate representation of color #EAC70F: hue angle of 50.41º 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 #EAC70F is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 15 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.08 |
| HSL | 50.41º | 0.88% | 0.49% | - |
| HSV(B) | 50.41º | 0.94% | 0.92% | - |
| XYZ | 54.44 | 58.37 | 8.85 | - |
| YUV | 188.49 | 30.1 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 15 | 0 | 0.15 | 0.94 | 0.08 | 50.41 | 0.88 | 0.49 |
| Hex | EA | C7 | F | 0 | F | 5E | 8 | 32 | 58 | 31 |
| Octal | 352 | 307 | 17 | 0 | 17 | 136 | 10 | 62 | 130 | 61 |
| Binary | 11101010 | 11000111 | 1111 | 0 | 1111 | 1011110 | 1000 | 110010 | 1011000 | 110001 |
Color Harmonies of #EAC70F
Complementary color
Monochromatic Colors of #EAC70F
Black with #EAC70F
Text Example
Text Example
White with #EAC70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC70F; }
p { color: rgb(234,199,15); }
H1.HeaderClassName
{
color: #EAC70F;
}
.AnyTagClassName
{
color: #EAC70F;
}
</style>
background-color css
<style>
a { background-color: #EAC70F; }
a { background-color: rgb(234,199,15); }
div.DivClassName
{
background-color: #EAC70F;
}
.BgClassName
{
background-color: #EAC70F;
}
</style>
border-color css
<style>
span { border-color: #EAC70F; }
span { border-color: rgb(234,199,15); }
td.TdClassName
{
border-color: #EAC70F;
}
.TagClassName
{
border-color: #EAC70F;
}
</style>