Shades of Moon Yellow #EEC00E
Tints of Moon Yellow #EEC00E
RGB
CMYK
RGB Variations
Color information
#EEC00E (or 0xEEC00E) is known color: Moon Yellow. HEX triplet: EE, C0 and 0E. RGB value is (238,192,14). Sum of RGB (Red+Green+Blue) = 238+192+14=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 14 (5.86% from 255 or 3.15% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC00E is #113FF1. Grayscale: #BABABA. Windows color (decimal): -1130482 or 966894. OLE color: 966894.
HSL color Cylindrical-coordinate representation of color #EEC00E: hue angle of 47.68º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEC00E is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 14 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.07 |
| HSL | 47.68º | 0.89% | 0.49% | - |
| HSV(B) | 47.68º | 0.94% | 0.93% | - |
| XYZ | 54.19 | 55.91 | 8.35 | - |
| YUV | 185.46 | 31.24 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 14 | 0 | 0.19 | 0.94 | 0.07 | 47.68 | 0.89 | 0.49 |
| Hex | EE | C0 | E | 0 | 13 | 5E | 7 | 30 | 59 | 31 |
| Octal | 356 | 300 | 16 | 0 | 23 | 136 | 7 | 60 | 131 | 61 |
| Binary | 11101110 | 11000000 | 1110 | 0 | 10011 | 1011110 | 111 | 110000 | 1011001 | 110001 |
Color Harmonies of #EEC00E
Complementary color
Monochromatic Colors of #EEC00E
Black with #EEC00E
Text Example
Text Example
White with #EEC00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC00E; }
p { color: rgb(238,192,14); }
H1.HeaderClassName
{
color: #EEC00E;
}
.AnyTagClassName
{
color: #EEC00E;
}
</style>
background-color css
<style>
a { background-color: #EEC00E; }
a { background-color: rgb(238,192,14); }
div.DivClassName
{
background-color: #EEC00E;
}
.BgClassName
{
background-color: #EEC00E;
}
</style>
border-color css
<style>
span { border-color: #EEC00E; }
span { border-color: rgb(238,192,14); }
td.TdClassName
{
border-color: #EEC00E;
}
.TagClassName
{
border-color: #EEC00E;
}
</style>