Shades of Moon Yellow #EEC312
Tints of Moon Yellow #EEC312
RGB
CMYK
RGB Variations
Color information
#EEC312 (or 0xEEC312) is known color: Moon Yellow. HEX triplet: EE, C3 and 12. RGB value is (238,195,18). Sum of RGB (Red+Green+Blue) = 238+195+18=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 18 (7.42% from 255 or 3.99% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC312 is #113CED. Grayscale: #BCBCBC. Windows color (decimal): -1129710 or 1229806. OLE color: 1229806.
HSL color Cylindrical-coordinate representation of color #EEC312: hue angle of 48.27º 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 #EEC312 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 18 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.07 |
| HSL | 48.27º | 0.87% | 0.5% | - |
| HSV(B) | 48.27º | 0.92% | 0.93% | - |
| XYZ | 54.88 | 57.25 | 8.73 | - |
| YUV | 187.68 | 32.25 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 18 | 0 | 0.18 | 0.92 | 0.07 | 48.27 | 0.87 | 0.5 |
| Hex | EE | C3 | 12 | 0 | 12 | 5C | 7 | 30 | 57 | 32 |
| Octal | 356 | 303 | 22 | 0 | 22 | 134 | 7 | 60 | 127 | 62 |
| Binary | 11101110 | 11000011 | 10010 | 0 | 10010 | 1011100 | 111 | 110000 | 1010111 | 110010 |
Color Harmonies of #EEC312
Complementary color
Monochromatic Colors of #EEC312
Black with #EEC312
Text Example
Text Example
White with #EEC312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC312; }
p { color: rgb(238,195,18); }
H1.HeaderClassName
{
color: #EEC312;
}
.AnyTagClassName
{
color: #EEC312;
}
</style>
background-color css
<style>
a { background-color: #EEC312; }
a { background-color: rgb(238,195,18); }
div.DivClassName
{
background-color: #EEC312;
}
.BgClassName
{
background-color: #EEC312;
}
</style>
border-color css
<style>
span { border-color: #EEC312; }
span { border-color: rgb(238,195,18); }
td.TdClassName
{
border-color: #EEC312;
}
.TagClassName
{
border-color: #EEC312;
}
</style>