Shades of Lemon #EBED05
Tints of Lemon #EBED05
RGB
CMYK
RGB Variations
Color information
#EBED05 (or 0xEBED05) is known color: Lemon. HEX triplet: EB, ED and 05. RGB value is (235,237,5). Sum of RGB (Red+Green+Blue) = 235+237+5=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 5 (2.34% from 255 or 1.05% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBED05 is #1412FA. Grayscale: #D2D2D2. Windows color (decimal): -1315579 or 388587. OLE color: 388587.
HSL color Cylindrical-coordinate representation of color #EBED05: hue angle of 60.52º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EBED05 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 5 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.07 |
| HSL | 60.52º | 0.96% | 0.47% | - |
| HSV(B) | 60.52º | 0.98% | 0.93% | - |
| XYZ | 64.57 | 78.24 | 11.84 | - |
| YUV | 209.95 | 12.34 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 5 | 0.01 | 0 | 0.98 | 0.07 | 60.52 | 0.96 | 0.47 |
| Hex | EB | ED | 5 | 1 | 0 | 62 | 7 | 3D | 60 | 2F |
| Octal | 353 | 355 | 5 | 1 | 0 | 142 | 7 | 75 | 140 | 57 |
| Binary | 11101011 | 11101101 | 101 | 1 | 0 | 1100010 | 111 | 111101 | 1100000 | 101111 |
Color Harmonies of #EBED05
Complementary color
Monochromatic Colors of #EBED05
Black with #EBED05
Text Example
Text Example
White with #EBED05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED05; }
p { color: rgb(235,237,5); }
H1.HeaderClassName
{
color: #EBED05;
}
.AnyTagClassName
{
color: #EBED05;
}
</style>
background-color css
<style>
a { background-color: #EBED05; }
a { background-color: rgb(235,237,5); }
div.DivClassName
{
background-color: #EBED05;
}
.BgClassName
{
background-color: #EBED05;
}
</style>
border-color css
<style>
span { border-color: #EBED05; }
span { border-color: rgb(235,237,5); }
td.TdClassName
{
border-color: #EBED05;
}
.TagClassName
{
border-color: #EBED05;
}
</style>