Shades of Lemon #EEE118
Tints of Lemon #EEE118
RGB
CMYK
RGB Variations
Color information
#EEE118 (or 0xEEE118) is known color: Lemon. HEX triplet: EE, E1 and 18. RGB value is (238,225,24). Sum of RGB (Red+Green+Blue) = 238+225+24=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 24 (9.77% from 255 or 4.93% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE118 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE118 is #111EE7. Grayscale: #CECECE. Windows color (decimal): -1122024 or 1630702. OLE color: 1630702.
HSL color Cylindrical-coordinate representation of color #EEE118: hue angle of 56.36º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EEE118 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 24 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.07 |
| HSL | 56.36º | 0.86% | 0.51% | - |
| HSV(B) | 56.36º | 0.9% | 0.93% | - |
| XYZ | 62.35 | 72.09 | 11.49 | - |
| YUV | 205.97 | 25.31 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 24 | 0 | 0.05 | 0.90 | 0.07 | 56.36 | 0.86 | 0.51 |
| Hex | EE | E1 | 18 | 0 | 5 | 5A | 7 | 38 | 56 | 33 |
| Octal | 356 | 341 | 30 | 0 | 5 | 132 | 7 | 70 | 126 | 63 |
| Binary | 11101110 | 11100001 | 11000 | 0 | 101 | 1011010 | 111 | 111000 | 1010110 | 110011 |
Color Harmonies of #EEE118
Complementary color
Monochromatic Colors of #EEE118
Black with #EEE118
Text Example
Text Example
White with #EEE118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE118; }
p { color: rgb(238,225,24); }
H1.HeaderClassName
{
color: #EEE118;
}
.AnyTagClassName
{
color: #EEE118;
}
</style>
background-color css
<style>
a { background-color: #EEE118; }
a { background-color: rgb(238,225,24); }
div.DivClassName
{
background-color: #EEE118;
}
.BgClassName
{
background-color: #EEE118;
}
</style>
border-color css
<style>
span { border-color: #EEE118; }
span { border-color: rgb(238,225,24); }
td.TdClassName
{
border-color: #EEE118;
}
.TagClassName
{
border-color: #EEE118;
}
</style>