Shades of Moon Yellow #EEC415
Tints of Moon Yellow #EEC415
RGB
CMYK
RGB Variations
Color information
#EEC415 (or 0xEEC415) is known color: Moon Yellow. HEX triplet: EE, C4 and 15. RGB value is (238,196,21). Sum of RGB (Red+Green+Blue) = 238+196+21=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 196 (76.95% from 255 or 43.08% from 455); Blue value is 21 (8.59% from 255 or 4.62% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC415 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC415 is #113BEA. Grayscale: #BDBDBD. Windows color (decimal): -1129451 or 1426670. OLE color: 1426670.
HSL color Cylindrical-coordinate representation of color #EEC415: hue angle of 48.39º 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 #EEC415 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 21 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.07 |
| HSL | 48.39º | 0.86% | 0.51% | - |
| HSV(B) | 48.39º | 0.91% | 0.93% | - |
| XYZ | 55.14 | 57.71 | 8.94 | - |
| YUV | 188.61 | 33.41 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 21 | 0 | 0.18 | 0.91 | 0.07 | 48.39 | 0.86 | 0.51 |
| Hex | EE | C4 | 15 | 0 | 12 | 5B | 7 | 30 | 56 | 33 |
| Octal | 356 | 304 | 25 | 0 | 22 | 133 | 7 | 60 | 126 | 63 |
| Binary | 11101110 | 11000100 | 10101 | 0 | 10010 | 1011011 | 111 | 110000 | 1010110 | 110011 |
Color Harmonies of #EEC415
Complementary color
Monochromatic Colors of #EEC415
Black with #EEC415
Text Example
Text Example
White with #EEC415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC415; }
p { color: rgb(238,196,21); }
H1.HeaderClassName
{
color: #EEC415;
}
.AnyTagClassName
{
color: #EEC415;
}
</style>
background-color css
<style>
a { background-color: #EEC415; }
a { background-color: rgb(238,196,21); }
div.DivClassName
{
background-color: #EEC415;
}
.BgClassName
{
background-color: #EEC415;
}
</style>
border-color css
<style>
span { border-color: #EEC415; }
span { border-color: rgb(238,196,21); }
td.TdClassName
{
border-color: #EEC415;
}
.TagClassName
{
border-color: #EEC415;
}
</style>