Shades of Moon Yellow #EBC512
Tints of Moon Yellow #EBC512
RGB
CMYK
RGB Variations
Color information
#EBC512 (or 0xEBC512) is known color: Moon Yellow. HEX triplet: EB, C5 and 12. RGB value is (235,197,18). Sum of RGB (Red+Green+Blue) = 235+197+18=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 18 (7.42% from 255 or 4% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC512 is #143AED. Grayscale: #BCBCBC. Windows color (decimal): -1325806 or 1230315. OLE color: 1230315.
HSL color Cylindrical-coordinate representation of color #EBC512: hue angle of 49.49º 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 #EBC512 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 18 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.08 |
| HSL | 49.49º | 0.86% | 0.5% | - |
| HSV(B) | 49.49º | 0.92% | 0.92% | - |
| XYZ | 54.34 | 57.64 | 8.83 | - |
| YUV | 187.96 | 32.09 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 18 | 0 | 0.16 | 0.92 | 0.08 | 49.49 | 0.86 | 0.5 |
| Hex | EB | C5 | 12 | 0 | 10 | 5C | 8 | 31 | 56 | 32 |
| Octal | 353 | 305 | 22 | 0 | 20 | 134 | 10 | 61 | 126 | 62 |
| Binary | 11101011 | 11000101 | 10010 | 0 | 10000 | 1011100 | 1000 | 110001 | 1010110 | 110010 |
Color Harmonies of #EBC512
Complementary color
Monochromatic Colors of #EBC512
Black with #EBC512
Text Example
Text Example
White with #EBC512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC512; }
p { color: rgb(235,197,18); }
H1.HeaderClassName
{
color: #EBC512;
}
.AnyTagClassName
{
color: #EBC512;
}
</style>
background-color css
<style>
a { background-color: #EBC512; }
a { background-color: rgb(235,197,18); }
div.DivClassName
{
background-color: #EBC512;
}
.BgClassName
{
background-color: #EBC512;
}
</style>
border-color css
<style>
span { border-color: #EBC512; }
span { border-color: rgb(235,197,18); }
td.TdClassName
{
border-color: #EBC512;
}
.TagClassName
{
border-color: #EBC512;
}
</style>