Shades of Moon Yellow #EAC20F
Tints of Moon Yellow #EAC20F
RGB
CMYK
RGB Variations
Color information
#EAC20F (or 0xEAC20F) is known color: Moon Yellow. HEX triplet: EA, C2 and 0F. RGB value is (234,194,15). Sum of RGB (Red+Green+Blue) = 234+194+15=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 15 (6.25% from 255 or 3.39% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC20F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC20F is #153DF0. Grayscale: #BABABA. Windows color (decimal): -1392113 or 1032938. OLE color: 1032938.
HSL color Cylindrical-coordinate representation of color #EAC20F: hue angle of 49.04º 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 #EAC20F is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 15 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.08 |
| HSL | 49.04º | 0.88% | 0.49% | - |
| HSV(B) | 49.04º | 0.94% | 0.92% | - |
| XYZ | 53.31 | 56.11 | 8.47 | - |
| YUV | 185.55 | 31.75 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 15 | 0 | 0.17 | 0.94 | 0.08 | 49.04 | 0.88 | 0.49 |
| Hex | EA | C2 | F | 0 | 11 | 5E | 8 | 31 | 58 | 31 |
| Octal | 352 | 302 | 17 | 0 | 21 | 136 | 10 | 61 | 130 | 61 |
| Binary | 11101010 | 11000010 | 1111 | 0 | 10001 | 1011110 | 1000 | 110001 | 1011000 | 110001 |
Color Harmonies of #EAC20F
Complementary color
Monochromatic Colors of #EAC20F
Black with #EAC20F
Text Example
Text Example
White with #EAC20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC20F; }
p { color: rgb(234,194,15); }
H1.HeaderClassName
{
color: #EAC20F;
}
.AnyTagClassName
{
color: #EAC20F;
}
</style>
background-color css
<style>
a { background-color: #EAC20F; }
a { background-color: rgb(234,194,15); }
div.DivClassName
{
background-color: #EAC20F;
}
.BgClassName
{
background-color: #EAC20F;
}
</style>
border-color css
<style>
span { border-color: #EAC20F; }
span { border-color: rgb(234,194,15); }
td.TdClassName
{
border-color: #EAC20F;
}
.TagClassName
{
border-color: #EAC20F;
}
</style>