Shades of Lemon #EEDF0F
Tints of Lemon #EEDF0F
RGB
CMYK
RGB Variations
Color information
#EEDF0F (or 0xEEDF0F) is known color: Lemon. HEX triplet: EE, DF and 0F. RGB value is (238,223,15). Sum of RGB (Red+Green+Blue) = 238+223+15=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 15 (6.25% from 255 or 3.15% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDF0F is #1120F0. Grayscale: #CCCCCC. Windows color (decimal): -1122545 or 1040366. OLE color: 1040366.
HSL color Cylindrical-coordinate representation of color #EEDF0F: hue angle of 55.96º 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 #EEDF0F is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 223 | 15 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.07 |
| HSL | 55.96º | 0.88% | 0.5% | - |
| HSV(B) | 55.96º | 0.94% | 0.93% | - |
| XYZ | 61.73 | 70.99 | 10.9 | - |
| YUV | 203.77 | 21.47 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 223 | 15 | 0 | 0.06 | 0.94 | 0.07 | 55.96 | 0.88 | 0.5 |
| Hex | EE | DF | F | 0 | 6 | 5E | 7 | 38 | 58 | 32 |
| Octal | 356 | 337 | 17 | 0 | 6 | 136 | 7 | 70 | 130 | 62 |
| Binary | 11101110 | 11011111 | 1111 | 0 | 110 | 1011110 | 111 | 111000 | 1011000 | 110010 |
Color Harmonies of #EEDF0F
Complementary color
Monochromatic Colors of #EEDF0F
Black with #EEDF0F
Text Example
Text Example
White with #EEDF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDF0F; }
p { color: rgb(238,223,15); }
H1.HeaderClassName
{
color: #EEDF0F;
}
.AnyTagClassName
{
color: #EEDF0F;
}
</style>
background-color css
<style>
a { background-color: #EEDF0F; }
a { background-color: rgb(238,223,15); }
div.DivClassName
{
background-color: #EEDF0F;
}
.BgClassName
{
background-color: #EEDF0F;
}
</style>
border-color css
<style>
span { border-color: #EEDF0F; }
span { border-color: rgb(238,223,15); }
td.TdClassName
{
border-color: #EEDF0F;
}
.TagClassName
{
border-color: #EEDF0F;
}
</style>