Shades of Lemon #EDE610
Tints of Lemon #EDE610
RGB
CMYK
RGB Variations
Color information
#EDE610 (or 0xEDE610) is known color: Lemon. HEX triplet: ED, E6 and 10. RGB value is (237,230,16). Sum of RGB (Red+Green+Blue) = 237+230+16=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 16 (6.64% from 255 or 3.31% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE610 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE610 is #1219EF. Grayscale: #D0D0D0. Windows color (decimal): -1186288 or 1107693. OLE color: 1107693.
HSL color Cylindrical-coordinate representation of color #EDE610: hue angle of 58.1º 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 #EDE610 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 16 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.07 |
| HSL | 58.1º | 0.87% | 0.5% | - |
| HSV(B) | 58.1º | 0.93% | 0.93% | - |
| XYZ | 63.32 | 74.64 | 11.56 | - |
| YUV | 207.7 | 19.82 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 16 | 0 | 0.03 | 0.93 | 0.07 | 58.1 | 0.87 | 0.5 |
| Hex | ED | E6 | 10 | 0 | 3 | 5D | 7 | 3A | 57 | 32 |
| Octal | 355 | 346 | 20 | 0 | 3 | 135 | 7 | 72 | 127 | 62 |
| Binary | 11101101 | 11100110 | 10000 | 0 | 11 | 1011101 | 111 | 111010 | 1010111 | 110010 |
Color Harmonies of #EDE610
Complementary color
Monochromatic Colors of #EDE610
Black with #EDE610
Text Example
Text Example
White with #EDE610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE610; }
p { color: rgb(237,230,16); }
H1.HeaderClassName
{
color: #EDE610;
}
.AnyTagClassName
{
color: #EDE610;
}
</style>
background-color css
<style>
a { background-color: #EDE610; }
a { background-color: rgb(237,230,16); }
div.DivClassName
{
background-color: #EDE610;
}
.BgClassName
{
background-color: #EDE610;
}
</style>
border-color css
<style>
span { border-color: #EDE610; }
span { border-color: rgb(237,230,16); }
td.TdClassName
{
border-color: #EDE610;
}
.TagClassName
{
border-color: #EDE610;
}
</style>