Shades of Moon Yellow #EEBA1D
Tints of Moon Yellow #EEBA1D
RGB
CMYK
RGB Variations
Color information
#EEBA1D (or 0xEEBA1D) is known color: Moon Yellow. HEX triplet: EE, BA and 1D. RGB value is (238,186,29). Sum of RGB (Red+Green+Blue) = 238+186+29=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 29 (11.72% from 255 or 6.40% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBA1D is #1145E2. Grayscale: #B8B8B8. Windows color (decimal): -1132003 or 1948398. OLE color: 1948398.
HSL color Cylindrical-coordinate representation of color #EEBA1D: hue angle of 45.07º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEBA1D is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 29 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.07 |
| HSL | 45.07º | 0.86% | 0.52% | - |
| HSV(B) | 45.07º | 0.88% | 0.93% | - |
| XYZ | 53.04 | 53.38 | 8.67 | - |
| YUV | 183.65 | 40.73 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 29 | 0 | 0.22 | 0.88 | 0.07 | 45.07 | 0.86 | 0.52 |
| Hex | EE | BA | 1D | 0 | 16 | 58 | 7 | 2D | 56 | 34 |
| Octal | 356 | 272 | 35 | 0 | 26 | 130 | 7 | 55 | 126 | 64 |
| Binary | 11101110 | 10111010 | 11101 | 0 | 10110 | 1011000 | 111 | 101101 | 1010110 | 110100 |
Color Harmonies of #EEBA1D
Complementary color
Monochromatic Colors of #EEBA1D
Black with #EEBA1D
Text Example
Text Example
White with #EEBA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA1D; }
p { color: rgb(238,186,29); }
H1.HeaderClassName
{
color: #EEBA1D;
}
.AnyTagClassName
{
color: #EEBA1D;
}
</style>
background-color css
<style>
a { background-color: #EEBA1D; }
a { background-color: rgb(238,186,29); }
div.DivClassName
{
background-color: #EEBA1D;
}
.BgClassName
{
background-color: #EEBA1D;
}
</style>
border-color css
<style>
span { border-color: #EEBA1D; }
span { border-color: rgb(238,186,29); }
td.TdClassName
{
border-color: #EEBA1D;
}
.TagClassName
{
border-color: #EEBA1D;
}
</style>