Shades of Lemon #EDDD12
Tints of Lemon #EDDD12
RGB
CMYK
RGB Variations
Color information
#EDDD12 (or 0xEDDD12) is known color: Lemon. HEX triplet: ED, DD and 12. RGB value is (237,221,18). Sum of RGB (Red+Green+Blue) = 237+221+18=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 18 (7.42% from 255 or 3.78% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDD12 is #1222ED. Grayscale: #CBCBCB. Windows color (decimal): -1188590 or 1236461. OLE color: 1236461.
HSL color Cylindrical-coordinate representation of color #EDDD12: hue angle of 55.62º 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 #EDDD12 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 18 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.07 |
| HSL | 55.62º | 0.86% | 0.5% | - |
| HSV(B) | 55.62º | 0.92% | 0.93% | - |
| XYZ | 60.89 | 69.76 | 10.83 | - |
| YUV | 202.64 | 23.8 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 18 | 0 | 0.07 | 0.92 | 0.07 | 55.62 | 0.86 | 0.5 |
| Hex | ED | DD | 12 | 0 | 7 | 5C | 7 | 38 | 56 | 32 |
| Octal | 355 | 335 | 22 | 0 | 7 | 134 | 7 | 70 | 126 | 62 |
| Binary | 11101101 | 11011101 | 10010 | 0 | 111 | 1011100 | 111 | 111000 | 1010110 | 110010 |
Color Harmonies of #EDDD12
Complementary color
Monochromatic Colors of #EDDD12
Black with #EDDD12
Text Example
Text Example
White with #EDDD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD12; }
p { color: rgb(237,221,18); }
H1.HeaderClassName
{
color: #EDDD12;
}
.AnyTagClassName
{
color: #EDDD12;
}
</style>
background-color css
<style>
a { background-color: #EDDD12; }
a { background-color: rgb(237,221,18); }
div.DivClassName
{
background-color: #EDDD12;
}
.BgClassName
{
background-color: #EDDD12;
}
</style>
border-color css
<style>
span { border-color: #EDDD12; }
span { border-color: rgb(237,221,18); }
td.TdClassName
{
border-color: #EDDD12;
}
.TagClassName
{
border-color: #EDDD12;
}
</style>