Shades of Moon Yellow #E9C70E
Tints of Moon Yellow #E9C70E
RGB
CMYK
RGB Variations
Color information
#E9C70E (or 0xE9C70E) is known color: Moon Yellow. HEX triplet: E9, C7 and 0E. RGB value is (233,199,14). Sum of RGB (Red+Green+Blue) = 233+199+14=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 14 (5.86% from 255 or 3.14% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9C70E is #1638F1. Grayscale: #BCBCBC. Windows color (decimal): -1456370 or 968681. OLE color: 968681.
HSL color Cylindrical-coordinate representation of color #E9C70E: hue angle of 50.68º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9C70E is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 199 | 14 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.09 |
| HSL | 50.68º | 0.89% | 0.48% | - |
| HSV(B) | 50.68º | 0.94% | 0.91% | - |
| XYZ | 54.11 | 58.2 | 8.8 | - |
| YUV | 188.08 | 29.76 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 199 | 14 | 0 | 0.15 | 0.94 | 0.09 | 50.68 | 0.89 | 0.48 |
| Hex | E9 | C7 | E | 0 | F | 5E | 9 | 33 | 59 | 30 |
| Octal | 351 | 307 | 16 | 0 | 17 | 136 | 11 | 63 | 131 | 60 |
| Binary | 11101001 | 11000111 | 1110 | 0 | 1111 | 1011110 | 1001 | 110011 | 1011001 | 110000 |
Color Harmonies of #E9C70E
Complementary color
Monochromatic Colors of #E9C70E
Black with #E9C70E
Text Example
Text Example
White with #E9C70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C70E; }
p { color: rgb(233,199,14); }
H1.HeaderClassName
{
color: #E9C70E;
}
.AnyTagClassName
{
color: #E9C70E;
}
</style>
background-color css
<style>
a { background-color: #E9C70E; }
a { background-color: rgb(233,199,14); }
div.DivClassName
{
background-color: #E9C70E;
}
.BgClassName
{
background-color: #E9C70E;
}
</style>
border-color css
<style>
span { border-color: #E9C70E; }
span { border-color: rgb(233,199,14); }
td.TdClassName
{
border-color: #E9C70E;
}
.TagClassName
{
border-color: #E9C70E;
}
</style>