Shades of Moon Yellow #EAC224
Tints of Moon Yellow #EAC224
RGB
CMYK
RGB Variations
Color information
#EAC224 (or 0xEAC224) is known color: Moon Yellow. HEX triplet: EA, C2 and 24. RGB value is (234,194,36). Sum of RGB (Red+Green+Blue) = 234+194+36=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 36 (14.45% from 255 or 7.76% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC224 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC224 is #153DDB. Grayscale: #BCBCBC. Windows color (decimal): -1392092 or 2409194. OLE color: 2409194.
HSL color Cylindrical-coordinate representation of color #EAC224: hue angle of 47.88º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EAC224 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 36 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.08 |
| HSL | 47.88º | 0.83% | 0.53% | - |
| HSV(B) | 47.88º | 0.85% | 0.92% | - |
| XYZ | 53.54 | 56.2 | 9.7 | - |
| YUV | 187.95 | 42.25 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 36 | 0 | 0.17 | 0.85 | 0.08 | 47.88 | 0.83 | 0.53 |
| Hex | EA | C2 | 24 | 0 | 11 | 55 | 8 | 30 | 52 | 35 |
| Octal | 352 | 302 | 44 | 0 | 21 | 125 | 10 | 60 | 122 | 65 |
| Binary | 11101010 | 11000010 | 100100 | 0 | 10001 | 1010101 | 1000 | 110000 | 1010010 | 110101 |
Color Harmonies of #EAC224
Complementary color
Monochromatic Colors of #EAC224
Black with #EAC224
Text Example
Text Example
White with #EAC224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC224; }
p { color: rgb(234,194,36); }
H1.HeaderClassName
{
color: #EAC224;
}
.AnyTagClassName
{
color: #EAC224;
}
</style>
background-color css
<style>
a { background-color: #EAC224; }
a { background-color: rgb(234,194,36); }
div.DivClassName
{
background-color: #EAC224;
}
.BgClassName
{
background-color: #EAC224;
}
</style>
border-color css
<style>
span { border-color: #EAC224; }
span { border-color: rgb(234,194,36); }
td.TdClassName
{
border-color: #EAC224;
}
.TagClassName
{
border-color: #EAC224;
}
</style>