Shades of Moon Yellow #E9BE14
Tints of Moon Yellow #E9BE14
RGB
CMYK
RGB Variations
Color information
#E9BE14 (or 0xE9BE14) is known color: Moon Yellow. HEX triplet: E9, BE and 14. RGB value is (233,190,20). Sum of RGB (Red+Green+Blue) = 233+190+20=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 20 (8.20% from 255 or 4.51% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BE14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9BE14 is #1641EB. Grayscale: #B8B8B8. Windows color (decimal): -1458668 or 1359593. OLE color: 1359593.
HSL color Cylindrical-coordinate representation of color #E9BE14: hue angle of 47.89º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9BE14 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 190 | 20 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.09 |
| HSL | 47.89º | 0.84% | 0.5% | - |
| HSV(B) | 47.89º | 0.91% | 0.91% | - |
| XYZ | 52.14 | 54.2 | 8.38 | - |
| YUV | 183.48 | 35.75 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 190 | 20 | 0 | 0.18 | 0.91 | 0.09 | 47.89 | 0.84 | 0.5 |
| Hex | E9 | BE | 14 | 0 | 12 | 5B | 9 | 30 | 54 | 32 |
| Octal | 351 | 276 | 24 | 0 | 22 | 133 | 11 | 60 | 124 | 62 |
| Binary | 11101001 | 10111110 | 10100 | 0 | 10010 | 1011011 | 1001 | 110000 | 1010100 | 110010 |
Color Harmonies of #E9BE14
Complementary color
Monochromatic Colors of #E9BE14
Black with #E9BE14
Text Example
Text Example
White with #E9BE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BE14; }
p { color: rgb(233,190,20); }
H1.HeaderClassName
{
color: #E9BE14;
}
.AnyTagClassName
{
color: #E9BE14;
}
</style>
background-color css
<style>
a { background-color: #E9BE14; }
a { background-color: rgb(233,190,20); }
div.DivClassName
{
background-color: #E9BE14;
}
.BgClassName
{
background-color: #E9BE14;
}
</style>
border-color css
<style>
span { border-color: #E9BE14; }
span { border-color: rgb(233,190,20); }
td.TdClassName
{
border-color: #E9BE14;
}
.TagClassName
{
border-color: #E9BE14;
}
</style>