Shades of Lemon #EDE31C
Tints of Lemon #EDE31C
RGB
CMYK
RGB Variations
Color information
#EDE31C (or 0xEDE31C) is known color: Lemon. HEX triplet: ED, E3 and 1C. RGB value is (237,227,28). Sum of RGB (Red+Green+Blue) = 237+227+28=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 28 (11.33% from 255 or 5.69% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE31C is #121CE3. Grayscale: #D0D0D0. Windows color (decimal): -1187044 or 1893357. OLE color: 1893357.
HSL color Cylindrical-coordinate representation of color #EDE31C: hue angle of 57.13º 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 #EDE31C is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 28 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.07 |
| HSL | 57.13º | 0.85% | 0.52% | - |
| HSV(B) | 57.13º | 0.88% | 0.93% | - |
| XYZ | 62.6 | 73.03 | 11.89 | - |
| YUV | 207.3 | 26.81 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 28 | 0 | 0.04 | 0.88 | 0.07 | 57.13 | 0.85 | 0.52 |
| Hex | ED | E3 | 1C | 0 | 4 | 58 | 7 | 39 | 55 | 34 |
| Octal | 355 | 343 | 34 | 0 | 4 | 130 | 7 | 71 | 125 | 64 |
| Binary | 11101101 | 11100011 | 11100 | 0 | 100 | 1011000 | 111 | 111001 | 1010101 | 110100 |
Color Harmonies of #EDE31C
Complementary color
Monochromatic Colors of #EDE31C
Black with #EDE31C
Text Example
Text Example
White with #EDE31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE31C; }
p { color: rgb(237,227,28); }
H1.HeaderClassName
{
color: #EDE31C;
}
.AnyTagClassName
{
color: #EDE31C;
}
</style>
background-color css
<style>
a { background-color: #EDE31C; }
a { background-color: rgb(237,227,28); }
div.DivClassName
{
background-color: #EDE31C;
}
.BgClassName
{
background-color: #EDE31C;
}
</style>
border-color css
<style>
span { border-color: #EDE31C; }
span { border-color: rgb(237,227,28); }
td.TdClassName
{
border-color: #EDE31C;
}
.TagClassName
{
border-color: #EDE31C;
}
</style>