Shades of Moon Yellow #EEC113
Tints of Moon Yellow #EEC113
RGB
CMYK
RGB Variations
Color information
#EEC113 (or 0xEEC113) is known color: Moon Yellow. HEX triplet: EE, C1 and 13. RGB value is (238,193,19). Sum of RGB (Red+Green+Blue) = 238+193+19=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 19 (7.81% from 255 or 4.22% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC113 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC113 is #113EEC. Grayscale: #BBBBBB. Windows color (decimal): -1130221 or 1294830. OLE color: 1294830.
HSL color Cylindrical-coordinate representation of color #EEC113: hue angle of 47.67º 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 #EEC113 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 193 | 19 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.07 |
| HSL | 47.67º | 0.87% | 0.5% | - |
| HSV(B) | 47.67º | 0.92% | 0.93% | - |
| XYZ | 54.45 | 56.36 | 8.63 | - |
| YUV | 186.62 | 33.41 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 19 | 0 | 0.19 | 0.92 | 0.07 | 47.67 | 0.87 | 0.5 |
| Hex | EE | C1 | 13 | 0 | 13 | 5C | 7 | 30 | 57 | 32 |
| Octal | 356 | 301 | 23 | 0 | 23 | 134 | 7 | 60 | 127 | 62 |
| Binary | 11101110 | 11000001 | 10011 | 0 | 10011 | 1011100 | 111 | 110000 | 1010111 | 110010 |
Color Harmonies of #EEC113
Complementary color
Monochromatic Colors of #EEC113
Black with #EEC113
Text Example
Text Example
White with #EEC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC113; }
p { color: rgb(238,193,19); }
H1.HeaderClassName
{
color: #EEC113;
}
.AnyTagClassName
{
color: #EEC113;
}
</style>
background-color css
<style>
a { background-color: #EEC113; }
a { background-color: rgb(238,193,19); }
div.DivClassName
{
background-color: #EEC113;
}
.BgClassName
{
background-color: #EEC113;
}
</style>
border-color css
<style>
span { border-color: #EEC113; }
span { border-color: rgb(238,193,19); }
td.TdClassName
{
border-color: #EEC113;
}
.TagClassName
{
border-color: #EEC113;
}
</style>