Shades of Lemon #EEED1E
Tints of Lemon #EEED1E
RGB
CMYK
RGB Variations
Color information
#EEED1E (or 0xEEED1E) is known color: Lemon. HEX triplet: EE, ED and 1E. RGB value is (238,237,30). Sum of RGB (Red+Green+Blue) = 238+237+30=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 30 (12.11% from 255 or 5.94% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEED1E is #1112E1. Grayscale: #D6D6D6. Windows color (decimal): -1118946 or 2026990. OLE color: 2026990.
HSL color Cylindrical-coordinate representation of color #EEED1E: hue angle of 59.71º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EEED1E is Cyan = 0, Magento = 0.00, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 30 | - |
| CMYK | 0 | 0.00 | 0.87 | 0.07 |
| HSL | 59.71º | 0.86% | 0.53% | - |
| HSV(B) | 59.71º | 0.87% | 0.93% | - |
| XYZ | 65.78 | 78.84 | 12.98 | - |
| YUV | 213.7 | 24.33 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 30 | 0 | 0.00 | 0.87 | 0.07 | 59.71 | 0.86 | 0.53 |
| Hex | EE | ED | 1E | 0 | 0 | 57 | 7 | 3C | 56 | 35 |
| Octal | 356 | 355 | 36 | 0 | 0 | 127 | 7 | 74 | 126 | 65 |
| Binary | 11101110 | 11101101 | 11110 | 0 | 0 | 1010111 | 111 | 111100 | 1010110 | 110101 |
Color Harmonies of #EEED1E
Complementary color
Monochromatic Colors of #EEED1E
Black with #EEED1E
Text Example
Text Example
White with #EEED1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED1E; }
p { color: rgb(238,237,30); }
H1.HeaderClassName
{
color: #EEED1E;
}
.AnyTagClassName
{
color: #EEED1E;
}
</style>
background-color css
<style>
a { background-color: #EEED1E; }
a { background-color: rgb(238,237,30); }
div.DivClassName
{
background-color: #EEED1E;
}
.BgClassName
{
background-color: #EEED1E;
}
</style>
border-color css
<style>
span { border-color: #EEED1E; }
span { border-color: rgb(238,237,30); }
td.TdClassName
{
border-color: #EEED1E;
}
.TagClassName
{
border-color: #EEED1E;
}
</style>