Shades of Moon Yellow #EEC319
Tints of Moon Yellow #EEC319
RGB
CMYK
RGB Variations
Color information
#EEC319 (or 0xEEC319) is known color: Moon Yellow. HEX triplet: EE, C3 and 19. RGB value is (238,195,25). Sum of RGB (Red+Green+Blue) = 238+195+25=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 25 (10.16% from 255 or 5.46% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC319 is #113CE6. Grayscale: #BDBDBD. Windows color (decimal): -1129703 or 1688558. OLE color: 1688558.
HSL color Cylindrical-coordinate representation of color #EEC319: hue angle of 47.89º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EEC319 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 25 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.07 |
| HSL | 47.89º | 0.86% | 0.52% | - |
| HSV(B) | 47.89º | 0.89% | 0.93% | - |
| XYZ | 54.95 | 57.28 | 9.08 | - |
| YUV | 188.48 | 35.75 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 25 | 0 | 0.18 | 0.89 | 0.07 | 47.89 | 0.86 | 0.52 |
| Hex | EE | C3 | 19 | 0 | 12 | 59 | 7 | 30 | 56 | 34 |
| Octal | 356 | 303 | 31 | 0 | 22 | 131 | 7 | 60 | 126 | 64 |
| Binary | 11101110 | 11000011 | 11001 | 0 | 10010 | 1011001 | 111 | 110000 | 1010110 | 110100 |
Color Harmonies of #EEC319
Complementary color
Monochromatic Colors of #EEC319
Black with #EEC319
Text Example
Text Example
White with #EEC319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC319; }
p { color: rgb(238,195,25); }
H1.HeaderClassName
{
color: #EEC319;
}
.AnyTagClassName
{
color: #EEC319;
}
</style>
background-color css
<style>
a { background-color: #EEC319; }
a { background-color: rgb(238,195,25); }
div.DivClassName
{
background-color: #EEC319;
}
.BgClassName
{
background-color: #EEC319;
}
</style>
border-color css
<style>
span { border-color: #EEC319; }
span { border-color: rgb(238,195,25); }
td.TdClassName
{
border-color: #EEC319;
}
.TagClassName
{
border-color: #EEC319;
}
</style>