Shades of Lemon #EDEB00
Tints of Lemon #EDEB00
RGB
CMYK
RGB Variations
Color information
#EDEB00 (or 0xEDEB00) is known color: Lemon. HEX triplet: ED, EB and 00. RGB value is (237,235,0). Sum of RGB (Red+Green+Blue) = 237+235+0=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 0 (0.39% from 255 or 0% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEB00 is #1214FF. Grayscale: #D1D1D1. Windows color (decimal): -1185024 or 60397. OLE color: 60397.
HSL color Cylindrical-coordinate representation of color #EDEB00: hue angle of 59.49º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDEB00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.07 |
| HSL | 59.49º | 1% | 0.46% | - |
| HSV(B) | 59.49º | 1% | 0.93% | - |
| XYZ | 64.63 | 77.42 | 11.54 | - |
| YUV | 208.81 | 10.16 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 0 | 0 | 0.01 | 1 | 0.07 | 59.49 | 1 | 0.46 |
| Hex | ED | EB | 0 | 0 | 1 | 64 | 7 | 3B | 64 | 2E |
| Octal | 355 | 353 | 0 | 0 | 1 | 144 | 7 | 73 | 144 | 56 |
| Binary | 11101101 | 11101011 | 0 | 0 | 1 | 1100100 | 111 | 111011 | 1100100 | 101110 |
Color Harmonies of #EDEB00
Complementary color
Monochromatic Colors of #EDEB00
Black with #EDEB00
Text Example
Text Example
White with #EDEB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEB00; }
p { color: rgb(237,235,0); }
H1.HeaderClassName
{
color: #EDEB00;
}
.AnyTagClassName
{
color: #EDEB00;
}
</style>
background-color css
<style>
a { background-color: #EDEB00; }
a { background-color: rgb(237,235,0); }
div.DivClassName
{
background-color: #EDEB00;
}
.BgClassName
{
background-color: #EDEB00;
}
</style>
border-color css
<style>
span { border-color: #EDEB00; }
span { border-color: rgb(237,235,0); }
td.TdClassName
{
border-color: #EDEB00;
}
.TagClassName
{
border-color: #EDEB00;
}
</style>