Shades of Moon Yellow #EEC512
Tints of Moon Yellow #EEC512
RGB
CMYK
RGB Variations
Color information
#EEC512 (or 0xEEC512) is known color: Moon Yellow. HEX triplet: EE, C5 and 12. RGB value is (238,197,18). Sum of RGB (Red+Green+Blue) = 238+197+18=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 18 (7.42% from 255 or 3.97% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC512 is #113AED. Grayscale: #BDBDBD. Windows color (decimal): -1129198 or 1230318. OLE color: 1230318.
HSL color Cylindrical-coordinate representation of color #EEC512: hue angle of 48.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEC512 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 18 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.07 |
| HSL | 48.82º | 0.87% | 0.5% | - |
| HSV(B) | 48.82º | 0.92% | 0.93% | - |
| XYZ | 55.34 | 58.15 | 8.88 | - |
| YUV | 188.85 | 31.58 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 18 | 0 | 0.17 | 0.92 | 0.07 | 48.82 | 0.87 | 0.5 |
| Hex | EE | C5 | 12 | 0 | 11 | 5C | 7 | 31 | 57 | 32 |
| Octal | 356 | 305 | 22 | 0 | 21 | 134 | 7 | 61 | 127 | 62 |
| Binary | 11101110 | 11000101 | 10010 | 0 | 10001 | 1011100 | 111 | 110001 | 1010111 | 110010 |
Color Harmonies of #EEC512
Complementary color
Monochromatic Colors of #EEC512
Black with #EEC512
Text Example
Text Example
White with #EEC512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC512; }
p { color: rgb(238,197,18); }
H1.HeaderClassName
{
color: #EEC512;
}
.AnyTagClassName
{
color: #EEC512;
}
</style>
background-color css
<style>
a { background-color: #EEC512; }
a { background-color: rgb(238,197,18); }
div.DivClassName
{
background-color: #EEC512;
}
.BgClassName
{
background-color: #EEC512;
}
</style>
border-color css
<style>
span { border-color: #EEC512; }
span { border-color: rgb(238,197,18); }
td.TdClassName
{
border-color: #EEC512;
}
.TagClassName
{
border-color: #EEC512;
}
</style>