Shades of Moon Yellow #EEC221
Tints of Moon Yellow #EEC221
RGB
CMYK
RGB Variations
Color information
#EEC221 (or 0xEEC221) is known color: Moon Yellow. HEX triplet: EE, C2 and 21. RGB value is (238,194,33). Sum of RGB (Red+Green+Blue) = 238+194+33=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 33 (13.28% from 255 or 7.10% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC221 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC221 is #113DDE. Grayscale: #BDBDBD. Windows color (decimal): -1129951 or 2212590. OLE color: 2212590.
HSL color Cylindrical-coordinate representation of color #EEC221: hue angle of 47.12º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EEC221 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 33 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.07 |
| HSL | 47.12º | 0.86% | 0.53% | - |
| HSV(B) | 47.12º | 0.86% | 0.93% | - |
| XYZ | 54.83 | 56.87 | 9.53 | - |
| YUV | 188.8 | 40.08 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 33 | 0 | 0.18 | 0.86 | 0.07 | 47.12 | 0.86 | 0.53 |
| Hex | EE | C2 | 21 | 0 | 12 | 56 | 7 | 2F | 56 | 35 |
| Octal | 356 | 302 | 41 | 0 | 22 | 126 | 7 | 57 | 126 | 65 |
| Binary | 11101110 | 11000010 | 100001 | 0 | 10010 | 1010110 | 111 | 101111 | 1010110 | 110101 |
Color Harmonies of #EEC221
Complementary color
Monochromatic Colors of #EEC221
Black with #EEC221
Text Example
Text Example
White with #EEC221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC221; }
p { color: rgb(238,194,33); }
H1.HeaderClassName
{
color: #EEC221;
}
.AnyTagClassName
{
color: #EEC221;
}
</style>
background-color css
<style>
a { background-color: #EEC221; }
a { background-color: rgb(238,194,33); }
div.DivClassName
{
background-color: #EEC221;
}
.BgClassName
{
background-color: #EEC221;
}
</style>
border-color css
<style>
span { border-color: #EEC221; }
span { border-color: rgb(238,194,33); }
td.TdClassName
{
border-color: #EEC221;
}
.TagClassName
{
border-color: #EEC221;
}
</style>