Shades of Moon Yellow #EEC416
Tints of Moon Yellow #EEC416
RGB
CMYK
RGB Variations
Color information
#EEC416 (or 0xEEC416) is known color: Moon Yellow. HEX triplet: EE, C4 and 16. RGB value is (238,196,22). Sum of RGB (Red+Green+Blue) = 238+196+22=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 22 (8.98% from 255 or 4.82% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC416 is #113BE9. Grayscale: #BDBDBD. Windows color (decimal): -1129450 or 1492206. OLE color: 1492206.
HSL color Cylindrical-coordinate representation of color #EEC416: hue angle of 48.33º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EEC416 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 22 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.07 |
| HSL | 48.33º | 0.86% | 0.51% | - |
| HSV(B) | 48.33º | 0.91% | 0.93% | - |
| XYZ | 55.14 | 57.71 | 8.99 | - |
| YUV | 188.72 | 33.91 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 22 | 0 | 0.18 | 0.91 | 0.07 | 48.33 | 0.86 | 0.51 |
| Hex | EE | C4 | 16 | 0 | 12 | 5B | 7 | 30 | 56 | 33 |
| Octal | 356 | 304 | 26 | 0 | 22 | 133 | 7 | 60 | 126 | 63 |
| Binary | 11101110 | 11000100 | 10110 | 0 | 10010 | 1011011 | 111 | 110000 | 1010110 | 110011 |
Color Harmonies of #EEC416
Complementary color
Monochromatic Colors of #EEC416
Black with #EEC416
Text Example
Text Example
White with #EEC416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC416; }
p { color: rgb(238,196,22); }
H1.HeaderClassName
{
color: #EEC416;
}
.AnyTagClassName
{
color: #EEC416;
}
</style>
background-color css
<style>
a { background-color: #EEC416; }
a { background-color: rgb(238,196,22); }
div.DivClassName
{
background-color: #EEC416;
}
.BgClassName
{
background-color: #EEC416;
}
</style>
border-color css
<style>
span { border-color: #EEC416; }
span { border-color: rgb(238,196,22); }
td.TdClassName
{
border-color: #EEC416;
}
.TagClassName
{
border-color: #EEC416;
}
</style>