Shades of Moon Yellow #EEC313
Tints of Moon Yellow #EEC313
RGB
CMYK
RGB Variations
Color information
#EEC313 (or 0xEEC313) is known color: Moon Yellow. HEX triplet: EE, C3 and 13. RGB value is (238,195,19). Sum of RGB (Red+Green+Blue) = 238+195+19=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 19 (7.81% from 255 or 4.20% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC313 is #113CEC. Grayscale: #BCBCBC. Windows color (decimal): -1129709 or 1295342. OLE color: 1295342.
HSL color Cylindrical-coordinate representation of color #EEC313: hue angle of 48.22º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEC313 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 19 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.07 |
| HSL | 48.22º | 0.87% | 0.5% | - |
| HSV(B) | 48.22º | 0.92% | 0.93% | - |
| XYZ | 54.89 | 57.25 | 8.77 | - |
| YUV | 187.79 | 32.75 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 19 | 0 | 0.18 | 0.92 | 0.07 | 48.22 | 0.87 | 0.5 |
| Hex | EE | C3 | 13 | 0 | 12 | 5C | 7 | 30 | 57 | 32 |
| Octal | 356 | 303 | 23 | 0 | 22 | 134 | 7 | 60 | 127 | 62 |
| Binary | 11101110 | 11000011 | 10011 | 0 | 10010 | 1011100 | 111 | 110000 | 1010111 | 110010 |
Color Harmonies of #EEC313
Complementary color
Monochromatic Colors of #EEC313
Black with #EEC313
Text Example
Text Example
White with #EEC313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC313; }
p { color: rgb(238,195,19); }
H1.HeaderClassName
{
color: #EEC313;
}
.AnyTagClassName
{
color: #EEC313;
}
</style>
background-color css
<style>
a { background-color: #EEC313; }
a { background-color: rgb(238,195,19); }
div.DivClassName
{
background-color: #EEC313;
}
.BgClassName
{
background-color: #EEC313;
}
</style>
border-color css
<style>
span { border-color: #EEC313; }
span { border-color: rgb(238,195,19); }
td.TdClassName
{
border-color: #EEC313;
}
.TagClassName
{
border-color: #EEC313;
}
</style>