Shades of Moon Yellow #EEBB14
Tints of Moon Yellow #EEBB14
RGB
CMYK
RGB Variations
Color information
#EEBB14 (or 0xEEBB14) is known color: Moon Yellow. HEX triplet: EE, BB and 14. RGB value is (238,187,20). Sum of RGB (Red+Green+Blue) = 238+187+20=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 20 (8.20% from 255 or 4.49% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBB14 is #1144EB. Grayscale: #B7B7B7. Windows color (decimal): -1131756 or 1358830. OLE color: 1358830.
HSL color Cylindrical-coordinate representation of color #EEBB14: hue angle of 45.96º 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 #EEBB14 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 20 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.07 |
| HSL | 45.96º | 0.87% | 0.51% | - |
| HSV(B) | 45.96º | 0.92% | 0.93% | - |
| XYZ | 53.16 | 53.77 | 8.24 | - |
| YUV | 183.21 | 35.9 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 20 | 0 | 0.21 | 0.92 | 0.07 | 45.96 | 0.87 | 0.51 |
| Hex | EE | BB | 14 | 0 | 15 | 5C | 7 | 2E | 57 | 33 |
| Octal | 356 | 273 | 24 | 0 | 25 | 134 | 7 | 56 | 127 | 63 |
| Binary | 11101110 | 10111011 | 10100 | 0 | 10101 | 1011100 | 111 | 101110 | 1010111 | 110011 |
Color Harmonies of #EEBB14
Complementary color
Monochromatic Colors of #EEBB14
Black with #EEBB14
Text Example
Text Example
White with #EEBB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBB14; }
p { color: rgb(238,187,20); }
H1.HeaderClassName
{
color: #EEBB14;
}
.AnyTagClassName
{
color: #EEBB14;
}
</style>
background-color css
<style>
a { background-color: #EEBB14; }
a { background-color: rgb(238,187,20); }
div.DivClassName
{
background-color: #EEBB14;
}
.BgClassName
{
background-color: #EEBB14;
}
</style>
border-color css
<style>
span { border-color: #EEBB14; }
span { border-color: rgb(238,187,20); }
td.TdClassName
{
border-color: #EEBB14;
}
.TagClassName
{
border-color: #EEBB14;
}
</style>