Shades of Moon Yellow #EEBA14
Tints of Moon Yellow #EEBA14
RGB
CMYK
RGB Variations
Color information
#EEBA14 (or 0xEEBA14) is known color: Moon Yellow. HEX triplet: EE, BA and 14. RGB value is (238,186,20). Sum of RGB (Red+Green+Blue) = 238+186+20=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 20 (8.20% from 255 or 4.50% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBA14 is #1145EB. Grayscale: #B7B7B7. Windows color (decimal): -1132012 or 1358574. OLE color: 1358574.
HSL color Cylindrical-coordinate representation of color #EEBA14: hue angle of 45.69º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEBA14 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 20 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.07 |
| HSL | 45.69º | 0.87% | 0.51% | - |
| HSV(B) | 45.69º | 0.92% | 0.93% | - |
| XYZ | 52.95 | 53.35 | 8.17 | - |
| YUV | 182.62 | 36.23 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 20 | 0 | 0.22 | 0.92 | 0.07 | 45.69 | 0.87 | 0.51 |
| Hex | EE | BA | 14 | 0 | 16 | 5C | 7 | 2E | 57 | 33 |
| Octal | 356 | 272 | 24 | 0 | 26 | 134 | 7 | 56 | 127 | 63 |
| Binary | 11101110 | 10111010 | 10100 | 0 | 10110 | 1011100 | 111 | 101110 | 1010111 | 110011 |
Color Harmonies of #EEBA14
Complementary color
Monochromatic Colors of #EEBA14
Black with #EEBA14
Text Example
Text Example
White with #EEBA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA14; }
p { color: rgb(238,186,20); }
H1.HeaderClassName
{
color: #EEBA14;
}
.AnyTagClassName
{
color: #EEBA14;
}
</style>
background-color css
<style>
a { background-color: #EEBA14; }
a { background-color: rgb(238,186,20); }
div.DivClassName
{
background-color: #EEBA14;
}
.BgClassName
{
background-color: #EEBA14;
}
</style>
border-color css
<style>
span { border-color: #EEBA14; }
span { border-color: rgb(238,186,20); }
td.TdClassName
{
border-color: #EEBA14;
}
.TagClassName
{
border-color: #EEBA14;
}
</style>