Shades of Lemon #EDE211
Tints of Lemon #EDE211
RGB
CMYK
RGB Variations
Color information
#EDE211 (or 0xEDE211) is known color: Lemon. HEX triplet: ED, E2 and 11. RGB value is (237,226,17). Sum of RGB (Red+Green+Blue) = 237+226+17=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 226 (88.67% from 255 or 47.08% from 480); Blue value is 17 (7.03% from 255 or 3.54% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE211 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE211 is #121DEE. Grayscale: #CECECE. Windows color (decimal): -1187311 or 1172205. OLE color: 1172205.
HSL color Cylindrical-coordinate representation of color #EDE211: hue angle of 57º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDE211 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 17 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.07 |
| HSL | 57º | 0.87% | 0.5% | - |
| HSV(B) | 57º | 0.93% | 0.93% | - |
| XYZ | 62.22 | 72.44 | 11.23 | - |
| YUV | 205.46 | 21.64 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 17 | 0 | 0.05 | 0.93 | 0.07 | 57 | 0.87 | 0.5 |
| Hex | ED | E2 | 11 | 0 | 5 | 5D | 7 | 39 | 57 | 32 |
| Octal | 355 | 342 | 21 | 0 | 5 | 135 | 7 | 71 | 127 | 62 |
| Binary | 11101101 | 11100010 | 10001 | 0 | 101 | 1011101 | 111 | 111001 | 1010111 | 110010 |
Color Harmonies of #EDE211
Complementary color
Monochromatic Colors of #EDE211
Black with #EDE211
Text Example
Text Example
White with #EDE211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE211; }
p { color: rgb(237,226,17); }
H1.HeaderClassName
{
color: #EDE211;
}
.AnyTagClassName
{
color: #EDE211;
}
</style>
background-color css
<style>
a { background-color: #EDE211; }
a { background-color: rgb(237,226,17); }
div.DivClassName
{
background-color: #EDE211;
}
.BgClassName
{
background-color: #EDE211;
}
</style>
border-color css
<style>
span { border-color: #EDE211; }
span { border-color: rgb(237,226,17); }
td.TdClassName
{
border-color: #EDE211;
}
.TagClassName
{
border-color: #EDE211;
}
</style>