Shades of Lemon #EEE41B
Tints of Lemon #EEE41B
RGB
CMYK
RGB Variations
Color information
#EEE41B (or 0xEEE41B) is known color: Lemon. HEX triplet: EE, E4 and 1B. RGB value is (238,228,27). Sum of RGB (Red+Green+Blue) = 238+228+27=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 27 (10.94% from 255 or 5.48% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE41B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE41B is #111BE4. Grayscale: #D0D0D0. Windows color (decimal): -1121253 or 1828078. OLE color: 1828078.
HSL color Cylindrical-coordinate representation of color #EEE41B: hue angle of 57.16º 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 #EEE41B is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 27 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.07 |
| HSL | 57.16º | 0.86% | 0.52% | - |
| HSV(B) | 57.16º | 0.89% | 0.93% | - |
| XYZ | 63.2 | 73.74 | 11.94 | - |
| YUV | 208.08 | 25.81 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 27 | 0 | 0.04 | 0.89 | 0.07 | 57.16 | 0.86 | 0.52 |
| Hex | EE | E4 | 1B | 0 | 4 | 59 | 7 | 39 | 56 | 34 |
| Octal | 356 | 344 | 33 | 0 | 4 | 131 | 7 | 71 | 126 | 64 |
| Binary | 11101110 | 11100100 | 11011 | 0 | 100 | 1011001 | 111 | 111001 | 1010110 | 110100 |
Color Harmonies of #EEE41B
Complementary color
Monochromatic Colors of #EEE41B
Black with #EEE41B
Text Example
Text Example
White with #EEE41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE41B; }
p { color: rgb(238,228,27); }
H1.HeaderClassName
{
color: #EEE41B;
}
.AnyTagClassName
{
color: #EEE41B;
}
</style>
background-color css
<style>
a { background-color: #EEE41B; }
a { background-color: rgb(238,228,27); }
div.DivClassName
{
background-color: #EEE41B;
}
.BgClassName
{
background-color: #EEE41B;
}
</style>
border-color css
<style>
span { border-color: #EEE41B; }
span { border-color: rgb(238,228,27); }
td.TdClassName
{
border-color: #EEE41B;
}
.TagClassName
{
border-color: #EEE41B;
}
</style>