Shades of Lemon #EEDF16
Tints of Lemon #EEDF16
RGB
CMYK
RGB Variations
Color information
#EEDF16 (or 0xEEDF16) is known color: Lemon. HEX triplet: EE, DF and 16. RGB value is (238,223,22). Sum of RGB (Red+Green+Blue) = 238+223+22=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 22 (8.98% from 255 or 4.55% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDF16 is #1120E9. Grayscale: #CDCDCD. Windows color (decimal): -1122538 or 1499118. OLE color: 1499118.
HSL color Cylindrical-coordinate representation of color #EEDF16: hue angle of 55.83º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EEDF16 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 223 | 22 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.07 |
| HSL | 55.83º | 0.86% | 0.51% | - |
| HSV(B) | 55.83º | 0.91% | 0.93% | - |
| XYZ | 61.79 | 71.01 | 11.21 | - |
| YUV | 204.57 | 24.97 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 223 | 22 | 0 | 0.06 | 0.91 | 0.07 | 55.83 | 0.86 | 0.51 |
| Hex | EE | DF | 16 | 0 | 6 | 5B | 7 | 38 | 56 | 33 |
| Octal | 356 | 337 | 26 | 0 | 6 | 133 | 7 | 70 | 126 | 63 |
| Binary | 11101110 | 11011111 | 10110 | 0 | 110 | 1011011 | 111 | 111000 | 1010110 | 110011 |
Color Harmonies of #EEDF16
Complementary color
Monochromatic Colors of #EEDF16
Black with #EEDF16
Text Example
Text Example
White with #EEDF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDF16; }
p { color: rgb(238,223,22); }
H1.HeaderClassName
{
color: #EEDF16;
}
.AnyTagClassName
{
color: #EEDF16;
}
</style>
background-color css
<style>
a { background-color: #EEDF16; }
a { background-color: rgb(238,223,22); }
div.DivClassName
{
background-color: #EEDF16;
}
.BgClassName
{
background-color: #EEDF16;
}
</style>
border-color css
<style>
span { border-color: #EEDF16; }
span { border-color: rgb(238,223,22); }
td.TdClassName
{
border-color: #EEDF16;
}
.TagClassName
{
border-color: #EEDF16;
}
</style>