Shades of Lemon #EEEF17
Tints of Lemon #EEEF17
RGB
CMYK
RGB Variations
Color information
#EEEF17 (or 0xEEEF17) is known color: Lemon. HEX triplet: EE, EF and 17. RGB value is (238,239,23). Sum of RGB (Red+Green+Blue) = 238+239+23=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 23 (9.38% from 255 or 4.6% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEF17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEEF17 is #1110E8. Grayscale: #D6D6D6. Windows color (decimal): -1118441 or 1568750. OLE color: 1568750.
HSL color Cylindrical-coordinate representation of color #EEEF17: hue angle of 60.28º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EEEF17 is Cyan = 0.00, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 239 | 23 | - |
| CMYK | 0.00 | 0 | 0.90 | 0.06 |
| HSL | 60.28º | 0.87% | 0.51% | - |
| HSV(B) | 60.28º | 0.9% | 0.94% | - |
| XYZ | 66.28 | 79.97 | 12.75 | - |
| YUV | 214.08 | 20.17 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 239 | 23 | 0.00 | 0 | 0.90 | 0.06 | 60.28 | 0.87 | 0.51 |
| Hex | EE | EF | 17 | 0 | 0 | 5A | 6 | 3C | 57 | 33 |
| Octal | 356 | 357 | 27 | 0 | 0 | 132 | 6 | 74 | 127 | 63 |
| Binary | 11101110 | 11101111 | 10111 | 0 | 0 | 1011010 | 110 | 111100 | 1010111 | 110011 |
Color Harmonies of #EEEF17
Complementary color
Monochromatic Colors of #EEEF17
Black with #EEEF17
Text Example
Text Example
White with #EEEF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEF17; }
p { color: rgb(238,239,23); }
H1.HeaderClassName
{
color: #EEEF17;
}
.AnyTagClassName
{
color: #EEEF17;
}
</style>
background-color css
<style>
a { background-color: #EEEF17; }
a { background-color: rgb(238,239,23); }
div.DivClassName
{
background-color: #EEEF17;
}
.BgClassName
{
background-color: #EEEF17;
}
</style>
border-color css
<style>
span { border-color: #EEEF17; }
span { border-color: rgb(238,239,23); }
td.TdClassName
{
border-color: #EEEF17;
}
.TagClassName
{
border-color: #EEEF17;
}
</style>