Shades of Moon Yellow #EEBC0E
Tints of Moon Yellow #EEBC0E
RGB
CMYK
RGB Variations
Color information
#EEBC0E (or 0xEEBC0E) is known color: Moon Yellow. HEX triplet: EE, BC and 0E. RGB value is (238,188,14). Sum of RGB (Red+Green+Blue) = 238+188+14=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 14 (5.86% from 255 or 3.18% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBC0E is #1143F1. Grayscale: #B7B7B7. Windows color (decimal): -1131506 or 965870. OLE color: 965870.
HSL color Cylindrical-coordinate representation of color #EEBC0E: hue angle of 46.61º 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 #EEBC0E is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 14 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.07 |
| HSL | 46.61º | 0.89% | 0.49% | - |
| HSV(B) | 46.61º | 0.94% | 0.93% | - |
| XYZ | 53.32 | 54.18 | 8.06 | - |
| YUV | 183.11 | 32.57 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 14 | 0 | 0.21 | 0.94 | 0.07 | 46.61 | 0.89 | 0.49 |
| Hex | EE | BC | E | 0 | 15 | 5E | 7 | 2F | 59 | 31 |
| Octal | 356 | 274 | 16 | 0 | 25 | 136 | 7 | 57 | 131 | 61 |
| Binary | 11101110 | 10111100 | 1110 | 0 | 10101 | 1011110 | 111 | 101111 | 1011001 | 110001 |
Color Harmonies of #EEBC0E
Complementary color
Monochromatic Colors of #EEBC0E
Black with #EEBC0E
Text Example
Text Example
White with #EEBC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBC0E; }
p { color: rgb(238,188,14); }
H1.HeaderClassName
{
color: #EEBC0E;
}
.AnyTagClassName
{
color: #EEBC0E;
}
</style>
background-color css
<style>
a { background-color: #EEBC0E; }
a { background-color: rgb(238,188,14); }
div.DivClassName
{
background-color: #EEBC0E;
}
.BgClassName
{
background-color: #EEBC0E;
}
</style>
border-color css
<style>
span { border-color: #EEBC0E; }
span { border-color: rgb(238,188,14); }
td.TdClassName
{
border-color: #EEBC0E;
}
.TagClassName
{
border-color: #EEBC0E;
}
</style>