Shades of Moon Yellow #EAC70C
Tints of Moon Yellow #EAC70C
RGB
CMYK
RGB Variations
Color information
#EAC70C (or 0xEAC70C) is known color: Moon Yellow. HEX triplet: EA, C7 and 0C. RGB value is (234,199,12). Sum of RGB (Red+Green+Blue) = 234+199+12=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 199 (78.12% from 255 or 44.72% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC70C is #1538F3. Grayscale: #BCBCBC. Windows color (decimal): -1390836 or 837610. OLE color: 837610.
HSL color Cylindrical-coordinate representation of color #EAC70C: hue angle of 50.54º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EAC70C is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 12 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.08 |
| HSL | 50.54º | 0.9% | 0.48% | - |
| HSV(B) | 50.54º | 0.95% | 0.92% | - |
| XYZ | 54.42 | 58.37 | 8.75 | - |
| YUV | 188.15 | 28.6 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 12 | 0 | 0.15 | 0.95 | 0.08 | 50.54 | 0.9 | 0.48 |
| Hex | EA | C7 | C | 0 | F | 5F | 8 | 33 | 5A | 30 |
| Octal | 352 | 307 | 14 | 0 | 17 | 137 | 10 | 63 | 132 | 60 |
| Binary | 11101010 | 11000111 | 1100 | 0 | 1111 | 1011111 | 1000 | 110011 | 1011010 | 110000 |
Color Harmonies of #EAC70C
Complementary color
Monochromatic Colors of #EAC70C
Black with #EAC70C
Text Example
Text Example
White with #EAC70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC70C; }
p { color: rgb(234,199,12); }
H1.HeaderClassName
{
color: #EAC70C;
}
.AnyTagClassName
{
color: #EAC70C;
}
</style>
background-color css
<style>
a { background-color: #EAC70C; }
a { background-color: rgb(234,199,12); }
div.DivClassName
{
background-color: #EAC70C;
}
.BgClassName
{
background-color: #EAC70C;
}
</style>
border-color css
<style>
span { border-color: #EAC70C; }
span { border-color: rgb(234,199,12); }
td.TdClassName
{
border-color: #EAC70C;
}
.TagClassName
{
border-color: #EAC70C;
}
</style>