Shades of Lemon #EDE21A
Tints of Lemon #EDE21A
RGB
CMYK
RGB Variations
Color information
#EDE21A (or 0xEDE21A) is known color: Lemon. HEX triplet: ED, E2 and 1A. RGB value is (237,226,26). Sum of RGB (Red+Green+Blue) = 237+226+26=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 26 (10.55% from 255 or 5.32% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE21A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE21A is #121DE5. Grayscale: #CFCFCF. Windows color (decimal): -1187302 or 1762029. OLE color: 1762029.
HSL color Cylindrical-coordinate representation of color #EDE21A: hue angle of 56.87º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDE21A is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 26 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.07 |
| HSL | 56.87º | 0.85% | 0.52% | - |
| HSV(B) | 56.87º | 0.89% | 0.93% | - |
| XYZ | 62.31 | 72.47 | 11.68 | - |
| YUV | 206.49 | 26.14 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 26 | 0 | 0.05 | 0.89 | 0.07 | 56.87 | 0.85 | 0.52 |
| Hex | ED | E2 | 1A | 0 | 5 | 59 | 7 | 39 | 55 | 34 |
| Octal | 355 | 342 | 32 | 0 | 5 | 131 | 7 | 71 | 125 | 64 |
| Binary | 11101101 | 11100010 | 11010 | 0 | 101 | 1011001 | 111 | 111001 | 1010101 | 110100 |
Color Harmonies of #EDE21A
Complementary color
Monochromatic Colors of #EDE21A
Black with #EDE21A
Text Example
Text Example
White with #EDE21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE21A; }
p { color: rgb(237,226,26); }
H1.HeaderClassName
{
color: #EDE21A;
}
.AnyTagClassName
{
color: #EDE21A;
}
</style>
background-color css
<style>
a { background-color: #EDE21A; }
a { background-color: rgb(237,226,26); }
div.DivClassName
{
background-color: #EDE21A;
}
.BgClassName
{
background-color: #EDE21A;
}
</style>
border-color css
<style>
span { border-color: #EDE21A; }
span { border-color: rgb(237,226,26); }
td.TdClassName
{
border-color: #EDE21A;
}
.TagClassName
{
border-color: #EDE21A;
}
</style>