Shades of Moon Yellow #E9C014
Tints of Moon Yellow #E9C014
RGB
CMYK
RGB Variations
Color information
#E9C014 (or 0xE9C014) is known color: Moon Yellow. HEX triplet: E9, C0 and 14. RGB value is (233,192,20). Sum of RGB (Red+Green+Blue) = 233+192+20=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 20 (8.20% from 255 or 4.49% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9C014 is #163FEB. Grayscale: #B9B9B9. Windows color (decimal): -1458156 or 1360105. OLE color: 1360105.
HSL color Cylindrical-coordinate representation of color #E9C014: hue angle of 48.45º 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 #E9C014 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 192 | 20 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.09 |
| HSL | 48.45º | 0.84% | 0.5% | - |
| HSV(B) | 48.45º | 0.91% | 0.91% | - |
| XYZ | 52.58 | 55.07 | 8.52 | - |
| YUV | 184.65 | 35.08 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 192 | 20 | 0 | 0.18 | 0.91 | 0.09 | 48.45 | 0.84 | 0.5 |
| Hex | E9 | C0 | 14 | 0 | 12 | 5B | 9 | 30 | 54 | 32 |
| Octal | 351 | 300 | 24 | 0 | 22 | 133 | 11 | 60 | 124 | 62 |
| Binary | 11101001 | 11000000 | 10100 | 0 | 10010 | 1011011 | 1001 | 110000 | 1010100 | 110010 |
Color Harmonies of #E9C014
Complementary color
Monochromatic Colors of #E9C014
Black with #E9C014
Text Example
Text Example
White with #E9C014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C014; }
p { color: rgb(233,192,20); }
H1.HeaderClassName
{
color: #E9C014;
}
.AnyTagClassName
{
color: #E9C014;
}
</style>
background-color css
<style>
a { background-color: #E9C014; }
a { background-color: rgb(233,192,20); }
div.DivClassName
{
background-color: #E9C014;
}
.BgClassName
{
background-color: #E9C014;
}
</style>
border-color css
<style>
span { border-color: #E9C014; }
span { border-color: rgb(233,192,20); }
td.TdClassName
{
border-color: #E9C014;
}
.TagClassName
{
border-color: #E9C014;
}
</style>