Shades of Lemon #EBE407
Tints of Lemon #EBE407
RGB
CMYK
RGB Variations
Color information
#EBE407 (or 0xEBE407) is known color: Lemon. HEX triplet: EB, E4 and 07. RGB value is (235,228,7). Sum of RGB (Red+Green+Blue) = 235+228+7=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 228 (89.45% from 255 or 48.51% from 470); Blue value is 7 (3.12% from 255 or 1.49% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE407 is #141BF8. Grayscale: #CDCDCD. Windows color (decimal): -1317881 or 517355. OLE color: 517355.
HSL color Cylindrical-coordinate representation of color #EBE407: hue angle of 58.16º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EBE407 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 228 | 7 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.08 |
| HSL | 58.16º | 0.94% | 0.47% | - |
| HSV(B) | 58.16º | 0.97% | 0.92% | - |
| XYZ | 62.04 | 73.16 | 11.05 | - |
| YUV | 204.9 | 16.32 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 228 | 7 | 0 | 0.03 | 0.97 | 0.08 | 58.16 | 0.94 | 0.47 |
| Hex | EB | E4 | 7 | 0 | 3 | 61 | 8 | 3A | 5E | 2F |
| Octal | 353 | 344 | 7 | 0 | 3 | 141 | 10 | 72 | 136 | 57 |
| Binary | 11101011 | 11100100 | 111 | 0 | 11 | 1100001 | 1000 | 111010 | 1011110 | 101111 |
Color Harmonies of #EBE407
Complementary color
Monochromatic Colors of #EBE407
Black with #EBE407
Text Example
Text Example
White with #EBE407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE407; }
p { color: rgb(235,228,7); }
H1.HeaderClassName
{
color: #EBE407;
}
.AnyTagClassName
{
color: #EBE407;
}
</style>
background-color css
<style>
a { background-color: #EBE407; }
a { background-color: rgb(235,228,7); }
div.DivClassName
{
background-color: #EBE407;
}
.BgClassName
{
background-color: #EBE407;
}
</style>
border-color css
<style>
span { border-color: #EBE407; }
span { border-color: rgb(235,228,7); }
td.TdClassName
{
border-color: #EBE407;
}
.TagClassName
{
border-color: #EBE407;
}
</style>