Shades of Lemon #EDDF15
Tints of Lemon #EDDF15
RGB
CMYK
RGB Variations
Color information
#EDDF15 (or 0xEDDF15) is known color: Lemon. HEX triplet: ED, DF and 15. RGB value is (237,223,21). Sum of RGB (Red+Green+Blue) = 237+223+21=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 21 (8.59% from 255 or 4.37% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDF15 is #1220EA. Grayscale: #CCCCCC. Windows color (decimal): -1188075 or 1433581. OLE color: 1433581.
HSL color Cylindrical-coordinate representation of color #EDDF15: hue angle of 56.11º 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 #EDDF15 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 21 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.07 |
| HSL | 56.11º | 0.86% | 0.51% | - |
| HSV(B) | 56.11º | 0.91% | 0.93% | - |
| XYZ | 61.45 | 70.83 | 11.14 | - |
| YUV | 204.16 | 24.64 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 21 | 0 | 0.06 | 0.91 | 0.07 | 56.11 | 0.86 | 0.51 |
| Hex | ED | DF | 15 | 0 | 6 | 5B | 7 | 38 | 56 | 33 |
| Octal | 355 | 337 | 25 | 0 | 6 | 133 | 7 | 70 | 126 | 63 |
| Binary | 11101101 | 11011111 | 10101 | 0 | 110 | 1011011 | 111 | 111000 | 1010110 | 110011 |
Color Harmonies of #EDDF15
Complementary color
Monochromatic Colors of #EDDF15
Black with #EDDF15
Text Example
Text Example
White with #EDDF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF15; }
p { color: rgb(237,223,21); }
H1.HeaderClassName
{
color: #EDDF15;
}
.AnyTagClassName
{
color: #EDDF15;
}
</style>
background-color css
<style>
a { background-color: #EDDF15; }
a { background-color: rgb(237,223,21); }
div.DivClassName
{
background-color: #EDDF15;
}
.BgClassName
{
background-color: #EDDF15;
}
</style>
border-color css
<style>
span { border-color: #EDDF15; }
span { border-color: rgb(237,223,21); }
td.TdClassName
{
border-color: #EDDF15;
}
.TagClassName
{
border-color: #EDDF15;
}
</style>