Shades of Lemon #EDE51A
Tints of Lemon #EDE51A
RGB
CMYK
RGB Variations
Color information
#EDE51A (or 0xEDE51A) is known color: Lemon. HEX triplet: ED, E5 and 1A. RGB value is (237,229,26). Sum of RGB (Red+Green+Blue) = 237+229+26=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 26 (10.55% from 255 or 5.28% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE51A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE51A is #121AE5. Grayscale: #D1D1D1. Windows color (decimal): -1186534 or 1762797. OLE color: 1762797.
HSL color Cylindrical-coordinate representation of color #EDE51A: hue angle of 57.73º 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 #EDE51A is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 26 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.07 |
| HSL | 57.73º | 0.85% | 0.52% | - |
| HSV(B) | 57.73º | 0.89% | 0.93% | - |
| XYZ | 63.13 | 74.12 | 11.96 | - |
| YUV | 208.25 | 25.15 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 26 | 0 | 0.03 | 0.89 | 0.07 | 57.73 | 0.85 | 0.52 |
| Hex | ED | E5 | 1A | 0 | 3 | 59 | 7 | 3A | 55 | 34 |
| Octal | 355 | 345 | 32 | 0 | 3 | 131 | 7 | 72 | 125 | 64 |
| Binary | 11101101 | 11100101 | 11010 | 0 | 11 | 1011001 | 111 | 111010 | 1010101 | 110100 |
Color Harmonies of #EDE51A
Complementary color
Monochromatic Colors of #EDE51A
Black with #EDE51A
Text Example
Text Example
White with #EDE51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE51A; }
p { color: rgb(237,229,26); }
H1.HeaderClassName
{
color: #EDE51A;
}
.AnyTagClassName
{
color: #EDE51A;
}
</style>
background-color css
<style>
a { background-color: #EDE51A; }
a { background-color: rgb(237,229,26); }
div.DivClassName
{
background-color: #EDE51A;
}
.BgClassName
{
background-color: #EDE51A;
}
</style>
border-color css
<style>
span { border-color: #EDE51A; }
span { border-color: rgb(237,229,26); }
td.TdClassName
{
border-color: #EDE51A;
}
.TagClassName
{
border-color: #EDE51A;
}
</style>