Shades of Moon Yellow #EEBA12
Tints of Moon Yellow #EEBA12
RGB
CMYK
RGB Variations
Color information
#EEBA12 (or 0xEEBA12) is known color: Moon Yellow. HEX triplet: EE, BA and 12. RGB value is (238,186,18). Sum of RGB (Red+Green+Blue) = 238+186+18=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBA12 is #1145ED. Grayscale: #B7B7B7. Windows color (decimal): -1132014 or 1227502. OLE color: 1227502.
HSL color Cylindrical-coordinate representation of color #EEBA12: hue angle of 45.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEBA12 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 18 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.07 |
| HSL | 45.82º | 0.87% | 0.5% | - |
| HSV(B) | 45.82º | 0.92% | 0.93% | - |
| XYZ | 52.93 | 53.34 | 8.08 | - |
| YUV | 182.4 | 35.23 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 18 | 0 | 0.22 | 0.92 | 0.07 | 45.82 | 0.87 | 0.5 |
| Hex | EE | BA | 12 | 0 | 16 | 5C | 7 | 2E | 57 | 32 |
| Octal | 356 | 272 | 22 | 0 | 26 | 134 | 7 | 56 | 127 | 62 |
| Binary | 11101110 | 10111010 | 10010 | 0 | 10110 | 1011100 | 111 | 101110 | 1010111 | 110010 |
Color Harmonies of #EEBA12
Complementary color
Monochromatic Colors of #EEBA12
Black with #EEBA12
Text Example
Text Example
White with #EEBA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA12; }
p { color: rgb(238,186,18); }
H1.HeaderClassName
{
color: #EEBA12;
}
.AnyTagClassName
{
color: #EEBA12;
}
</style>
background-color css
<style>
a { background-color: #EEBA12; }
a { background-color: rgb(238,186,18); }
div.DivClassName
{
background-color: #EEBA12;
}
.BgClassName
{
background-color: #EEBA12;
}
</style>
border-color css
<style>
span { border-color: #EEBA12; }
span { border-color: rgb(238,186,18); }
td.TdClassName
{
border-color: #EEBA12;
}
.TagClassName
{
border-color: #EEBA12;
}
</style>