Shades of Lemon #EDE312
Tints of Lemon #EDE312
RGB
CMYK
RGB Variations
Color information
#EDE312 (or 0xEDE312) is known color: Lemon. HEX triplet: ED, E3 and 12. RGB value is (237,227,18). Sum of RGB (Red+Green+Blue) = 237+227+18=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 18 (7.42% from 255 or 3.73% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE312 is #121CED. Grayscale: #CFCFCF. Windows color (decimal): -1187054 or 1237997. OLE color: 1237997.
HSL color Cylindrical-coordinate representation of color #EDE312: hue angle of 57.26º 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 #EDE312 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 18 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.07 |
| HSL | 57.26º | 0.86% | 0.5% | - |
| HSV(B) | 57.26º | 0.92% | 0.93% | - |
| XYZ | 62.5 | 72.99 | 11.37 | - |
| YUV | 206.16 | 21.81 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 18 | 0 | 0.04 | 0.92 | 0.07 | 57.26 | 0.86 | 0.5 |
| Hex | ED | E3 | 12 | 0 | 4 | 5C | 7 | 39 | 56 | 32 |
| Octal | 355 | 343 | 22 | 0 | 4 | 134 | 7 | 71 | 126 | 62 |
| Binary | 11101101 | 11100011 | 10010 | 0 | 100 | 1011100 | 111 | 111001 | 1010110 | 110010 |
Color Harmonies of #EDE312
Complementary color
Monochromatic Colors of #EDE312
Black with #EDE312
Text Example
Text Example
White with #EDE312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE312; }
p { color: rgb(237,227,18); }
H1.HeaderClassName
{
color: #EDE312;
}
.AnyTagClassName
{
color: #EDE312;
}
</style>
background-color css
<style>
a { background-color: #EDE312; }
a { background-color: rgb(237,227,18); }
div.DivClassName
{
background-color: #EDE312;
}
.BgClassName
{
background-color: #EDE312;
}
</style>
border-color css
<style>
span { border-color: #EDE312; }
span { border-color: rgb(237,227,18); }
td.TdClassName
{
border-color: #EDE312;
}
.TagClassName
{
border-color: #EDE312;
}
</style>