Shades of Lemon #EDE010
Tints of Lemon #EDE010
RGB
CMYK
RGB Variations
Color information
#EDE010 (or 0xEDE010) is known color: Lemon. HEX triplet: ED, E0 and 10. RGB value is (237,224,16). Sum of RGB (Red+Green+Blue) = 237+224+16=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 16 (6.64% from 255 or 3.35% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE010 is #121FEF. Grayscale: #CDCDCD. Windows color (decimal): -1187824 or 1106157. OLE color: 1106157.
HSL color Cylindrical-coordinate representation of color #EDE010: hue angle of 56.47º 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 #EDE010 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 16 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.07 |
| HSL | 56.47º | 0.87% | 0.5% | - |
| HSV(B) | 56.47º | 0.93% | 0.93% | - |
| XYZ | 61.67 | 71.35 | 11.01 | - |
| YUV | 204.18 | 21.81 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 16 | 0 | 0.05 | 0.93 | 0.07 | 56.47 | 0.87 | 0.5 |
| Hex | ED | E0 | 10 | 0 | 5 | 5D | 7 | 38 | 57 | 32 |
| Octal | 355 | 340 | 20 | 0 | 5 | 135 | 7 | 70 | 127 | 62 |
| Binary | 11101101 | 11100000 | 10000 | 0 | 101 | 1011101 | 111 | 111000 | 1010111 | 110010 |
Color Harmonies of #EDE010
Complementary color
Monochromatic Colors of #EDE010
Black with #EDE010
Text Example
Text Example
White with #EDE010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE010; }
p { color: rgb(237,224,16); }
H1.HeaderClassName
{
color: #EDE010;
}
.AnyTagClassName
{
color: #EDE010;
}
</style>
background-color css
<style>
a { background-color: #EDE010; }
a { background-color: rgb(237,224,16); }
div.DivClassName
{
background-color: #EDE010;
}
.BgClassName
{
background-color: #EDE010;
}
</style>
border-color css
<style>
span { border-color: #EDE010; }
span { border-color: rgb(237,224,16); }
td.TdClassName
{
border-color: #EDE010;
}
.TagClassName
{
border-color: #EDE010;
}
</style>