Shades of Lemon #EDDB13
Tints of Lemon #EDDB13
RGB
CMYK
RGB Variations
Color information
#EDDB13 (or 0xEDDB13) is known color: Lemon. HEX triplet: ED, DB and 13. RGB value is (237,219,19). Sum of RGB (Red+Green+Blue) = 237+219+19=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 19 (7.81% from 255 or 4% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDB13 is #1224EC. Grayscale: #CACACA. Windows color (decimal): -1189101 or 1301485. OLE color: 1301485.
HSL color Cylindrical-coordinate representation of color #EDDB13: hue angle of 55.05º 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 #EDDB13 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 19 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.07 |
| HSL | 55.05º | 0.86% | 0.5% | - |
| HSV(B) | 55.05º | 0.92% | 0.93% | - |
| XYZ | 60.37 | 68.71 | 10.7 | - |
| YUV | 201.58 | 24.96 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 19 | 0 | 0.08 | 0.92 | 0.07 | 55.05 | 0.86 | 0.5 |
| Hex | ED | DB | 13 | 0 | 8 | 5C | 7 | 37 | 56 | 32 |
| Octal | 355 | 333 | 23 | 0 | 10 | 134 | 7 | 67 | 126 | 62 |
| Binary | 11101101 | 11011011 | 10011 | 0 | 1000 | 1011100 | 111 | 110111 | 1010110 | 110010 |
Color Harmonies of #EDDB13
Complementary color
Monochromatic Colors of #EDDB13
Black with #EDDB13
Text Example
Text Example
White with #EDDB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB13; }
p { color: rgb(237,219,19); }
H1.HeaderClassName
{
color: #EDDB13;
}
.AnyTagClassName
{
color: #EDDB13;
}
</style>
background-color css
<style>
a { background-color: #EDDB13; }
a { background-color: rgb(237,219,19); }
div.DivClassName
{
background-color: #EDDB13;
}
.BgClassName
{
background-color: #EDDB13;
}
</style>
border-color css
<style>
span { border-color: #EDDB13; }
span { border-color: rgb(237,219,19); }
td.TdClassName
{
border-color: #EDDB13;
}
.TagClassName
{
border-color: #EDDB13;
}
</style>