Shades of Moon Yellow #EEC218
Tints of Moon Yellow #EEC218
RGB
CMYK
RGB Variations
Color information
#EEC218 (or 0xEEC218) is known color: Moon Yellow. HEX triplet: EE, C2 and 18. RGB value is (238,194,24). Sum of RGB (Red+Green+Blue) = 238+194+24=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 24 (9.77% from 255 or 5.26% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC218 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC218 is #113DE7. Grayscale: #BCBCBC. Windows color (decimal): -1129960 or 1622766. OLE color: 1622766.
HSL color Cylindrical-coordinate representation of color #EEC218: hue angle of 47.66º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EEC218 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 24 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.07 |
| HSL | 47.66º | 0.86% | 0.51% | - |
| HSV(B) | 47.66º | 0.9% | 0.93% | - |
| XYZ | 54.72 | 56.83 | 8.95 | - |
| YUV | 187.78 | 35.58 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 24 | 0 | 0.18 | 0.90 | 0.07 | 47.66 | 0.86 | 0.51 |
| Hex | EE | C2 | 18 | 0 | 12 | 5A | 7 | 30 | 56 | 33 |
| Octal | 356 | 302 | 30 | 0 | 22 | 132 | 7 | 60 | 126 | 63 |
| Binary | 11101110 | 11000010 | 11000 | 0 | 10010 | 1011010 | 111 | 110000 | 1010110 | 110011 |
Color Harmonies of #EEC218
Complementary color
Monochromatic Colors of #EEC218
Black with #EEC218
Text Example
Text Example
White with #EEC218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC218; }
p { color: rgb(238,194,24); }
H1.HeaderClassName
{
color: #EEC218;
}
.AnyTagClassName
{
color: #EEC218;
}
</style>
background-color css
<style>
a { background-color: #EEC218; }
a { background-color: rgb(238,194,24); }
div.DivClassName
{
background-color: #EEC218;
}
.BgClassName
{
background-color: #EEC218;
}
</style>
border-color css
<style>
span { border-color: #EEC218; }
span { border-color: rgb(238,194,24); }
td.TdClassName
{
border-color: #EEC218;
}
.TagClassName
{
border-color: #EEC218;
}
</style>