Shades of Moon Yellow #EEC21F
Tints of Moon Yellow #EEC21F
RGB
CMYK
RGB Variations
Color information
#EEC21F (or 0xEEC21F) is known color: Moon Yellow. HEX triplet: EE, C2 and 1F. RGB value is (238,194,31). Sum of RGB (Red+Green+Blue) = 238+194+31=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 31 (12.5% from 255 or 6.70% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC21F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC21F is #113DE0. Grayscale: #BDBDBD. Windows color (decimal): -1129953 or 2081518. OLE color: 2081518.
HSL color Cylindrical-coordinate representation of color #EEC21F: hue angle of 47.25º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EEC21F is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 31 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.07 |
| HSL | 47.25º | 0.86% | 0.53% | - |
| HSV(B) | 47.25º | 0.87% | 0.93% | - |
| XYZ | 54.8 | 56.86 | 9.38 | - |
| YUV | 188.57 | 39.08 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 31 | 0 | 0.18 | 0.87 | 0.07 | 47.25 | 0.86 | 0.53 |
| Hex | EE | C2 | 1F | 0 | 12 | 57 | 7 | 2F | 56 | 35 |
| Octal | 356 | 302 | 37 | 0 | 22 | 127 | 7 | 57 | 126 | 65 |
| Binary | 11101110 | 11000010 | 11111 | 0 | 10010 | 1010111 | 111 | 101111 | 1010110 | 110101 |
Color Harmonies of #EEC21F
Complementary color
Monochromatic Colors of #EEC21F
Black with #EEC21F
Text Example
Text Example
White with #EEC21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC21F; }
p { color: rgb(238,194,31); }
H1.HeaderClassName
{
color: #EEC21F;
}
.AnyTagClassName
{
color: #EEC21F;
}
</style>
background-color css
<style>
a { background-color: #EEC21F; }
a { background-color: rgb(238,194,31); }
div.DivClassName
{
background-color: #EEC21F;
}
.BgClassName
{
background-color: #EEC21F;
}
</style>
border-color css
<style>
span { border-color: #EEC21F; }
span { border-color: rgb(238,194,31); }
td.TdClassName
{
border-color: #EEC21F;
}
.TagClassName
{
border-color: #EEC21F;
}
</style>