Shades of Moon Yellow #EEBE1A
Tints of Moon Yellow #EEBE1A
RGB
CMYK
RGB Variations
Color information
#EEBE1A (or 0xEEBE1A) is known color: Moon Yellow. HEX triplet: EE, BE and 1A. RGB value is (238,190,26). Sum of RGB (Red+Green+Blue) = 238+190+26=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 26 (10.55% from 255 or 5.73% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBE1A is #1141E5. Grayscale: #BABABA. Windows color (decimal): -1130982 or 1752814. OLE color: 1752814.
HSL color Cylindrical-coordinate representation of color #EEBE1A: hue angle of 46.42º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EEBE1A is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 26 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.07 |
| HSL | 46.42º | 0.86% | 0.52% | - |
| HSV(B) | 46.42º | 0.89% | 0.93% | - |
| XYZ | 53.86 | 55.08 | 8.77 | - |
| YUV | 185.66 | 37.9 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 26 | 0 | 0.20 | 0.89 | 0.07 | 46.42 | 0.86 | 0.52 |
| Hex | EE | BE | 1A | 0 | 14 | 59 | 7 | 2E | 56 | 34 |
| Octal | 356 | 276 | 32 | 0 | 24 | 131 | 7 | 56 | 126 | 64 |
| Binary | 11101110 | 10111110 | 11010 | 0 | 10100 | 1011001 | 111 | 101110 | 1010110 | 110100 |
Color Harmonies of #EEBE1A
Complementary color
Monochromatic Colors of #EEBE1A
Black with #EEBE1A
Text Example
Text Example
White with #EEBE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE1A; }
p { color: rgb(238,190,26); }
H1.HeaderClassName
{
color: #EEBE1A;
}
.AnyTagClassName
{
color: #EEBE1A;
}
</style>
background-color css
<style>
a { background-color: #EEBE1A; }
a { background-color: rgb(238,190,26); }
div.DivClassName
{
background-color: #EEBE1A;
}
.BgClassName
{
background-color: #EEBE1A;
}
</style>
border-color css
<style>
span { border-color: #EEBE1A; }
span { border-color: rgb(238,190,26); }
td.TdClassName
{
border-color: #EEBE1A;
}
.TagClassName
{
border-color: #EEBE1A;
}
</style>