Shades of Lemon #EDDF19
Tints of Lemon #EDDF19
RGB
CMYK
RGB Variations
Color information
#EDDF19 (or 0xEDDF19) is known color: Lemon. HEX triplet: ED, DF and 19. RGB value is (237,223,25). Sum of RGB (Red+Green+Blue) = 237+223+25=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 25 (10.16% from 255 or 5.15% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDF19 is #1220E6. Grayscale: #CDCDCD. Windows color (decimal): -1188071 or 1695725. OLE color: 1695725.
HSL color Cylindrical-coordinate representation of color #EDDF19: hue angle of 56.04º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDDF19 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 25 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.07 |
| HSL | 56.04º | 0.85% | 0.51% | - |
| HSV(B) | 56.04º | 0.89% | 0.93% | - |
| XYZ | 61.49 | 70.85 | 11.35 | - |
| YUV | 204.61 | 26.64 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 25 | 0 | 0.06 | 0.89 | 0.07 | 56.04 | 0.85 | 0.51 |
| Hex | ED | DF | 19 | 0 | 6 | 59 | 7 | 38 | 55 | 33 |
| Octal | 355 | 337 | 31 | 0 | 6 | 131 | 7 | 70 | 125 | 63 |
| Binary | 11101101 | 11011111 | 11001 | 0 | 110 | 1011001 | 111 | 111000 | 1010101 | 110011 |
Color Harmonies of #EDDF19
Complementary color
Monochromatic Colors of #EDDF19
Black with #EDDF19
Text Example
Text Example
White with #EDDF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF19; }
p { color: rgb(237,223,25); }
H1.HeaderClassName
{
color: #EDDF19;
}
.AnyTagClassName
{
color: #EDDF19;
}
</style>
background-color css
<style>
a { background-color: #EDDF19; }
a { background-color: rgb(237,223,25); }
div.DivClassName
{
background-color: #EDDF19;
}
.BgClassName
{
background-color: #EDDF19;
}
</style>
border-color css
<style>
span { border-color: #EDDF19; }
span { border-color: rgb(237,223,25); }
td.TdClassName
{
border-color: #EDDF19;
}
.TagClassName
{
border-color: #EDDF19;
}
</style>