Shades of Moon Yellow #EBC90D
Tints of Moon Yellow #EBC90D
RGB
CMYK
RGB Variations
Color information
#EBC90D (or 0xEBC90D) is known color: Moon Yellow. HEX triplet: EB, C9 and 0D. RGB value is (235,201,13). Sum of RGB (Red+Green+Blue) = 235+201+13=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 13 (5.47% from 255 or 2.90% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC90D is #1436F2. Grayscale: #BEBEBE. Windows color (decimal): -1324787 or 903659. OLE color: 903659.
HSL color Cylindrical-coordinate representation of color #EBC90D: hue angle of 50.81º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EBC90D is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 13 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.08 |
| HSL | 50.81º | 0.9% | 0.49% | - |
| HSV(B) | 50.81º | 0.94% | 0.92% | - |
| XYZ | 55.22 | 59.46 | 8.95 | - |
| YUV | 189.73 | 28.26 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 13 | 0 | 0.14 | 0.94 | 0.08 | 50.81 | 0.9 | 0.49 |
| Hex | EB | C9 | D | 0 | E | 5E | 8 | 33 | 5A | 31 |
| Octal | 353 | 311 | 15 | 0 | 16 | 136 | 10 | 63 | 132 | 61 |
| Binary | 11101011 | 11001001 | 1101 | 0 | 1110 | 1011110 | 1000 | 110011 | 1011010 | 110001 |
Color Harmonies of #EBC90D
Complementary color
Monochromatic Colors of #EBC90D
Black with #EBC90D
Text Example
Text Example
White with #EBC90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC90D; }
p { color: rgb(235,201,13); }
H1.HeaderClassName
{
color: #EBC90D;
}
.AnyTagClassName
{
color: #EBC90D;
}
</style>
background-color css
<style>
a { background-color: #EBC90D; }
a { background-color: rgb(235,201,13); }
div.DivClassName
{
background-color: #EBC90D;
}
.BgClassName
{
background-color: #EBC90D;
}
</style>
border-color css
<style>
span { border-color: #EBC90D; }
span { border-color: rgb(235,201,13); }
td.TdClassName
{
border-color: #EBC90D;
}
.TagClassName
{
border-color: #EBC90D;
}
</style>