Shades of Moon Yellow #EEBC10
Tints of Moon Yellow #EEBC10
RGB
CMYK
RGB Variations
Color information
#EEBC10 (or 0xEEBC10) is known color: Moon Yellow. HEX triplet: EE, BC and 10. RGB value is (238,188,16). Sum of RGB (Red+Green+Blue) = 238+188+16=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBC10 is #1143EF. Grayscale: #B8B8B8. Windows color (decimal): -1131504 or 1096942. OLE color: 1096942.
HSL color Cylindrical-coordinate representation of color #EEBC10: hue angle of 46.49º 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 #EEBC10 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 16 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.07 |
| HSL | 46.49º | 0.87% | 0.5% | - |
| HSV(B) | 46.49º | 0.93% | 0.93% | - |
| XYZ | 53.34 | 54.18 | 8.14 | - |
| YUV | 183.34 | 33.57 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 16 | 0 | 0.21 | 0.93 | 0.07 | 46.49 | 0.87 | 0.5 |
| Hex | EE | BC | 10 | 0 | 15 | 5D | 7 | 2E | 57 | 32 |
| Octal | 356 | 274 | 20 | 0 | 25 | 135 | 7 | 56 | 127 | 62 |
| Binary | 11101110 | 10111100 | 10000 | 0 | 10101 | 1011101 | 111 | 101110 | 1010111 | 110010 |
Color Harmonies of #EEBC10
Complementary color
Monochromatic Colors of #EEBC10
Black with #EEBC10
Text Example
Text Example
White with #EEBC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBC10; }
p { color: rgb(238,188,16); }
H1.HeaderClassName
{
color: #EEBC10;
}
.AnyTagClassName
{
color: #EEBC10;
}
</style>
background-color css
<style>
a { background-color: #EEBC10; }
a { background-color: rgb(238,188,16); }
div.DivClassName
{
background-color: #EEBC10;
}
.BgClassName
{
background-color: #EEBC10;
}
</style>
border-color css
<style>
span { border-color: #EEBC10; }
span { border-color: rgb(238,188,16); }
td.TdClassName
{
border-color: #EEBC10;
}
.TagClassName
{
border-color: #EEBC10;
}
</style>