Shades of Moon Yellow #EEB510
Tints of Moon Yellow #EEB510
RGB
CMYK
RGB Variations
Color information
#EEB510 (or 0xEEB510) is known color: Moon Yellow. HEX triplet: EE, B5 and 10. RGB value is (238,181,16). Sum of RGB (Red+Green+Blue) = 238+181+16=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB510 is #114AEF. Grayscale: #B3B3B3. Windows color (decimal): -1133296 or 1095150. OLE color: 1095150.
HSL color Cylindrical-coordinate representation of color #EEB510: hue angle of 44.59º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EEB510 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 16 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.07 |
| HSL | 44.59º | 0.87% | 0.5% | - |
| HSV(B) | 44.59º | 0.93% | 0.93% | - |
| XYZ | 51.88 | 51.26 | 7.65 | - |
| YUV | 179.23 | 35.88 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 16 | 0 | 0.24 | 0.93 | 0.07 | 44.59 | 0.87 | 0.5 |
| Hex | EE | B5 | 10 | 0 | 18 | 5D | 7 | 2D | 57 | 32 |
| Octal | 356 | 265 | 20 | 0 | 30 | 135 | 7 | 55 | 127 | 62 |
| Binary | 11101110 | 10110101 | 10000 | 0 | 11000 | 1011101 | 111 | 101101 | 1010111 | 110010 |
Color Harmonies of #EEB510
Complementary color
Monochromatic Colors of #EEB510
Black with #EEB510
Text Example
Text Example
White with #EEB510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB510; }
p { color: rgb(238,181,16); }
H1.HeaderClassName
{
color: #EEB510;
}
.AnyTagClassName
{
color: #EEB510;
}
</style>
background-color css
<style>
a { background-color: #EEB510; }
a { background-color: rgb(238,181,16); }
div.DivClassName
{
background-color: #EEB510;
}
.BgClassName
{
background-color: #EEB510;
}
</style>
border-color css
<style>
span { border-color: #EEB510; }
span { border-color: rgb(238,181,16); }
td.TdClassName
{
border-color: #EEB510;
}
.TagClassName
{
border-color: #EEB510;
}
</style>