Shades of Lemon #EDE41B
Tints of Lemon #EDE41B
RGB
CMYK
RGB Variations
Color information
#EDE41B (or 0xEDE41B) is known color: Lemon. HEX triplet: ED, E4 and 1B. RGB value is (237,228,27). Sum of RGB (Red+Green+Blue) = 237+228+27=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 27 (10.94% from 255 or 5.49% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE41B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE41B is #121BE4. Grayscale: #D0D0D0. Windows color (decimal): -1186789 or 1828077. OLE color: 1828077.
HSL color Cylindrical-coordinate representation of color #EDE41B: hue angle of 57.43º 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 #EDE41B is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 27 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.07 |
| HSL | 57.43º | 0.85% | 0.52% | - |
| HSV(B) | 57.43º | 0.89% | 0.93% | - |
| XYZ | 62.87 | 73.57 | 11.92 | - |
| YUV | 207.78 | 25.98 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 27 | 0 | 0.04 | 0.89 | 0.07 | 57.43 | 0.85 | 0.52 |
| Hex | ED | E4 | 1B | 0 | 4 | 59 | 7 | 39 | 55 | 34 |
| Octal | 355 | 344 | 33 | 0 | 4 | 131 | 7 | 71 | 125 | 64 |
| Binary | 11101101 | 11100100 | 11011 | 0 | 100 | 1011001 | 111 | 111001 | 1010101 | 110100 |
Color Harmonies of #EDE41B
Complementary color
Monochromatic Colors of #EDE41B
Black with #EDE41B
Text Example
Text Example
White with #EDE41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE41B; }
p { color: rgb(237,228,27); }
H1.HeaderClassName
{
color: #EDE41B;
}
.AnyTagClassName
{
color: #EDE41B;
}
</style>
background-color css
<style>
a { background-color: #EDE41B; }
a { background-color: rgb(237,228,27); }
div.DivClassName
{
background-color: #EDE41B;
}
.BgClassName
{
background-color: #EDE41B;
}
</style>
border-color css
<style>
span { border-color: #EDE41B; }
span { border-color: rgb(237,228,27); }
td.TdClassName
{
border-color: #EDE41B;
}
.TagClassName
{
border-color: #EDE41B;
}
</style>