Shades of Moon Yellow #EEC30E
Tints of Moon Yellow #EEC30E
RGB
CMYK
RGB Variations
Color information
#EEC30E (or 0xEEC30E) is known color: Moon Yellow. HEX triplet: EE, C3 and 0E. RGB value is (238,195,14). Sum of RGB (Red+Green+Blue) = 238+195+14=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 14 (5.86% from 255 or 3.13% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC30E is #113CF1. Grayscale: #BBBBBB. Windows color (decimal): -1129714 or 967662. OLE color: 967662.
HSL color Cylindrical-coordinate representation of color #EEC30E: hue angle of 48.48º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEC30E is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 14 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.07 |
| HSL | 48.48º | 0.89% | 0.49% | - |
| HSV(B) | 48.48º | 0.94% | 0.93% | - |
| XYZ | 54.85 | 57.24 | 8.57 | - |
| YUV | 187.22 | 30.25 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 14 | 0 | 0.18 | 0.94 | 0.07 | 48.48 | 0.89 | 0.49 |
| Hex | EE | C3 | E | 0 | 12 | 5E | 7 | 30 | 59 | 31 |
| Octal | 356 | 303 | 16 | 0 | 22 | 136 | 7 | 60 | 131 | 61 |
| Binary | 11101110 | 11000011 | 1110 | 0 | 10010 | 1011110 | 111 | 110000 | 1011001 | 110001 |
Color Harmonies of #EEC30E
Complementary color
Monochromatic Colors of #EEC30E
Black with #EEC30E
Text Example
Text Example
White with #EEC30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC30E; }
p { color: rgb(238,195,14); }
H1.HeaderClassName
{
color: #EEC30E;
}
.AnyTagClassName
{
color: #EEC30E;
}
</style>
background-color css
<style>
a { background-color: #EEC30E; }
a { background-color: rgb(238,195,14); }
div.DivClassName
{
background-color: #EEC30E;
}
.BgClassName
{
background-color: #EEC30E;
}
</style>
border-color css
<style>
span { border-color: #EEC30E; }
span { border-color: rgb(238,195,14); }
td.TdClassName
{
border-color: #EEC30E;
}
.TagClassName
{
border-color: #EEC30E;
}
</style>