Shades of Lemon #EDDC13
Tints of Lemon #EDDC13
RGB
CMYK
RGB Variations
Color information
#EDDC13 (or 0xEDDC13) is known color: Lemon. HEX triplet: ED, DC and 13. RGB value is (237,220,19). Sum of RGB (Red+Green+Blue) = 237+220+19=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 19 (7.81% from 255 or 3.99% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDC13 is #1223EC. Grayscale: #CACACA. Windows color (decimal): -1188845 or 1301741. OLE color: 1301741.
HSL color Cylindrical-coordinate representation of color #EDDC13: hue angle of 55.32º 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 #EDDC13 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 19 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.07 |
| HSL | 55.32º | 0.86% | 0.5% | - |
| HSV(B) | 55.32º | 0.92% | 0.93% | - |
| XYZ | 60.64 | 69.24 | 10.78 | - |
| YUV | 202.17 | 24.63 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 19 | 0 | 0.07 | 0.92 | 0.07 | 55.32 | 0.86 | 0.5 |
| Hex | ED | DC | 13 | 0 | 7 | 5C | 7 | 37 | 56 | 32 |
| Octal | 355 | 334 | 23 | 0 | 7 | 134 | 7 | 67 | 126 | 62 |
| Binary | 11101101 | 11011100 | 10011 | 0 | 111 | 1011100 | 111 | 110111 | 1010110 | 110010 |
Color Harmonies of #EDDC13
Complementary color
Monochromatic Colors of #EDDC13
Black with #EDDC13
Text Example
Text Example
White with #EDDC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC13; }
p { color: rgb(237,220,19); }
H1.HeaderClassName
{
color: #EDDC13;
}
.AnyTagClassName
{
color: #EDDC13;
}
</style>
background-color css
<style>
a { background-color: #EDDC13; }
a { background-color: rgb(237,220,19); }
div.DivClassName
{
background-color: #EDDC13;
}
.BgClassName
{
background-color: #EDDC13;
}
</style>
border-color css
<style>
span { border-color: #EDDC13; }
span { border-color: rgb(237,220,19); }
td.TdClassName
{
border-color: #EDDC13;
}
.TagClassName
{
border-color: #EDDC13;
}
</style>