Shades of Moon Yellow #EAC70D
Tints of Moon Yellow #EAC70D
RGB
CMYK
RGB Variations
Color information
#EAC70D (or 0xEAC70D) is known color: Moon Yellow. HEX triplet: EA, C7 and 0D. RGB value is (234,199,13). Sum of RGB (Red+Green+Blue) = 234+199+13=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 13 (5.47% from 255 or 2.91% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC70D is #1538F2. Grayscale: #BDBDBD. Windows color (decimal): -1390835 or 903146. OLE color: 903146.
HSL color Cylindrical-coordinate representation of color #EAC70D: hue angle of 50.5º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAC70D is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 13 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.08 |
| HSL | 50.5º | 0.89% | 0.48% | - |
| HSV(B) | 50.5º | 0.94% | 0.92% | - |
| XYZ | 54.43 | 58.37 | 8.78 | - |
| YUV | 188.26 | 29.1 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 13 | 0 | 0.15 | 0.94 | 0.08 | 50.5 | 0.89 | 0.48 |
| Hex | EA | C7 | D | 0 | F | 5E | 8 | 32 | 59 | 30 |
| Octal | 352 | 307 | 15 | 0 | 17 | 136 | 10 | 62 | 131 | 60 |
| Binary | 11101010 | 11000111 | 1101 | 0 | 1111 | 1011110 | 1000 | 110010 | 1011001 | 110000 |
Color Harmonies of #EAC70D
Complementary color
Monochromatic Colors of #EAC70D
Black with #EAC70D
Text Example
Text Example
White with #EAC70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC70D; }
p { color: rgb(234,199,13); }
H1.HeaderClassName
{
color: #EAC70D;
}
.AnyTagClassName
{
color: #EAC70D;
}
</style>
background-color css
<style>
a { background-color: #EAC70D; }
a { background-color: rgb(234,199,13); }
div.DivClassName
{
background-color: #EAC70D;
}
.BgClassName
{
background-color: #EAC70D;
}
</style>
border-color css
<style>
span { border-color: #EAC70D; }
span { border-color: rgb(234,199,13); }
td.TdClassName
{
border-color: #EAC70D;
}
.TagClassName
{
border-color: #EAC70D;
}
</style>