Shades of Lemon #EDE81C
Tints of Lemon #EDE81C
RGB
CMYK
RGB Variations
Color information
#EDE81C (or 0xEDE81C) is known color: Lemon. HEX triplet: ED, E8 and 1C. RGB value is (237,232,28). Sum of RGB (Red+Green+Blue) = 237+232+28=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 232 (91.02% from 255 or 46.68% from 497); Blue value is 28 (11.33% from 255 or 5.63% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE81C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE81C is #1217E3. Grayscale: #D3D3D3. Windows color (decimal): -1185764 or 1894637. OLE color: 1894637.
HSL color Cylindrical-coordinate representation of color #EDE81C: 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 #EDE81C is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 28 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.07 |
| HSL | 58.56º | 0.85% | 0.52% | - |
| HSV(B) | 58.56º | 0.88% | 0.93% | - |
| XYZ | 63.99 | 75.8 | 12.36 | - |
| YUV | 210.24 | 25.16 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 28 | 0 | 0.02 | 0.88 | 0.07 | 58.56 | 0.85 | 0.52 |
| Hex | ED | E8 | 1C | 0 | 2 | 58 | 7 | 3B | 55 | 34 |
| Octal | 355 | 350 | 34 | 0 | 2 | 130 | 7 | 73 | 125 | 64 |
| Binary | 11101101 | 11101000 | 11100 | 0 | 10 | 1011000 | 111 | 111011 | 1010101 | 110100 |
Color Harmonies of #EDE81C
Complementary color
Monochromatic Colors of #EDE81C
Black with #EDE81C
Text Example
Text Example
White with #EDE81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE81C; }
p { color: rgb(237,232,28); }
H1.HeaderClassName
{
color: #EDE81C;
}
.AnyTagClassName
{
color: #EDE81C;
}
</style>
background-color css
<style>
a { background-color: #EDE81C; }
a { background-color: rgb(237,232,28); }
div.DivClassName
{
background-color: #EDE81C;
}
.BgClassName
{
background-color: #EDE81C;
}
</style>
border-color css
<style>
span { border-color: #EDE81C; }
span { border-color: rgb(237,232,28); }
td.TdClassName
{
border-color: #EDE81C;
}
.TagClassName
{
border-color: #EDE81C;
}
</style>