Shades of Lemon #EDDF0E
Tints of Lemon #EDDF0E
RGB
CMYK
RGB Variations
Color information
#EDDF0E (or 0xEDDF0E) is known color: Lemon. HEX triplet: ED, DF and 0E. RGB value is (237,223,14). Sum of RGB (Red+Green+Blue) = 237+223+14=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 14 (5.86% from 255 or 2.95% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDF0E is #1220F1. Grayscale: #CCCCCC. Windows color (decimal): -1188082 or 974829. OLE color: 974829.
HSL color Cylindrical-coordinate representation of color #EDDF0E: hue angle of 56.23º degrees, saturation: 0.89, 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 #EDDF0E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 14 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.07 |
| HSL | 56.23º | 0.89% | 0.49% | - |
| HSV(B) | 56.23º | 0.94% | 0.93% | - |
| XYZ | 61.39 | 70.81 | 10.85 | - |
| YUV | 203.36 | 21.14 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 14 | 0 | 0.06 | 0.94 | 0.07 | 56.23 | 0.89 | 0.49 |
| Hex | ED | DF | E | 0 | 6 | 5E | 7 | 38 | 59 | 31 |
| Octal | 355 | 337 | 16 | 0 | 6 | 136 | 7 | 70 | 131 | 61 |
| Binary | 11101101 | 11011111 | 1110 | 0 | 110 | 1011110 | 111 | 111000 | 1011001 | 110001 |
Color Harmonies of #EDDF0E
Complementary color
Monochromatic Colors of #EDDF0E
Black with #EDDF0E
Text Example
Text Example
White with #EDDF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF0E; }
p { color: rgb(237,223,14); }
H1.HeaderClassName
{
color: #EDDF0E;
}
.AnyTagClassName
{
color: #EDDF0E;
}
</style>
background-color css
<style>
a { background-color: #EDDF0E; }
a { background-color: rgb(237,223,14); }
div.DivClassName
{
background-color: #EDDF0E;
}
.BgClassName
{
background-color: #EDDF0E;
}
</style>
border-color css
<style>
span { border-color: #EDDF0E; }
span { border-color: rgb(237,223,14); }
td.TdClassName
{
border-color: #EDDF0E;
}
.TagClassName
{
border-color: #EDDF0E;
}
</style>