Shades of Lemon #EEED00
Tints of Lemon #EEED00
RGB
CMYK
RGB Variations
Color information
#EEED00 (or 0xEEED00) is known color: Lemon. HEX triplet: EE, ED and 00. RGB value is (238,237,0). Sum of RGB (Red+Green+Blue) = 238+237+0=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 0 (0.39% from 255 or 0% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEED00 is #1112FF. Grayscale: #D3D3D3. Windows color (decimal): -1118976 or 60910. OLE color: 60910.
HSL color Cylindrical-coordinate representation of color #EEED00: hue angle of 59.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EEED00 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 0 | - |
| CMYK | 0 | 0.00 | 1 | 0.07 |
| HSL | 59.75º | 1% | 0.47% | - |
| HSV(B) | 59.75º | 1% | 0.93% | - |
| XYZ | 65.54 | 78.75 | 11.74 | - |
| YUV | 210.28 | 9.33 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 0 | 0 | 0.00 | 1 | 0.07 | 59.75 | 1 | 0.47 |
| Hex | EE | ED | 0 | 0 | 0 | 64 | 7 | 3C | 64 | 2F |
| Octal | 356 | 355 | 0 | 0 | 0 | 144 | 7 | 74 | 144 | 57 |
| Binary | 11101110 | 11101101 | 0 | 0 | 0 | 1100100 | 111 | 111100 | 1100100 | 101111 |
Color Harmonies of #EEED00
Complementary color
Monochromatic Colors of #EEED00
Black with #EEED00
Text Example
Text Example
White with #EEED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED00; }
p { color: rgb(238,237,0); }
H1.HeaderClassName
{
color: #EEED00;
}
.AnyTagClassName
{
color: #EEED00;
}
</style>
background-color css
<style>
a { background-color: #EEED00; }
a { background-color: rgb(238,237,0); }
div.DivClassName
{
background-color: #EEED00;
}
.BgClassName
{
background-color: #EEED00;
}
</style>
border-color css
<style>
span { border-color: #EEED00; }
span { border-color: rgb(238,237,0); }
td.TdClassName
{
border-color: #EEED00;
}
.TagClassName
{
border-color: #EEED00;
}
</style>