Shades of Moon Yellow #EBB40F
Tints of Moon Yellow #EBB40F
RGB
CMYK
RGB Variations
Color information
#EBB40F (or 0xEBB40F) is known color: Moon Yellow. HEX triplet: EB, B4 and 0F. RGB value is (235,180,15). Sum of RGB (Red+Green+Blue) = 235+180+15=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBB40F is #144BF0. Grayscale: #B2B2B2. Windows color (decimal): -1330161 or 1029355. OLE color: 1029355.
HSL color Cylindrical-coordinate representation of color #EBB40F: hue angle of 45º 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 #EBB40F is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 180 | 15 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.08 |
| HSL | 45º | 0.88% | 0.49% | - |
| HSV(B) | 45º | 0.94% | 0.92% | - |
| XYZ | 50.67 | 50.34 | 7.5 | - |
| YUV | 177.64 | 36.22 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 180 | 15 | 0 | 0.23 | 0.94 | 0.08 | 45 | 0.88 | 0.49 |
| Hex | EB | B4 | F | 0 | 17 | 5E | 8 | 2D | 58 | 31 |
| Octal | 353 | 264 | 17 | 0 | 27 | 136 | 10 | 55 | 130 | 61 |
| Binary | 11101011 | 10110100 | 1111 | 0 | 10111 | 1011110 | 1000 | 101101 | 1011000 | 110001 |
Color Harmonies of #EBB40F
Complementary color
Monochromatic Colors of #EBB40F
Black with #EBB40F
Text Example
Text Example
White with #EBB40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB40F; }
p { color: rgb(235,180,15); }
H1.HeaderClassName
{
color: #EBB40F;
}
.AnyTagClassName
{
color: #EBB40F;
}
</style>
background-color css
<style>
a { background-color: #EBB40F; }
a { background-color: rgb(235,180,15); }
div.DivClassName
{
background-color: #EBB40F;
}
.BgClassName
{
background-color: #EBB40F;
}
</style>
border-color css
<style>
span { border-color: #EBB40F; }
span { border-color: rgb(235,180,15); }
td.TdClassName
{
border-color: #EBB40F;
}
.TagClassName
{
border-color: #EBB40F;
}
</style>