Shades of Moon Yellow #EEB712
Tints of Moon Yellow #EEB712
RGB
CMYK
RGB Variations
Color information
#EEB712 (or 0xEEB712) is known color: Moon Yellow. HEX triplet: EE, B7 and 12. RGB value is (238,183,18). Sum of RGB (Red+Green+Blue) = 238+183+18=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 18 (7.42% from 255 or 4.10% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB712 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB712 is #1148ED. Grayscale: #B5B5B5. Windows color (decimal): -1132782 or 1226734. OLE color: 1226734.
HSL color Cylindrical-coordinate representation of color #EEB712: hue angle of 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 #EEB712 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 18 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.07 |
| HSL | 45º | 0.87% | 0.5% | - |
| HSV(B) | 45º | 0.92% | 0.93% | - |
| XYZ | 52.3 | 52.09 | 7.87 | - |
| YUV | 180.64 | 36.22 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 18 | 0 | 0.23 | 0.92 | 0.07 | 45 | 0.87 | 0.5 |
| Hex | EE | B7 | 12 | 0 | 17 | 5C | 7 | 2D | 57 | 32 |
| Octal | 356 | 267 | 22 | 0 | 27 | 134 | 7 | 55 | 127 | 62 |
| Binary | 11101110 | 10110111 | 10010 | 0 | 10111 | 1011100 | 111 | 101101 | 1010111 | 110010 |
Color Harmonies of #EEB712
Complementary color
Monochromatic Colors of #EEB712
Black with #EEB712
Text Example
Text Example
White with #EEB712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB712; }
p { color: rgb(238,183,18); }
H1.HeaderClassName
{
color: #EEB712;
}
.AnyTagClassName
{
color: #EEB712;
}
</style>
background-color css
<style>
a { background-color: #EEB712; }
a { background-color: rgb(238,183,18); }
div.DivClassName
{
background-color: #EEB712;
}
.BgClassName
{
background-color: #EEB712;
}
</style>
border-color css
<style>
span { border-color: #EEB712; }
span { border-color: rgb(238,183,18); }
td.TdClassName
{
border-color: #EEB712;
}
.TagClassName
{
border-color: #EEB712;
}
</style>