Shades of Moon Yellow #EEC322
Tints of Moon Yellow #EEC322
RGB
CMYK
RGB Variations
Color information
#EEC322 (or 0xEEC322) is known color: Moon Yellow. HEX triplet: EE, C3 and 22. RGB value is (238,195,34). Sum of RGB (Red+Green+Blue) = 238+195+34=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 34 (13.67% from 255 or 7.28% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC322 is #113CDD. Grayscale: #BEBEBE. Windows color (decimal): -1129694 or 2278382. OLE color: 2278382.
HSL color Cylindrical-coordinate representation of color #EEC322: hue angle of 47.35º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EEC322 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 34 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.07 |
| HSL | 47.35º | 0.86% | 0.53% | - |
| HSV(B) | 47.35º | 0.86% | 0.93% | - |
| XYZ | 55.06 | 57.32 | 9.68 | - |
| YUV | 189.5 | 40.25 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 34 | 0 | 0.18 | 0.86 | 0.07 | 47.35 | 0.86 | 0.53 |
| Hex | EE | C3 | 22 | 0 | 12 | 56 | 7 | 2F | 56 | 35 |
| Octal | 356 | 303 | 42 | 0 | 22 | 126 | 7 | 57 | 126 | 65 |
| Binary | 11101110 | 11000011 | 100010 | 0 | 10010 | 1010110 | 111 | 101111 | 1010110 | 110101 |
Color Harmonies of #EEC322
Complementary color
Monochromatic Colors of #EEC322
Black with #EEC322
Text Example
Text Example
White with #EEC322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC322; }
p { color: rgb(238,195,34); }
H1.HeaderClassName
{
color: #EEC322;
}
.AnyTagClassName
{
color: #EEC322;
}
</style>
background-color css
<style>
a { background-color: #EEC322; }
a { background-color: rgb(238,195,34); }
div.DivClassName
{
background-color: #EEC322;
}
.BgClassName
{
background-color: #EEC322;
}
</style>
border-color css
<style>
span { border-color: #EEC322; }
span { border-color: rgb(238,195,34); }
td.TdClassName
{
border-color: #EEC322;
}
.TagClassName
{
border-color: #EEC322;
}
</style>