Shades of Moon Yellow #EAC121
Tints of Moon Yellow #EAC121
RGB
CMYK
RGB Variations
Color information
#EAC121 (or 0xEAC121) is known color: Moon Yellow. HEX triplet: EA, C1 and 21. RGB value is (234,193,33). Sum of RGB (Red+Green+Blue) = 234+193+33=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 33 (13.28% from 255 or 7.17% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC121 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC121 is #153EDE. Grayscale: #BBBBBB. Windows color (decimal): -1392351 or 2212330. OLE color: 2212330.
HSL color Cylindrical-coordinate representation of color #EAC121: hue angle of 47.76º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EAC121 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 33 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.08 |
| HSL | 47.76º | 0.83% | 0.52% | - |
| HSV(B) | 47.76º | 0.86% | 0.92% | - |
| XYZ | 53.28 | 55.74 | 9.39 | - |
| YUV | 187.02 | 41.08 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 33 | 0 | 0.18 | 0.86 | 0.08 | 47.76 | 0.83 | 0.52 |
| Hex | EA | C1 | 21 | 0 | 12 | 56 | 8 | 30 | 53 | 34 |
| Octal | 352 | 301 | 41 | 0 | 22 | 126 | 10 | 60 | 123 | 64 |
| Binary | 11101010 | 11000001 | 100001 | 0 | 10010 | 1010110 | 1000 | 110000 | 1010011 | 110100 |
Color Harmonies of #EAC121
Complementary color
Monochromatic Colors of #EAC121
Black with #EAC121
Text Example
Text Example
White with #EAC121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC121; }
p { color: rgb(234,193,33); }
H1.HeaderClassName
{
color: #EAC121;
}
.AnyTagClassName
{
color: #EAC121;
}
</style>
background-color css
<style>
a { background-color: #EAC121; }
a { background-color: rgb(234,193,33); }
div.DivClassName
{
background-color: #EAC121;
}
.BgClassName
{
background-color: #EAC121;
}
</style>
border-color css
<style>
span { border-color: #EAC121; }
span { border-color: rgb(234,193,33); }
td.TdClassName
{
border-color: #EAC121;
}
.TagClassName
{
border-color: #EAC121;
}
</style>