Shades of Moon Yellow #EBC60C
Tints of Moon Yellow #EBC60C
RGB
CMYK
RGB Variations
Color information
#EBC60C (or 0xEBC60C) is known color: Moon Yellow. HEX triplet: EB, C6 and 0C. RGB value is (235,198,12). Sum of RGB (Red+Green+Blue) = 235+198+12=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC60C is #1439F3. Grayscale: #BCBCBC. Windows color (decimal): -1325556 or 837355. OLE color: 837355.
HSL color Cylindrical-coordinate representation of color #EBC60C: hue angle of 50.04º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EBC60C is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 12 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.08 |
| HSL | 50.04º | 0.9% | 0.48% | - |
| HSV(B) | 50.04º | 0.95% | 0.92% | - |
| XYZ | 54.52 | 58.08 | 8.68 | - |
| YUV | 187.86 | 28.76 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 12 | 0 | 0.16 | 0.95 | 0.08 | 50.04 | 0.9 | 0.48 |
| Hex | EB | C6 | C | 0 | 10 | 5F | 8 | 32 | 5A | 30 |
| Octal | 353 | 306 | 14 | 0 | 20 | 137 | 10 | 62 | 132 | 60 |
| Binary | 11101011 | 11000110 | 1100 | 0 | 10000 | 1011111 | 1000 | 110010 | 1011010 | 110000 |
Color Harmonies of #EBC60C
Complementary color
Monochromatic Colors of #EBC60C
Black with #EBC60C
Text Example
Text Example
White with #EBC60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC60C; }
p { color: rgb(235,198,12); }
H1.HeaderClassName
{
color: #EBC60C;
}
.AnyTagClassName
{
color: #EBC60C;
}
</style>
background-color css
<style>
a { background-color: #EBC60C; }
a { background-color: rgb(235,198,12); }
div.DivClassName
{
background-color: #EBC60C;
}
.BgClassName
{
background-color: #EBC60C;
}
</style>
border-color css
<style>
span { border-color: #EBC60C; }
span { border-color: rgb(235,198,12); }
td.TdClassName
{
border-color: #EBC60C;
}
.TagClassName
{
border-color: #EBC60C;
}
</style>