Shades of Moon Yellow #EBC612
Tints of Moon Yellow #EBC612
RGB
CMYK
RGB Variations
Color information
#EBC612 (or 0xEBC612) is known color: Moon Yellow. HEX triplet: EB, C6 and 12. RGB value is (235,198,18). Sum of RGB (Red+Green+Blue) = 235+198+18=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 18 (7.42% from 255 or 3.99% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC612 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC612 is #1439ED. Grayscale: #BDBDBD. Windows color (decimal): -1325550 or 1230571. OLE color: 1230571.
HSL color Cylindrical-coordinate representation of color #EBC612: hue angle of 49.77º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EBC612 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 18 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.08 |
| HSL | 49.77º | 0.86% | 0.5% | - |
| HSV(B) | 49.77º | 0.92% | 0.92% | - |
| XYZ | 54.56 | 58.09 | 8.91 | - |
| YUV | 188.54 | 31.76 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 18 | 0 | 0.16 | 0.92 | 0.08 | 49.77 | 0.86 | 0.5 |
| Hex | EB | C6 | 12 | 0 | 10 | 5C | 8 | 32 | 56 | 32 |
| Octal | 353 | 306 | 22 | 0 | 20 | 134 | 10 | 62 | 126 | 62 |
| Binary | 11101011 | 11000110 | 10010 | 0 | 10000 | 1011100 | 1000 | 110010 | 1010110 | 110010 |
Color Harmonies of #EBC612
Complementary color
Monochromatic Colors of #EBC612
Black with #EBC612
Text Example
Text Example
White with #EBC612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC612; }
p { color: rgb(235,198,18); }
H1.HeaderClassName
{
color: #EBC612;
}
.AnyTagClassName
{
color: #EBC612;
}
</style>
background-color css
<style>
a { background-color: #EBC612; }
a { background-color: rgb(235,198,18); }
div.DivClassName
{
background-color: #EBC612;
}
.BgClassName
{
background-color: #EBC612;
}
</style>
border-color css
<style>
span { border-color: #EBC612; }
span { border-color: rgb(235,198,18); }
td.TdClassName
{
border-color: #EBC612;
}
.TagClassName
{
border-color: #EBC612;
}
</style>