Shades of Moon Yellow #EEC914
Tints of Moon Yellow #EEC914
RGB
CMYK
RGB Variations
Color information
#EEC914 (or 0xEEC914) is known color: Moon Yellow. HEX triplet: EE, C9 and 14. RGB value is (238,201,20). Sum of RGB (Red+Green+Blue) = 238+201+20=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC914 is #1136EB. Grayscale: #C0C0C0. Windows color (decimal): -1128172 or 1362414. OLE color: 1362414.
HSL color Cylindrical-coordinate representation of color #EEC914: hue angle of 49.82º 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 #EEC914 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 20 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.07 |
| HSL | 49.82º | 0.87% | 0.51% | - |
| HSV(B) | 49.82º | 0.92% | 0.93% | - |
| XYZ | 56.27 | 60 | 9.28 | - |
| YUV | 191.43 | 31.26 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 20 | 0 | 0.16 | 0.92 | 0.07 | 49.82 | 0.87 | 0.51 |
| Hex | EE | C9 | 14 | 0 | 10 | 5C | 7 | 32 | 57 | 33 |
| Octal | 356 | 311 | 24 | 0 | 20 | 134 | 7 | 62 | 127 | 63 |
| Binary | 11101110 | 11001001 | 10100 | 0 | 10000 | 1011100 | 111 | 110010 | 1010111 | 110011 |
Color Harmonies of #EEC914
Complementary color
Monochromatic Colors of #EEC914
Black with #EEC914
Text Example
Text Example
White with #EEC914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC914; }
p { color: rgb(238,201,20); }
H1.HeaderClassName
{
color: #EEC914;
}
.AnyTagClassName
{
color: #EEC914;
}
</style>
background-color css
<style>
a { background-color: #EEC914; }
a { background-color: rgb(238,201,20); }
div.DivClassName
{
background-color: #EEC914;
}
.BgClassName
{
background-color: #EEC914;
}
</style>
border-color css
<style>
span { border-color: #EEC914; }
span { border-color: rgb(238,201,20); }
td.TdClassName
{
border-color: #EEC914;
}
.TagClassName
{
border-color: #EEC914;
}
</style>