Shades of Moon Yellow #EECC16
Tints of Moon Yellow #EECC16
RGB
CMYK
RGB Variations
Color information
#EECC16 (or 0xEECC16) is known color: Moon Yellow. HEX triplet: EE, CC and 16. RGB value is (238,204,22). Sum of RGB (Red+Green+Blue) = 238+204+22=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 22 (8.98% from 255 or 4.74% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECC16 is #1133E9. Grayscale: #C2C2C2. Windows color (decimal): -1127402 or 1494254. OLE color: 1494254.
HSL color Cylindrical-coordinate representation of color #EECC16: hue angle of 50.56º 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 #EECC16 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 22 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.07 |
| HSL | 50.56º | 0.86% | 0.51% | - |
| HSV(B) | 50.56º | 0.91% | 0.93% | - |
| XYZ | 57 | 61.42 | 9.61 | - |
| YUV | 193.42 | 31.26 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 22 | 0 | 0.14 | 0.91 | 0.07 | 50.56 | 0.86 | 0.51 |
| Hex | EE | CC | 16 | 0 | E | 5B | 7 | 33 | 56 | 33 |
| Octal | 356 | 314 | 26 | 0 | 16 | 133 | 7 | 63 | 126 | 63 |
| Binary | 11101110 | 11001100 | 10110 | 0 | 1110 | 1011011 | 111 | 110011 | 1010110 | 110011 |
Color Harmonies of #EECC16
Complementary color
Monochromatic Colors of #EECC16
Black with #EECC16
Text Example
Text Example
White with #EECC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECC16; }
p { color: rgb(238,204,22); }
H1.HeaderClassName
{
color: #EECC16;
}
.AnyTagClassName
{
color: #EECC16;
}
</style>
background-color css
<style>
a { background-color: #EECC16; }
a { background-color: rgb(238,204,22); }
div.DivClassName
{
background-color: #EECC16;
}
.BgClassName
{
background-color: #EECC16;
}
</style>
border-color css
<style>
span { border-color: #EECC16; }
span { border-color: rgb(238,204,22); }
td.TdClassName
{
border-color: #EECC16;
}
.TagClassName
{
border-color: #EECC16;
}
</style>