Shades of Moon Yellow #EEC223
Tints of Moon Yellow #EEC223
RGB
CMYK
RGB Variations
Color information
#EEC223 (or 0xEEC223) is known color: Moon Yellow. HEX triplet: EE, C2 and 23. RGB value is (238,194,35). Sum of RGB (Red+Green+Blue) = 238+194+35=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 35 (14.06% from 255 or 7.49% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC223 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC223 is #113DDC. Grayscale: #BDBDBD. Windows color (decimal): -1129949 or 2343662. OLE color: 2343662.
HSL color Cylindrical-coordinate representation of color #EEC223: hue angle of 47º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EEC223 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 35 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.07 |
| HSL | 47º | 0.86% | 0.54% | - |
| HSV(B) | 47º | 0.85% | 0.93% | - |
| XYZ | 54.86 | 56.88 | 9.68 | - |
| YUV | 189.03 | 41.08 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 35 | 0 | 0.18 | 0.85 | 0.07 | 47 | 0.86 | 0.54 |
| Hex | EE | C2 | 23 | 0 | 12 | 55 | 7 | 2F | 56 | 36 |
| Octal | 356 | 302 | 43 | 0 | 22 | 125 | 7 | 57 | 126 | 66 |
| Binary | 11101110 | 11000010 | 100011 | 0 | 10010 | 1010101 | 111 | 101111 | 1010110 | 110110 |
Color Harmonies of #EEC223
Complementary color
Monochromatic Colors of #EEC223
Black with #EEC223
Text Example
Text Example
White with #EEC223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC223; }
p { color: rgb(238,194,35); }
H1.HeaderClassName
{
color: #EEC223;
}
.AnyTagClassName
{
color: #EEC223;
}
</style>
background-color css
<style>
a { background-color: #EEC223; }
a { background-color: rgb(238,194,35); }
div.DivClassName
{
background-color: #EEC223;
}
.BgClassName
{
background-color: #EEC223;
}
</style>
border-color css
<style>
span { border-color: #EEC223; }
span { border-color: rgb(238,194,35); }
td.TdClassName
{
border-color: #EEC223;
}
.TagClassName
{
border-color: #EEC223;
}
</style>