Shades of Moon Yellow #EEC20D
Tints of Moon Yellow #EEC20D
RGB
CMYK
RGB Variations
Color information
#EEC20D (or 0xEEC20D) is known color: Moon Yellow. HEX triplet: EE, C2 and 0D. RGB value is (238,194,13). Sum of RGB (Red+Green+Blue) = 238+194+13=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 13 (5.47% from 255 or 2.92% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC20D is #113DF2. Grayscale: #BBBBBB. Windows color (decimal): -1129971 or 901870. OLE color: 901870.
HSL color Cylindrical-coordinate representation of color #EEC20D: hue angle of 48.27º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEC20D is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 13 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.07 |
| HSL | 48.27º | 0.9% | 0.49% | - |
| HSV(B) | 48.27º | 0.95% | 0.93% | - |
| XYZ | 54.62 | 56.79 | 8.46 | - |
| YUV | 186.52 | 30.08 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 13 | 0 | 0.18 | 0.95 | 0.07 | 48.27 | 0.9 | 0.49 |
| Hex | EE | C2 | D | 0 | 12 | 5F | 7 | 30 | 5A | 31 |
| Octal | 356 | 302 | 15 | 0 | 22 | 137 | 7 | 60 | 132 | 61 |
| Binary | 11101110 | 11000010 | 1101 | 0 | 10010 | 1011111 | 111 | 110000 | 1011010 | 110001 |
Color Harmonies of #EEC20D
Complementary color
Monochromatic Colors of #EEC20D
Black with #EEC20D
Text Example
Text Example
White with #EEC20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC20D; }
p { color: rgb(238,194,13); }
H1.HeaderClassName
{
color: #EEC20D;
}
.AnyTagClassName
{
color: #EEC20D;
}
</style>
background-color css
<style>
a { background-color: #EEC20D; }
a { background-color: rgb(238,194,13); }
div.DivClassName
{
background-color: #EEC20D;
}
.BgClassName
{
background-color: #EEC20D;
}
</style>
border-color css
<style>
span { border-color: #EEC20D; }
span { border-color: rgb(238,194,13); }
td.TdClassName
{
border-color: #EEC20D;
}
.TagClassName
{
border-color: #EEC20D;
}
</style>