Shades of Lemon #EDE90B
Tints of Lemon #EDE90B
RGB
CMYK
RGB Variations
Color information
#EDE90B (or 0xEDE90B) is known color: Lemon. HEX triplet: ED, E9 and 0B. RGB value is (237,233,11). Sum of RGB (Red+Green+Blue) = 237+233+11=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 11 (4.69% from 255 or 2.29% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE90B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE90B is #1216F4. Grayscale: #D1D1D1. Windows color (decimal): -1185525 or 780781. OLE color: 780781.
HSL color Cylindrical-coordinate representation of color #EDE90B: hue angle of 58.94º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDE90B is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 11 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.07 |
| HSL | 58.94º | 0.91% | 0.49% | - |
| HSV(B) | 58.94º | 0.95% | 0.93% | - |
| XYZ | 64.12 | 76.31 | 11.67 | - |
| YUV | 208.89 | 16.33 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 11 | 0 | 0.02 | 0.95 | 0.07 | 58.94 | 0.91 | 0.49 |
| Hex | ED | E9 | B | 0 | 2 | 5F | 7 | 3B | 5B | 31 |
| Octal | 355 | 351 | 13 | 0 | 2 | 137 | 7 | 73 | 133 | 61 |
| Binary | 11101101 | 11101001 | 1011 | 0 | 10 | 1011111 | 111 | 111011 | 1011011 | 110001 |
Color Harmonies of #EDE90B
Complementary color
Monochromatic Colors of #EDE90B
Black with #EDE90B
Text Example
Text Example
White with #EDE90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE90B; }
p { color: rgb(237,233,11); }
H1.HeaderClassName
{
color: #EDE90B;
}
.AnyTagClassName
{
color: #EDE90B;
}
</style>
background-color css
<style>
a { background-color: #EDE90B; }
a { background-color: rgb(237,233,11); }
div.DivClassName
{
background-color: #EDE90B;
}
.BgClassName
{
background-color: #EDE90B;
}
</style>
border-color css
<style>
span { border-color: #EDE90B; }
span { border-color: rgb(237,233,11); }
td.TdClassName
{
border-color: #EDE90B;
}
.TagClassName
{
border-color: #EDE90B;
}
</style>