Shades of Lemon #EEED07
Tints of Lemon #EEED07
RGB
CMYK
RGB Variations
Color information
#EEED07 (or 0xEEED07) is known color: Lemon. HEX triplet: EE, ED and 07. RGB value is (238,237,7). Sum of RGB (Red+Green+Blue) = 238+237+7=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 7 (3.12% from 255 or 1.45% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED07 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEED07 is #1112F8. Grayscale: #D3D3D3. Windows color (decimal): -1118969 or 519662. OLE color: 519662.
HSL color Cylindrical-coordinate representation of color #EEED07: hue angle of 59.74º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EEED07 is Cyan = 0, Magento = 0.00, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 7 | - |
| CMYK | 0 | 0.00 | 0.97 | 0.07 |
| HSL | 59.74º | 0.94% | 0.48% | - |
| HSV(B) | 59.74º | 0.97% | 0.93% | - |
| XYZ | 65.58 | 78.76 | 11.95 | - |
| YUV | 211.08 | 12.83 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 7 | 0 | 0.00 | 0.97 | 0.07 | 59.74 | 0.94 | 0.48 |
| Hex | EE | ED | 7 | 0 | 0 | 61 | 7 | 3C | 5E | 30 |
| Octal | 356 | 355 | 7 | 0 | 0 | 141 | 7 | 74 | 136 | 60 |
| Binary | 11101110 | 11101101 | 111 | 0 | 0 | 1100001 | 111 | 111100 | 1011110 | 110000 |
Color Harmonies of #EEED07
Complementary color
Monochromatic Colors of #EEED07
Black with #EEED07
Text Example
Text Example
White with #EEED07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED07; }
p { color: rgb(238,237,7); }
H1.HeaderClassName
{
color: #EEED07;
}
.AnyTagClassName
{
color: #EEED07;
}
</style>
background-color css
<style>
a { background-color: #EEED07; }
a { background-color: rgb(238,237,7); }
div.DivClassName
{
background-color: #EEED07;
}
.BgClassName
{
background-color: #EEED07;
}
</style>
border-color css
<style>
span { border-color: #EEED07; }
span { border-color: rgb(238,237,7); }
td.TdClassName
{
border-color: #EEED07;
}
.TagClassName
{
border-color: #EEED07;
}
</style>