Shades of Lemon #EEE41A
Tints of Lemon #EEE41A
RGB
CMYK
RGB Variations
Color information
#EEE41A (or 0xEEE41A) is known color: Lemon. HEX triplet: EE, E4 and 1A. RGB value is (238,228,26). Sum of RGB (Red+Green+Blue) = 238+228+26=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 26 (10.55% from 255 or 5.28% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE41A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE41A is #111BE5. Grayscale: #D0D0D0. Windows color (decimal): -1121254 or 1762542. OLE color: 1762542.
HSL color Cylindrical-coordinate representation of color #EEE41A: hue angle of 57.17º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EEE41A is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 26 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.07 |
| HSL | 57.17º | 0.86% | 0.52% | - |
| HSV(B) | 57.17º | 0.89% | 0.93% | - |
| XYZ | 63.19 | 73.74 | 11.88 | - |
| YUV | 207.96 | 25.31 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 26 | 0 | 0.04 | 0.89 | 0.07 | 57.17 | 0.86 | 0.52 |
| Hex | EE | E4 | 1A | 0 | 4 | 59 | 7 | 39 | 56 | 34 |
| Octal | 356 | 344 | 32 | 0 | 4 | 131 | 7 | 71 | 126 | 64 |
| Binary | 11101110 | 11100100 | 11010 | 0 | 100 | 1011001 | 111 | 111001 | 1010110 | 110100 |
Color Harmonies of #EEE41A
Complementary color
Monochromatic Colors of #EEE41A
Black with #EEE41A
Text Example
Text Example
White with #EEE41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE41A; }
p { color: rgb(238,228,26); }
H1.HeaderClassName
{
color: #EEE41A;
}
.AnyTagClassName
{
color: #EEE41A;
}
</style>
background-color css
<style>
a { background-color: #EEE41A; }
a { background-color: rgb(238,228,26); }
div.DivClassName
{
background-color: #EEE41A;
}
.BgClassName
{
background-color: #EEE41A;
}
</style>
border-color css
<style>
span { border-color: #EEE41A; }
span { border-color: rgb(238,228,26); }
td.TdClassName
{
border-color: #EEE41A;
}
.TagClassName
{
border-color: #EEE41A;
}
</style>