Shades of Moon Yellow #EAC022
Tints of Moon Yellow #EAC022
RGB
CMYK
RGB Variations
Color information
#EAC022 (or 0xEAC022) is known color: Moon Yellow. HEX triplet: EA, C0 and 22. RGB value is (234,192,34). Sum of RGB (Red+Green+Blue) = 234+192+34=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 34 (13.67% from 255 or 7.39% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC022 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC022 is #153FDD. Grayscale: #BBBBBB. Windows color (decimal): -1392606 or 2277610. OLE color: 2277610.
HSL color Cylindrical-coordinate representation of color #EAC022: hue angle of 47.4º degrees, saturation: 0.83, 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 #EAC022 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 34 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.08 |
| HSL | 47.4º | 0.83% | 0.53% | - |
| HSV(B) | 47.4º | 0.85% | 0.92% | - |
| XYZ | 53.07 | 55.31 | 9.39 | - |
| YUV | 186.55 | 41.91 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 34 | 0 | 0.18 | 0.85 | 0.08 | 47.4 | 0.83 | 0.53 |
| Hex | EA | C0 | 22 | 0 | 12 | 55 | 8 | 2F | 53 | 35 |
| Octal | 352 | 300 | 42 | 0 | 22 | 125 | 10 | 57 | 123 | 65 |
| Binary | 11101010 | 11000000 | 100010 | 0 | 10010 | 1010101 | 1000 | 101111 | 1010011 | 110101 |
Color Harmonies of #EAC022
Complementary color
Monochromatic Colors of #EAC022
Black with #EAC022
Text Example
Text Example
White with #EAC022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC022; }
p { color: rgb(234,192,34); }
H1.HeaderClassName
{
color: #EAC022;
}
.AnyTagClassName
{
color: #EAC022;
}
</style>
background-color css
<style>
a { background-color: #EAC022; }
a { background-color: rgb(234,192,34); }
div.DivClassName
{
background-color: #EAC022;
}
.BgClassName
{
background-color: #EAC022;
}
</style>
border-color css
<style>
span { border-color: #EAC022; }
span { border-color: rgb(234,192,34); }
td.TdClassName
{
border-color: #EAC022;
}
.TagClassName
{
border-color: #EAC022;
}
</style>