Shades of Moon Yellow #EBBC10
Tints of Moon Yellow #EBBC10
RGB
CMYK
RGB Variations
Color information
#EBBC10 (or 0xEBBC10) is known color: Moon Yellow. HEX triplet: EB, BC and 10. RGB value is (235,188,16). Sum of RGB (Red+Green+Blue) = 235+188+16=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 16 (6.64% from 255 or 3.64% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBC10 is #1443EF. Grayscale: #B7B7B7. Windows color (decimal): -1328112 or 1096939. OLE color: 1096939.
HSL color Cylindrical-coordinate representation of color #EBBC10: hue angle of 47.12º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EBBC10 is Cyan = 0, Magento = 0.2, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 16 | - |
| CMYK | 0 | 0.2 | 0.93 | 0.08 |
| HSL | 47.12º | 0.87% | 0.49% | - |
| HSV(B) | 47.12º | 0.93% | 0.92% | - |
| XYZ | 52.34 | 53.67 | 8.09 | - |
| YUV | 182.45 | 34.07 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 16 | 0 | 0.2 | 0.93 | 0.08 | 47.12 | 0.87 | 0.49 |
| Hex | EB | BC | 10 | 0 | 14 | 5D | 8 | 2F | 57 | 31 |
| Octal | 353 | 274 | 20 | 0 | 24 | 135 | 10 | 57 | 127 | 61 |
| Binary | 11101011 | 10111100 | 10000 | 0 | 10100 | 1011101 | 1000 | 101111 | 1010111 | 110001 |
Color Harmonies of #EBBC10
Complementary color
Monochromatic Colors of #EBBC10
Black with #EBBC10
Text Example
Text Example
White with #EBBC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBC10; }
p { color: rgb(235,188,16); }
H1.HeaderClassName
{
color: #EBBC10;
}
.AnyTagClassName
{
color: #EBBC10;
}
</style>
background-color css
<style>
a { background-color: #EBBC10; }
a { background-color: rgb(235,188,16); }
div.DivClassName
{
background-color: #EBBC10;
}
.BgClassName
{
background-color: #EBBC10;
}
</style>
border-color css
<style>
span { border-color: #EBBC10; }
span { border-color: rgb(235,188,16); }
td.TdClassName
{
border-color: #EBBC10;
}
.TagClassName
{
border-color: #EBBC10;
}
</style>