Shades of Moon Yellow #EEC613
Tints of Moon Yellow #EEC613
RGB
CMYK
RGB Variations
Color information
#EEC613 (or 0xEEC613) is known color: Moon Yellow. HEX triplet: EE, C6 and 13. RGB value is (238,198,19). Sum of RGB (Red+Green+Blue) = 238+198+19=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 19 (7.81% from 255 or 4.18% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC613 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC613 is #1139EC. Grayscale: #BEBEBE. Windows color (decimal): -1128941 or 1296110. OLE color: 1296110.
HSL color Cylindrical-coordinate representation of color #EEC613: hue angle of 49.04º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEC613 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 19 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.07 |
| HSL | 49.04º | 0.87% | 0.5% | - |
| HSV(B) | 49.04º | 0.92% | 0.93% | - |
| XYZ | 55.57 | 58.61 | 9 | - |
| YUV | 189.55 | 31.75 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 19 | 0 | 0.17 | 0.92 | 0.07 | 49.04 | 0.87 | 0.5 |
| Hex | EE | C6 | 13 | 0 | 11 | 5C | 7 | 31 | 57 | 32 |
| Octal | 356 | 306 | 23 | 0 | 21 | 134 | 7 | 61 | 127 | 62 |
| Binary | 11101110 | 11000110 | 10011 | 0 | 10001 | 1011100 | 111 | 110001 | 1010111 | 110010 |
Color Harmonies of #EEC613
Complementary color
Monochromatic Colors of #EEC613
Black with #EEC613
Text Example
Text Example
White with #EEC613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC613; }
p { color: rgb(238,198,19); }
H1.HeaderClassName
{
color: #EEC613;
}
.AnyTagClassName
{
color: #EEC613;
}
</style>
background-color css
<style>
a { background-color: #EEC613; }
a { background-color: rgb(238,198,19); }
div.DivClassName
{
background-color: #EEC613;
}
.BgClassName
{
background-color: #EEC613;
}
</style>
border-color css
<style>
span { border-color: #EEC613; }
span { border-color: rgb(238,198,19); }
td.TdClassName
{
border-color: #EEC613;
}
.TagClassName
{
border-color: #EEC613;
}
</style>