Shades of Moon Yellow #EEC317
Tints of Moon Yellow #EEC317
RGB
CMYK
RGB Variations
Color information
#EEC317 (or 0xEEC317) is known color: Moon Yellow. HEX triplet: EE, C3 and 17. RGB value is (238,195,23). Sum of RGB (Red+Green+Blue) = 238+195+23=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 23 (9.38% from 255 or 5.04% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC317 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC317 is #113CE8. Grayscale: #BCBCBC. Windows color (decimal): -1129705 or 1557486. OLE color: 1557486.
HSL color Cylindrical-coordinate representation of color #EEC317: hue angle of 48º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EEC317 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 23 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.07 |
| HSL | 48º | 0.86% | 0.51% | - |
| HSV(B) | 48º | 0.9% | 0.93% | - |
| XYZ | 54.93 | 57.27 | 8.97 | - |
| YUV | 188.25 | 34.75 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 23 | 0 | 0.18 | 0.90 | 0.07 | 48 | 0.86 | 0.51 |
| Hex | EE | C3 | 17 | 0 | 12 | 5A | 7 | 30 | 56 | 33 |
| Octal | 356 | 303 | 27 | 0 | 22 | 132 | 7 | 60 | 126 | 63 |
| Binary | 11101110 | 11000011 | 10111 | 0 | 10010 | 1011010 | 111 | 110000 | 1010110 | 110011 |
Color Harmonies of #EEC317
Complementary color
Monochromatic Colors of #EEC317
Black with #EEC317
Text Example
Text Example
White with #EEC317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC317; }
p { color: rgb(238,195,23); }
H1.HeaderClassName
{
color: #EEC317;
}
.AnyTagClassName
{
color: #EEC317;
}
</style>
background-color css
<style>
a { background-color: #EEC317; }
a { background-color: rgb(238,195,23); }
div.DivClassName
{
background-color: #EEC317;
}
.BgClassName
{
background-color: #EEC317;
}
</style>
border-color css
<style>
span { border-color: #EEC317; }
span { border-color: rgb(238,195,23); }
td.TdClassName
{
border-color: #EEC317;
}
.TagClassName
{
border-color: #EEC317;
}
</style>