Shades of Moon Yellow #EEC612
Tints of Moon Yellow #EEC612
RGB
CMYK
RGB Variations
Color information
#EEC612 (or 0xEEC612) is known color: Moon Yellow. HEX triplet: EE, C6 and 12. RGB value is (238,198,18). Sum of RGB (Red+Green+Blue) = 238+198+18=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC612 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC612 is #1139ED. Grayscale: #BEBEBE. Windows color (decimal): -1128942 or 1230574. OLE color: 1230574.
HSL color Cylindrical-coordinate representation of color #EEC612: hue angle of 49.09º 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 #EEC612 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 18 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.07 |
| HSL | 49.09º | 0.87% | 0.5% | - |
| HSV(B) | 49.09º | 0.92% | 0.93% | - |
| XYZ | 55.56 | 58.61 | 8.96 | - |
| YUV | 189.44 | 31.25 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 18 | 0 | 0.17 | 0.92 | 0.07 | 49.09 | 0.87 | 0.5 |
| Hex | EE | C6 | 12 | 0 | 11 | 5C | 7 | 31 | 57 | 32 |
| Octal | 356 | 306 | 22 | 0 | 21 | 134 | 7 | 61 | 127 | 62 |
| Binary | 11101110 | 11000110 | 10010 | 0 | 10001 | 1011100 | 111 | 110001 | 1010111 | 110010 |
Color Harmonies of #EEC612
Complementary color
Monochromatic Colors of #EEC612
Black with #EEC612
Text Example
Text Example
White with #EEC612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC612; }
p { color: rgb(238,198,18); }
H1.HeaderClassName
{
color: #EEC612;
}
.AnyTagClassName
{
color: #EEC612;
}
</style>
background-color css
<style>
a { background-color: #EEC612; }
a { background-color: rgb(238,198,18); }
div.DivClassName
{
background-color: #EEC612;
}
.BgClassName
{
background-color: #EEC612;
}
</style>
border-color css
<style>
span { border-color: #EEC612; }
span { border-color: rgb(238,198,18); }
td.TdClassName
{
border-color: #EEC612;
}
.TagClassName
{
border-color: #EEC612;
}
</style>