Shades of Lemon #EDDB0F
Tints of Lemon #EDDB0F
RGB
CMYK
RGB Variations
Color information
#EDDB0F (or 0xEDDB0F) is known color: Lemon. HEX triplet: ED, DB and 0F. RGB value is (237,219,15). Sum of RGB (Red+Green+Blue) = 237+219+15=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 15 (6.25% from 255 or 3.18% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDB0F is #1224F0. Grayscale: #C9C9C9. Windows color (decimal): -1189105 or 1039341. OLE color: 1039341.
HSL color Cylindrical-coordinate representation of color #EDDB0F: hue angle of 55.14º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDDB0F is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 15 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.07 |
| HSL | 55.14º | 0.88% | 0.49% | - |
| HSV(B) | 55.14º | 0.94% | 0.93% | - |
| XYZ | 60.34 | 68.7 | 10.53 | - |
| YUV | 201.13 | 22.96 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 15 | 0 | 0.08 | 0.94 | 0.07 | 55.14 | 0.88 | 0.49 |
| Hex | ED | DB | F | 0 | 8 | 5E | 7 | 37 | 58 | 31 |
| Octal | 355 | 333 | 17 | 0 | 10 | 136 | 7 | 67 | 130 | 61 |
| Binary | 11101101 | 11011011 | 1111 | 0 | 1000 | 1011110 | 111 | 110111 | 1011000 | 110001 |
Color Harmonies of #EDDB0F
Complementary color
Monochromatic Colors of #EDDB0F
Black with #EDDB0F
Text Example
Text Example
White with #EDDB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB0F; }
p { color: rgb(237,219,15); }
H1.HeaderClassName
{
color: #EDDB0F;
}
.AnyTagClassName
{
color: #EDDB0F;
}
</style>
background-color css
<style>
a { background-color: #EDDB0F; }
a { background-color: rgb(237,219,15); }
div.DivClassName
{
background-color: #EDDB0F;
}
.BgClassName
{
background-color: #EDDB0F;
}
</style>
border-color css
<style>
span { border-color: #EDDB0F; }
span { border-color: rgb(237,219,15); }
td.TdClassName
{
border-color: #EDDB0F;
}
.TagClassName
{
border-color: #EDDB0F;
}
</style>