Shades of Lemon #EDE70A
Tints of Lemon #EDE70A
RGB
CMYK
RGB Variations
Color information
#EDE70A (or 0xEDE70A) is known color: Lemon. HEX triplet: ED, E7 and 0A. RGB value is (237,231,10). Sum of RGB (Red+Green+Blue) = 237+231+10=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 231 (90.62% from 255 or 48.33% from 478); Blue value is 10 (4.30% from 255 or 2.09% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE70A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE70A is #1218F5. Grayscale: #D0D0D0. Windows color (decimal): -1186038 or 714733. OLE color: 714733.
HSL color Cylindrical-coordinate representation of color #EDE70A: hue angle of 58.41º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDE70A is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 10 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.07 |
| HSL | 58.41º | 0.92% | 0.48% | - |
| HSV(B) | 58.41º | 0.96% | 0.93% | - |
| XYZ | 63.56 | 75.18 | 11.45 | - |
| YUV | 207.6 | 16.49 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 10 | 0 | 0.03 | 0.96 | 0.07 | 58.41 | 0.92 | 0.48 |
| Hex | ED | E7 | A | 0 | 3 | 60 | 7 | 3A | 5C | 30 |
| Octal | 355 | 347 | 12 | 0 | 3 | 140 | 7 | 72 | 134 | 60 |
| Binary | 11101101 | 11100111 | 1010 | 0 | 11 | 1100000 | 111 | 111010 | 1011100 | 110000 |
Color Harmonies of #EDE70A
Complementary color
Monochromatic Colors of #EDE70A
Black with #EDE70A
Text Example
Text Example
White with #EDE70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE70A; }
p { color: rgb(237,231,10); }
H1.HeaderClassName
{
color: #EDE70A;
}
.AnyTagClassName
{
color: #EDE70A;
}
</style>
background-color css
<style>
a { background-color: #EDE70A; }
a { background-color: rgb(237,231,10); }
div.DivClassName
{
background-color: #EDE70A;
}
.BgClassName
{
background-color: #EDE70A;
}
</style>
border-color css
<style>
span { border-color: #EDE70A; }
span { border-color: rgb(237,231,10); }
td.TdClassName
{
border-color: #EDE70A;
}
.TagClassName
{
border-color: #EDE70A;
}
</style>