Shades of Moon Yellow #EBC90F
Tints of Moon Yellow #EBC90F
RGB
CMYK
RGB Variations
Color information
#EBC90F (or 0xEBC90F) is known color: Moon Yellow. HEX triplet: EB, C9 and 0F. RGB value is (235,201,15). Sum of RGB (Red+Green+Blue) = 235+201+15=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 15 (6.25% from 255 or 3.33% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC90F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC90F is #1436F0. Grayscale: #BEBEBE. Windows color (decimal): -1324785 or 1034731. OLE color: 1034731.
HSL color Cylindrical-coordinate representation of color #EBC90F: hue angle of 50.73º degrees, saturation: 0.88, 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 #EBC90F is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 15 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.08 |
| HSL | 50.73º | 0.88% | 0.49% | - |
| HSV(B) | 50.73º | 0.94% | 0.92% | - |
| XYZ | 55.23 | 59.47 | 9.02 | - |
| YUV | 189.96 | 29.26 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 15 | 0 | 0.14 | 0.94 | 0.08 | 50.73 | 0.88 | 0.49 |
| Hex | EB | C9 | F | 0 | E | 5E | 8 | 33 | 58 | 31 |
| Octal | 353 | 311 | 17 | 0 | 16 | 136 | 10 | 63 | 130 | 61 |
| Binary | 11101011 | 11001001 | 1111 | 0 | 1110 | 1011110 | 1000 | 110011 | 1011000 | 110001 |
Color Harmonies of #EBC90F
Complementary color
Monochromatic Colors of #EBC90F
Black with #EBC90F
Text Example
Text Example
White with #EBC90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC90F; }
p { color: rgb(235,201,15); }
H1.HeaderClassName
{
color: #EBC90F;
}
.AnyTagClassName
{
color: #EBC90F;
}
</style>
background-color css
<style>
a { background-color: #EBC90F; }
a { background-color: rgb(235,201,15); }
div.DivClassName
{
background-color: #EBC90F;
}
.BgClassName
{
background-color: #EBC90F;
}
</style>
border-color css
<style>
span { border-color: #EBC90F; }
span { border-color: rgb(235,201,15); }
td.TdClassName
{
border-color: #EBC90F;
}
.TagClassName
{
border-color: #EBC90F;
}
</style>