Shades of Lemon #EDE20B
Tints of Lemon #EDE20B
RGB
CMYK
RGB Variations
Color information
#EDE20B (or 0xEDE20B) is known color: Lemon. HEX triplet: ED, E2 and 0B. RGB value is (237,226,11). Sum of RGB (Red+Green+Blue) = 237+226+11=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 11 (4.69% from 255 or 2.32% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE20B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE20B is #121DF4. Grayscale: #CDCDCD. Windows color (decimal): -1187317 or 778989. OLE color: 778989.
HSL color Cylindrical-coordinate representation of color #EDE20B: hue angle of 57.08º 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 #EDE20B is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 11 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.07 |
| HSL | 57.08º | 0.91% | 0.49% | - |
| HSV(B) | 57.08º | 0.95% | 0.93% | - |
| XYZ | 62.18 | 72.42 | 11.02 | - |
| YUV | 204.78 | 18.64 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 11 | 0 | 0.05 | 0.95 | 0.07 | 57.08 | 0.91 | 0.49 |
| Hex | ED | E2 | B | 0 | 5 | 5F | 7 | 39 | 5B | 31 |
| Octal | 355 | 342 | 13 | 0 | 5 | 137 | 7 | 71 | 133 | 61 |
| Binary | 11101101 | 11100010 | 1011 | 0 | 101 | 1011111 | 111 | 111001 | 1011011 | 110001 |
Color Harmonies of #EDE20B
Complementary color
Monochromatic Colors of #EDE20B
Black with #EDE20B
Text Example
Text Example
White with #EDE20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE20B; }
p { color: rgb(237,226,11); }
H1.HeaderClassName
{
color: #EDE20B;
}
.AnyTagClassName
{
color: #EDE20B;
}
</style>
background-color css
<style>
a { background-color: #EDE20B; }
a { background-color: rgb(237,226,11); }
div.DivClassName
{
background-color: #EDE20B;
}
.BgClassName
{
background-color: #EDE20B;
}
</style>
border-color css
<style>
span { border-color: #EDE20B; }
span { border-color: rgb(237,226,11); }
td.TdClassName
{
border-color: #EDE20B;
}
.TagClassName
{
border-color: #EDE20B;
}
</style>