Shades of Moon Yellow #E9CD0E
Tints of Moon Yellow #E9CD0E
RGB
CMYK
RGB Variations
Color information
#E9CD0E (or 0xE9CD0E) is known color: Moon Yellow. HEX triplet: E9, CD and 0E. RGB value is (233,205,14). Sum of RGB (Red+Green+Blue) = 233+205+14=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 14 (5.86% from 255 or 3.10% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9CD0E is #1632F1. Grayscale: #C0C0C0. Windows color (decimal): -1454834 or 970217. OLE color: 970217.
HSL color Cylindrical-coordinate representation of color #E9CD0E: hue angle of 52.33º 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 #E9CD0E is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 205 | 14 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.09 |
| HSL | 52.33º | 0.89% | 0.48% | - |
| HSV(B) | 52.33º | 0.94% | 0.91% | - |
| XYZ | 55.51 | 61.02 | 9.27 | - |
| YUV | 191.6 | 27.78 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 14 | 0 | 0.12 | 0.94 | 0.09 | 52.33 | 0.89 | 0.48 |
| Hex | E9 | CD | E | 0 | C | 5E | 9 | 34 | 59 | 30 |
| Octal | 351 | 315 | 16 | 0 | 14 | 136 | 11 | 64 | 131 | 60 |
| Binary | 11101001 | 11001101 | 1110 | 0 | 1100 | 1011110 | 1001 | 110100 | 1011001 | 110000 |
Color Harmonies of #E9CD0E
Complementary color
Monochromatic Colors of #E9CD0E
Black with #E9CD0E
Text Example
Text Example
White with #E9CD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CD0E; }
p { color: rgb(233,205,14); }
H1.HeaderClassName
{
color: #E9CD0E;
}
.AnyTagClassName
{
color: #E9CD0E;
}
</style>
background-color css
<style>
a { background-color: #E9CD0E; }
a { background-color: rgb(233,205,14); }
div.DivClassName
{
background-color: #E9CD0E;
}
.BgClassName
{
background-color: #E9CD0E;
}
</style>
border-color css
<style>
span { border-color: #E9CD0E; }
span { border-color: rgb(233,205,14); }
td.TdClassName
{
border-color: #E9CD0E;
}
.TagClassName
{
border-color: #E9CD0E;
}
</style>