Shades of Lemon #EEED0F
Tints of Lemon #EEED0F
RGB
CMYK
RGB Variations
Color information
#EEED0F (or 0xEEED0F) is known color: Lemon. HEX triplet: EE, ED and 0F. RGB value is (238,237,15). Sum of RGB (Red+Green+Blue) = 238+237+15=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 15 (6.25% from 255 or 3.06% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEED0F is #1112F0. Grayscale: #D4D4D4. Windows color (decimal): -1118961 or 1043950. OLE color: 1043950.
HSL color Cylindrical-coordinate representation of color #EEED0F: hue angle of 59.73º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEED0F is Cyan = 0, Magento = 0.00, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 15 | - |
| CMYK | 0 | 0.00 | 0.94 | 0.07 |
| HSL | 59.73º | 0.88% | 0.5% | - |
| HSV(B) | 59.73º | 0.94% | 0.93% | - |
| XYZ | 65.63 | 78.78 | 12.2 | - |
| YUV | 211.99 | 16.83 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 15 | 0 | 0.00 | 0.94 | 0.07 | 59.73 | 0.88 | 0.5 |
| Hex | EE | ED | F | 0 | 0 | 5E | 7 | 3C | 58 | 32 |
| Octal | 356 | 355 | 17 | 0 | 0 | 136 | 7 | 74 | 130 | 62 |
| Binary | 11101110 | 11101101 | 1111 | 0 | 0 | 1011110 | 111 | 111100 | 1011000 | 110010 |
Color Harmonies of #EEED0F
Complementary color
Monochromatic Colors of #EEED0F
Black with #EEED0F
Text Example
Text Example
White with #EEED0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED0F; }
p { color: rgb(238,237,15); }
H1.HeaderClassName
{
color: #EEED0F;
}
.AnyTagClassName
{
color: #EEED0F;
}
</style>
background-color css
<style>
a { background-color: #EEED0F; }
a { background-color: rgb(238,237,15); }
div.DivClassName
{
background-color: #EEED0F;
}
.BgClassName
{
background-color: #EEED0F;
}
</style>
border-color css
<style>
span { border-color: #EEED0F; }
span { border-color: rgb(238,237,15); }
td.TdClassName
{
border-color: #EEED0F;
}
.TagClassName
{
border-color: #EEED0F;
}
</style>