Shades of Lemon #EDE112
Tints of Lemon #EDE112
RGB
CMYK
RGB Variations
Color information
#EDE112 (or 0xEDE112) is known color: Lemon. HEX triplet: ED, E1 and 12. RGB value is (237,225,18). Sum of RGB (Red+Green+Blue) = 237+225+18=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 18 (7.42% from 255 or 3.75% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE112 is #121EED. Grayscale: #CDCDCD. Windows color (decimal): -1187566 or 1237485. OLE color: 1237485.
HSL color Cylindrical-coordinate representation of color #EDE112: hue angle of 56.71º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDE112 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 18 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.07 |
| HSL | 56.71º | 0.86% | 0.5% | - |
| HSV(B) | 56.71º | 0.92% | 0.93% | - |
| XYZ | 61.96 | 71.9 | 11.18 | - |
| YUV | 204.99 | 22.48 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 18 | 0 | 0.05 | 0.92 | 0.07 | 56.71 | 0.86 | 0.5 |
| Hex | ED | E1 | 12 | 0 | 5 | 5C | 7 | 39 | 56 | 32 |
| Octal | 355 | 341 | 22 | 0 | 5 | 134 | 7 | 71 | 126 | 62 |
| Binary | 11101101 | 11100001 | 10010 | 0 | 101 | 1011100 | 111 | 111001 | 1010110 | 110010 |
Color Harmonies of #EDE112
Complementary color
Monochromatic Colors of #EDE112
Black with #EDE112
Text Example
Text Example
White with #EDE112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE112; }
p { color: rgb(237,225,18); }
H1.HeaderClassName
{
color: #EDE112;
}
.AnyTagClassName
{
color: #EDE112;
}
</style>
background-color css
<style>
a { background-color: #EDE112; }
a { background-color: rgb(237,225,18); }
div.DivClassName
{
background-color: #EDE112;
}
.BgClassName
{
background-color: #EDE112;
}
</style>
border-color css
<style>
span { border-color: #EDE112; }
span { border-color: rgb(237,225,18); }
td.TdClassName
{
border-color: #EDE112;
}
.TagClassName
{
border-color: #EDE112;
}
</style>