Shades of Moon Yellow #EEC510
Tints of Moon Yellow #EEC510
RGB
CMYK
RGB Variations
Color information
#EEC510 (or 0xEEC510) is known color: Moon Yellow. HEX triplet: EE, C5 and 10. RGB value is (238,197,16). Sum of RGB (Red+Green+Blue) = 238+197+16=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 16 (6.64% from 255 or 3.55% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC510 is #113AEF. Grayscale: #BDBDBD. Windows color (decimal): -1129200 or 1099246. OLE color: 1099246.
HSL color Cylindrical-coordinate representation of color #EEC510: hue angle of 48.92º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EEC510 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 16 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.07 |
| HSL | 48.92º | 0.87% | 0.5% | - |
| HSV(B) | 48.92º | 0.93% | 0.93% | - |
| XYZ | 55.32 | 58.15 | 8.8 | - |
| YUV | 188.63 | 30.58 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 16 | 0 | 0.17 | 0.93 | 0.07 | 48.92 | 0.87 | 0.5 |
| Hex | EE | C5 | 10 | 0 | 11 | 5D | 7 | 31 | 57 | 32 |
| Octal | 356 | 305 | 20 | 0 | 21 | 135 | 7 | 61 | 127 | 62 |
| Binary | 11101110 | 11000101 | 10000 | 0 | 10001 | 1011101 | 111 | 110001 | 1010111 | 110010 |
Color Harmonies of #EEC510
Complementary color
Monochromatic Colors of #EEC510
Black with #EEC510
Text Example
Text Example
White with #EEC510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC510; }
p { color: rgb(238,197,16); }
H1.HeaderClassName
{
color: #EEC510;
}
.AnyTagClassName
{
color: #EEC510;
}
</style>
background-color css
<style>
a { background-color: #EEC510; }
a { background-color: rgb(238,197,16); }
div.DivClassName
{
background-color: #EEC510;
}
.BgClassName
{
background-color: #EEC510;
}
</style>
border-color css
<style>
span { border-color: #EEC510; }
span { border-color: rgb(238,197,16); }
td.TdClassName
{
border-color: #EEC510;
}
.TagClassName
{
border-color: #EEC510;
}
</style>