Shades of Lemon #EEE114
Tints of Lemon #EEE114
RGB
CMYK
RGB Variations
Color information
#EEE114 (or 0xEEE114) is known color: Lemon. HEX triplet: EE, E1 and 14. RGB value is (238,225,20). Sum of RGB (Red+Green+Blue) = 238+225+20=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 20 (8.20% from 255 or 4.14% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE114 is #111EEB. Grayscale: #CECECE. Windows color (decimal): -1122028 or 1368558. OLE color: 1368558.
HSL color Cylindrical-coordinate representation of color #EEE114: hue angle of 56.42º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEE114 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 20 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.07 |
| HSL | 56.42º | 0.87% | 0.51% | - |
| HSV(B) | 56.42º | 0.92% | 0.93% | - |
| XYZ | 62.31 | 72.08 | 11.29 | - |
| YUV | 205.52 | 23.31 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 20 | 0 | 0.05 | 0.92 | 0.07 | 56.42 | 0.87 | 0.51 |
| Hex | EE | E1 | 14 | 0 | 5 | 5C | 7 | 38 | 57 | 33 |
| Octal | 356 | 341 | 24 | 0 | 5 | 134 | 7 | 70 | 127 | 63 |
| Binary | 11101110 | 11100001 | 10100 | 0 | 101 | 1011100 | 111 | 111000 | 1010111 | 110011 |
Color Harmonies of #EEE114
Complementary color
Monochromatic Colors of #EEE114
Black with #EEE114
Text Example
Text Example
White with #EEE114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE114; }
p { color: rgb(238,225,20); }
H1.HeaderClassName
{
color: #EEE114;
}
.AnyTagClassName
{
color: #EEE114;
}
</style>
background-color css
<style>
a { background-color: #EEE114; }
a { background-color: rgb(238,225,20); }
div.DivClassName
{
background-color: #EEE114;
}
.BgClassName
{
background-color: #EEE114;
}
</style>
border-color css
<style>
span { border-color: #EEE114; }
span { border-color: rgb(238,225,20); }
td.TdClassName
{
border-color: #EEE114;
}
.TagClassName
{
border-color: #EEE114;
}
</style>