Shades of Moon Yellow #EEC00F
Tints of Moon Yellow #EEC00F
RGB
CMYK
RGB Variations
Color information
#EEC00F (or 0xEEC00F) is known color: Moon Yellow. HEX triplet: EE, C0 and 0F. RGB value is (238,192,15). Sum of RGB (Red+Green+Blue) = 238+192+15=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 15 (6.25% from 255 or 3.37% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC00F is #113FF0. Grayscale: #BABABA. Windows color (decimal): -1130481 or 1032430. OLE color: 1032430.
HSL color Cylindrical-coordinate representation of color #EEC00F: hue angle of 47.62º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEC00F is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 15 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.07 |
| HSL | 47.62º | 0.88% | 0.5% | - |
| HSV(B) | 47.62º | 0.94% | 0.93% | - |
| XYZ | 54.2 | 55.91 | 8.39 | - |
| YUV | 185.58 | 31.74 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 15 | 0 | 0.19 | 0.94 | 0.07 | 47.62 | 0.88 | 0.5 |
| Hex | EE | C0 | F | 0 | 13 | 5E | 7 | 30 | 58 | 32 |
| Octal | 356 | 300 | 17 | 0 | 23 | 136 | 7 | 60 | 130 | 62 |
| Binary | 11101110 | 11000000 | 1111 | 0 | 10011 | 1011110 | 111 | 110000 | 1011000 | 110010 |
Color Harmonies of #EEC00F
Complementary color
Monochromatic Colors of #EEC00F
Black with #EEC00F
Text Example
Text Example
White with #EEC00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC00F; }
p { color: rgb(238,192,15); }
H1.HeaderClassName
{
color: #EEC00F;
}
.AnyTagClassName
{
color: #EEC00F;
}
</style>
background-color css
<style>
a { background-color: #EEC00F; }
a { background-color: rgb(238,192,15); }
div.DivClassName
{
background-color: #EEC00F;
}
.BgClassName
{
background-color: #EEC00F;
}
</style>
border-color css
<style>
span { border-color: #EEC00F; }
span { border-color: rgb(238,192,15); }
td.TdClassName
{
border-color: #EEC00F;
}
.TagClassName
{
border-color: #EEC00F;
}
</style>