Shades of Lemon #EDDB15
Tints of Lemon #EDDB15
RGB
CMYK
RGB Variations
Color information
#EDDB15 (or 0xEDDB15) is known color: Lemon. HEX triplet: ED, DB and 15. RGB value is (237,219,21). Sum of RGB (Red+Green+Blue) = 237+219+21=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 21 (8.59% from 255 or 4.40% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDB15 is #1224EA. Grayscale: #CACACA. Windows color (decimal): -1189099 or 1432557. OLE color: 1432557.
HSL color Cylindrical-coordinate representation of color #EDDB15: hue angle of 55º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDDB15 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 21 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.07 |
| HSL | 55º | 0.86% | 0.51% | - |
| HSV(B) | 55º | 0.91% | 0.93% | - |
| XYZ | 60.39 | 68.72 | 10.79 | - |
| YUV | 201.81 | 25.96 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 21 | 0 | 0.08 | 0.91 | 0.07 | 55 | 0.86 | 0.51 |
| Hex | ED | DB | 15 | 0 | 8 | 5B | 7 | 37 | 56 | 33 |
| Octal | 355 | 333 | 25 | 0 | 10 | 133 | 7 | 67 | 126 | 63 |
| Binary | 11101101 | 11011011 | 10101 | 0 | 1000 | 1011011 | 111 | 110111 | 1010110 | 110011 |
Color Harmonies of #EDDB15
Complementary color
Monochromatic Colors of #EDDB15
Black with #EDDB15
Text Example
Text Example
White with #EDDB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB15; }
p { color: rgb(237,219,21); }
H1.HeaderClassName
{
color: #EDDB15;
}
.AnyTagClassName
{
color: #EDDB15;
}
</style>
background-color css
<style>
a { background-color: #EDDB15; }
a { background-color: rgb(237,219,21); }
div.DivClassName
{
background-color: #EDDB15;
}
.BgClassName
{
background-color: #EDDB15;
}
</style>
border-color css
<style>
span { border-color: #EDDB15; }
span { border-color: rgb(237,219,21); }
td.TdClassName
{
border-color: #EDDB15;
}
.TagClassName
{
border-color: #EDDB15;
}
</style>