Shades of Moon Yellow #EEB512
Tints of Moon Yellow #EEB512
RGB
CMYK
RGB Variations
Color information
#EEB512 (or 0xEEB512) is known color: Moon Yellow. HEX triplet: EE, B5 and 12. RGB value is (238,181,18). Sum of RGB (Red+Green+Blue) = 238+181+18=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 18 (7.42% from 255 or 4.12% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB512 is #114AED. Grayscale: #B4B4B4. Windows color (decimal): -1133294 or 1226222. OLE color: 1226222.
HSL color Cylindrical-coordinate representation of color #EEB512: hue angle of 44.45º 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 #EEB512 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 18 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.07 |
| HSL | 44.45º | 0.87% | 0.5% | - |
| HSV(B) | 44.45º | 0.92% | 0.93% | - |
| XYZ | 51.89 | 51.27 | 7.73 | - |
| YUV | 179.46 | 36.88 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 18 | 0 | 0.24 | 0.92 | 0.07 | 44.45 | 0.87 | 0.5 |
| Hex | EE | B5 | 12 | 0 | 18 | 5C | 7 | 2C | 57 | 32 |
| Octal | 356 | 265 | 22 | 0 | 30 | 134 | 7 | 54 | 127 | 62 |
| Binary | 11101110 | 10110101 | 10010 | 0 | 11000 | 1011100 | 111 | 101100 | 1010111 | 110010 |
Color Harmonies of #EEB512
Complementary color
Monochromatic Colors of #EEB512
Black with #EEB512
Text Example
Text Example
White with #EEB512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB512; }
p { color: rgb(238,181,18); }
H1.HeaderClassName
{
color: #EEB512;
}
.AnyTagClassName
{
color: #EEB512;
}
</style>
background-color css
<style>
a { background-color: #EEB512; }
a { background-color: rgb(238,181,18); }
div.DivClassName
{
background-color: #EEB512;
}
.BgClassName
{
background-color: #EEB512;
}
</style>
border-color css
<style>
span { border-color: #EEB512; }
span { border-color: rgb(238,181,18); }
td.TdClassName
{
border-color: #EEB512;
}
.TagClassName
{
border-color: #EEB512;
}
</style>