Shades of Lemon #EDDF0F
Tints of Lemon #EDDF0F
RGB
CMYK
RGB Variations
Color information
#EDDF0F (or 0xEDDF0F) is known color: Lemon. HEX triplet: ED, DF and 0F. RGB value is (237,223,15). Sum of RGB (Red+Green+Blue) = 237+223+15=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 15 (6.25% from 255 or 3.16% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDF0F is #1220F0. Grayscale: #CCCCCC. Windows color (decimal): -1188081 or 1040365. OLE color: 1040365.
HSL color Cylindrical-coordinate representation of color #EDDF0F: hue angle of 56.22º 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 #EDDF0F is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 15 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.07 |
| HSL | 56.22º | 0.88% | 0.49% | - |
| HSV(B) | 56.22º | 0.94% | 0.93% | - |
| XYZ | 61.4 | 70.81 | 10.88 | - |
| YUV | 203.47 | 21.64 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 15 | 0 | 0.06 | 0.94 | 0.07 | 56.22 | 0.88 | 0.49 |
| Hex | ED | DF | F | 0 | 6 | 5E | 7 | 38 | 58 | 31 |
| Octal | 355 | 337 | 17 | 0 | 6 | 136 | 7 | 70 | 130 | 61 |
| Binary | 11101101 | 11011111 | 1111 | 0 | 110 | 1011110 | 111 | 111000 | 1011000 | 110001 |
Color Harmonies of #EDDF0F
Complementary color
Monochromatic Colors of #EDDF0F
Black with #EDDF0F
Text Example
Text Example
White with #EDDF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF0F; }
p { color: rgb(237,223,15); }
H1.HeaderClassName
{
color: #EDDF0F;
}
.AnyTagClassName
{
color: #EDDF0F;
}
</style>
background-color css
<style>
a { background-color: #EDDF0F; }
a { background-color: rgb(237,223,15); }
div.DivClassName
{
background-color: #EDDF0F;
}
.BgClassName
{
background-color: #EDDF0F;
}
</style>
border-color css
<style>
span { border-color: #EDDF0F; }
span { border-color: rgb(237,223,15); }
td.TdClassName
{
border-color: #EDDF0F;
}
.TagClassName
{
border-color: #EDDF0F;
}
</style>