Shades of Moon Yellow #EBC90C
Tints of Moon Yellow #EBC90C
RGB
CMYK
RGB Variations
Color information
#EBC90C (or 0xEBC90C) is known color: Moon Yellow. HEX triplet: EB, C9 and 0C. RGB value is (235,201,12). Sum of RGB (Red+Green+Blue) = 235+201+12=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 12 (5.08% from 255 or 2.68% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC90C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC90C is #1436F3. Grayscale: #BEBEBE. Windows color (decimal): -1324788 or 838123. OLE color: 838123.
HSL color Cylindrical-coordinate representation of color #EBC90C: hue angle of 50.85º 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 #EBC90C is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 12 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.08 |
| HSL | 50.85º | 0.9% | 0.48% | - |
| HSV(B) | 50.85º | 0.95% | 0.92% | - |
| XYZ | 55.21 | 59.46 | 8.92 | - |
| YUV | 189.62 | 27.76 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 12 | 0 | 0.14 | 0.95 | 0.08 | 50.85 | 0.9 | 0.48 |
| Hex | EB | C9 | C | 0 | E | 5F | 8 | 33 | 5A | 30 |
| Octal | 353 | 311 | 14 | 0 | 16 | 137 | 10 | 63 | 132 | 60 |
| Binary | 11101011 | 11001001 | 1100 | 0 | 1110 | 1011111 | 1000 | 110011 | 1011010 | 110000 |
Color Harmonies of #EBC90C
Complementary color
Monochromatic Colors of #EBC90C
Black with #EBC90C
Text Example
Text Example
White with #EBC90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC90C; }
p { color: rgb(235,201,12); }
H1.HeaderClassName
{
color: #EBC90C;
}
.AnyTagClassName
{
color: #EBC90C;
}
</style>
background-color css
<style>
a { background-color: #EBC90C; }
a { background-color: rgb(235,201,12); }
div.DivClassName
{
background-color: #EBC90C;
}
.BgClassName
{
background-color: #EBC90C;
}
</style>
border-color css
<style>
span { border-color: #EBC90C; }
span { border-color: rgb(235,201,12); }
td.TdClassName
{
border-color: #EBC90C;
}
.TagClassName
{
border-color: #EBC90C;
}
</style>