Shades of Lemon #EDE710
Tints of Lemon #EDE710
RGB
CMYK
RGB Variations
Color information
#EDE710 (or 0xEDE710) is known color: Lemon. HEX triplet: ED, E7 and 10. RGB value is (237,231,16). Sum of RGB (Red+Green+Blue) = 237+231+16=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 231 (90.62% from 255 or 47.73% from 484); Blue value is 16 (6.64% from 255 or 3.31% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE710 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE710 is #1218EF. Grayscale: #D1D1D1. Windows color (decimal): -1186032 or 1107949. OLE color: 1107949.
HSL color Cylindrical-coordinate representation of color #EDE710: hue angle of 58.37º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDE710 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 16 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.07 |
| HSL | 58.37º | 0.87% | 0.5% | - |
| HSV(B) | 58.37º | 0.93% | 0.93% | - |
| XYZ | 63.59 | 75.19 | 11.65 | - |
| YUV | 208.28 | 19.49 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 16 | 0 | 0.03 | 0.93 | 0.07 | 58.37 | 0.87 | 0.5 |
| Hex | ED | E7 | 10 | 0 | 3 | 5D | 7 | 3A | 57 | 32 |
| Octal | 355 | 347 | 20 | 0 | 3 | 135 | 7 | 72 | 127 | 62 |
| Binary | 11101101 | 11100111 | 10000 | 0 | 11 | 1011101 | 111 | 111010 | 1010111 | 110010 |
Color Harmonies of #EDE710
Complementary color
Monochromatic Colors of #EDE710
Black with #EDE710
Text Example
Text Example
White with #EDE710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE710; }
p { color: rgb(237,231,16); }
H1.HeaderClassName
{
color: #EDE710;
}
.AnyTagClassName
{
color: #EDE710;
}
</style>
background-color css
<style>
a { background-color: #EDE710; }
a { background-color: rgb(237,231,16); }
div.DivClassName
{
background-color: #EDE710;
}
.BgClassName
{
background-color: #EDE710;
}
</style>
border-color css
<style>
span { border-color: #EDE710; }
span { border-color: rgb(237,231,16); }
td.TdClassName
{
border-color: #EDE710;
}
.TagClassName
{
border-color: #EDE710;
}
</style>