Shades of Lemon #EBE507
Tints of Lemon #EBE507
RGB
CMYK
RGB Variations
Color information
#EBE507 (or 0xEBE507) is known color: Lemon. HEX triplet: EB, E5 and 07. RGB value is (235,229,7). Sum of RGB (Red+Green+Blue) = 235+229+7=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 7 (3.12% from 255 or 1.49% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE507 is #141AF8. Grayscale: #CECECE. Windows color (decimal): -1317625 or 517611. OLE color: 517611.
HSL color Cylindrical-coordinate representation of color #EBE507: hue angle of 58.42º 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 #EBE507 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 7 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.08 |
| HSL | 58.42º | 0.94% | 0.47% | - |
| HSV(B) | 58.42º | 0.97% | 0.92% | - |
| XYZ | 62.32 | 73.72 | 11.15 | - |
| YUV | 205.49 | 15.99 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 7 | 0 | 0.03 | 0.97 | 0.08 | 58.42 | 0.94 | 0.47 |
| Hex | EB | E5 | 7 | 0 | 3 | 61 | 8 | 3A | 5E | 2F |
| Octal | 353 | 345 | 7 | 0 | 3 | 141 | 10 | 72 | 136 | 57 |
| Binary | 11101011 | 11100101 | 111 | 0 | 11 | 1100001 | 1000 | 111010 | 1011110 | 101111 |
Color Harmonies of #EBE507
Complementary color
Monochromatic Colors of #EBE507
Black with #EBE507
Text Example
Text Example
White with #EBE507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE507; }
p { color: rgb(235,229,7); }
H1.HeaderClassName
{
color: #EBE507;
}
.AnyTagClassName
{
color: #EBE507;
}
</style>
background-color css
<style>
a { background-color: #EBE507; }
a { background-color: rgb(235,229,7); }
div.DivClassName
{
background-color: #EBE507;
}
.BgClassName
{
background-color: #EBE507;
}
</style>
border-color css
<style>
span { border-color: #EBE507; }
span { border-color: rgb(235,229,7); }
td.TdClassName
{
border-color: #EBE507;
}
.TagClassName
{
border-color: #EBE507;
}
</style>