Shades of Lemon #EEE016
Tints of Lemon #EEE016
RGB
CMYK
RGB Variations
Color information
#EEE016 (or 0xEEE016) is known color: Lemon. HEX triplet: EE, E0 and 16. RGB value is (238,224,22). Sum of RGB (Red+Green+Blue) = 238+224+22=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 22 (8.98% from 255 or 4.55% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE016 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE016 is #111FE9. Grayscale: #CDCDCD. Windows color (decimal): -1122282 or 1499374. OLE color: 1499374.
HSL color Cylindrical-coordinate representation of color #EEE016: hue angle of 56.11º 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 #EEE016 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 22 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.07 |
| HSL | 56.11º | 0.86% | 0.51% | - |
| HSV(B) | 56.11º | 0.91% | 0.93% | - |
| XYZ | 62.06 | 71.55 | 11.3 | - |
| YUV | 205.16 | 24.64 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 22 | 0 | 0.06 | 0.91 | 0.07 | 56.11 | 0.86 | 0.51 |
| Hex | EE | E0 | 16 | 0 | 6 | 5B | 7 | 38 | 56 | 33 |
| Octal | 356 | 340 | 26 | 0 | 6 | 133 | 7 | 70 | 126 | 63 |
| Binary | 11101110 | 11100000 | 10110 | 0 | 110 | 1011011 | 111 | 111000 | 1010110 | 110011 |
Color Harmonies of #EEE016
Complementary color
Monochromatic Colors of #EEE016
Black with #EEE016
Text Example
Text Example
White with #EEE016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE016; }
p { color: rgb(238,224,22); }
H1.HeaderClassName
{
color: #EEE016;
}
.AnyTagClassName
{
color: #EEE016;
}
</style>
background-color css
<style>
a { background-color: #EEE016; }
a { background-color: rgb(238,224,22); }
div.DivClassName
{
background-color: #EEE016;
}
.BgClassName
{
background-color: #EEE016;
}
</style>
border-color css
<style>
span { border-color: #EEE016; }
span { border-color: rgb(238,224,22); }
td.TdClassName
{
border-color: #EEE016;
}
.TagClassName
{
border-color: #EEE016;
}
</style>