Shades of Moon Yellow #EBC40F
Tints of Moon Yellow #EBC40F
RGB
CMYK
RGB Variations
Color information
#EBC40F (or 0xEBC40F) is known color: Moon Yellow. HEX triplet: EB, C4 and 0F. RGB value is (235,196,15). Sum of RGB (Red+Green+Blue) = 235+196+15=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 15 (6.25% from 255 or 3.36% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC40F is #143BF0. Grayscale: #BBBBBB. Windows color (decimal): -1326065 or 1033451. OLE color: 1033451.
HSL color Cylindrical-coordinate representation of color #EBC40F: hue angle of 49.36º 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 #EBC40F is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 15 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.08 |
| HSL | 49.36º | 0.88% | 0.49% | - |
| HSV(B) | 49.36º | 0.94% | 0.92% | - |
| XYZ | 54.09 | 57.18 | 8.64 | - |
| YUV | 187.03 | 30.92 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 15 | 0 | 0.17 | 0.94 | 0.08 | 49.36 | 0.88 | 0.49 |
| Hex | EB | C4 | F | 0 | 11 | 5E | 8 | 31 | 58 | 31 |
| Octal | 353 | 304 | 17 | 0 | 21 | 136 | 10 | 61 | 130 | 61 |
| Binary | 11101011 | 11000100 | 1111 | 0 | 10001 | 1011110 | 1000 | 110001 | 1011000 | 110001 |
Color Harmonies of #EBC40F
Complementary color
Monochromatic Colors of #EBC40F
Black with #EBC40F
Text Example
Text Example
White with #EBC40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC40F; }
p { color: rgb(235,196,15); }
H1.HeaderClassName
{
color: #EBC40F;
}
.AnyTagClassName
{
color: #EBC40F;
}
</style>
background-color css
<style>
a { background-color: #EBC40F; }
a { background-color: rgb(235,196,15); }
div.DivClassName
{
background-color: #EBC40F;
}
.BgClassName
{
background-color: #EBC40F;
}
</style>
border-color css
<style>
span { border-color: #EBC40F; }
span { border-color: rgb(235,196,15); }
td.TdClassName
{
border-color: #EBC40F;
}
.TagClassName
{
border-color: #EBC40F;
}
</style>