Shades of Moon Yellow #EEC813
Tints of Moon Yellow #EEC813
RGB
CMYK
RGB Variations
Color information
#EEC813 (or 0xEEC813) is known color: Moon Yellow. HEX triplet: EE, C8 and 13. RGB value is (238,200,19). Sum of RGB (Red+Green+Blue) = 238+200+19=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 19 (7.81% from 255 or 4.16% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC813 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC813 is #1137EC. Grayscale: #BFBFBF. Windows color (decimal): -1128429 or 1296622. OLE color: 1296622.
HSL color Cylindrical-coordinate representation of color #EEC813: hue angle of 49.59º 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 #EEC813 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 19 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.07 |
| HSL | 49.59º | 0.87% | 0.5% | - |
| HSV(B) | 49.59º | 0.92% | 0.93% | - |
| XYZ | 56.03 | 59.53 | 9.15 | - |
| YUV | 190.73 | 31.09 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 19 | 0 | 0.16 | 0.92 | 0.07 | 49.59 | 0.87 | 0.5 |
| Hex | EE | C8 | 13 | 0 | 10 | 5C | 7 | 32 | 57 | 32 |
| Octal | 356 | 310 | 23 | 0 | 20 | 134 | 7 | 62 | 127 | 62 |
| Binary | 11101110 | 11001000 | 10011 | 0 | 10000 | 1011100 | 111 | 110010 | 1010111 | 110010 |
Color Harmonies of #EEC813
Complementary color
Monochromatic Colors of #EEC813
Black with #EEC813
Text Example
Text Example
White with #EEC813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC813; }
p { color: rgb(238,200,19); }
H1.HeaderClassName
{
color: #EEC813;
}
.AnyTagClassName
{
color: #EEC813;
}
</style>
background-color css
<style>
a { background-color: #EEC813; }
a { background-color: rgb(238,200,19); }
div.DivClassName
{
background-color: #EEC813;
}
.BgClassName
{
background-color: #EEC813;
}
</style>
border-color css
<style>
span { border-color: #EEC813; }
span { border-color: rgb(238,200,19); }
td.TdClassName
{
border-color: #EEC813;
}
.TagClassName
{
border-color: #EEC813;
}
</style>