Shades of Lemon #EDE81D
Tints of Lemon #EDE81D
RGB
CMYK
RGB Variations
Color information
#EDE81D (or 0xEDE81D) is known color: Lemon. HEX triplet: ED, E8 and 1D. RGB value is (237,232,29). Sum of RGB (Red+Green+Blue) = 237+232+29=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 232 (91.02% from 255 or 46.59% from 498); Blue value is 29 (11.72% from 255 or 5.82% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE81D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE81D is #1217E2. Grayscale: #D3D3D3. Windows color (decimal): -1185763 or 1960173. OLE color: 1960173.
HSL color Cylindrical-coordinate representation of color #EDE81D: hue angle of 58.56º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDE81D is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 29 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.07 |
| HSL | 58.56º | 0.85% | 0.52% | - |
| HSV(B) | 58.56º | 0.88% | 0.93% | - |
| XYZ | 64 | 75.81 | 12.42 | - |
| YUV | 210.35 | 25.66 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 29 | 0 | 0.02 | 0.88 | 0.07 | 58.56 | 0.85 | 0.52 |
| Hex | ED | E8 | 1D | 0 | 2 | 58 | 7 | 3B | 55 | 34 |
| Octal | 355 | 350 | 35 | 0 | 2 | 130 | 7 | 73 | 125 | 64 |
| Binary | 11101101 | 11101000 | 11101 | 0 | 10 | 1011000 | 111 | 111011 | 1010101 | 110100 |
Color Harmonies of #EDE81D
Complementary color
Monochromatic Colors of #EDE81D
Black with #EDE81D
Text Example
Text Example
White with #EDE81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE81D; }
p { color: rgb(237,232,29); }
H1.HeaderClassName
{
color: #EDE81D;
}
.AnyTagClassName
{
color: #EDE81D;
}
</style>
background-color css
<style>
a { background-color: #EDE81D; }
a { background-color: rgb(237,232,29); }
div.DivClassName
{
background-color: #EDE81D;
}
.BgClassName
{
background-color: #EDE81D;
}
</style>
border-color css
<style>
span { border-color: #EDE81D; }
span { border-color: rgb(237,232,29); }
td.TdClassName
{
border-color: #EDE81D;
}
.TagClassName
{
border-color: #EDE81D;
}
</style>