Shades of Lemon #EEE40B
Tints of Lemon #EEE40B
RGB
CMYK
RGB Variations
Color information
#EEE40B (or 0xEEE40B) is known color: Lemon. HEX triplet: EE, E4 and 0B. RGB value is (238,228,11). Sum of RGB (Red+Green+Blue) = 238+228+11=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 228 (89.45% from 255 or 47.80% from 477); Blue value is 11 (4.69% from 255 or 2.31% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE40B is #111BF4. Grayscale: #CFCFCF. Windows color (decimal): -1121269 or 779502. OLE color: 779502.
HSL color Cylindrical-coordinate representation of color #EEE40B: hue angle of 57.36º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEE40B is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 11 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.07 |
| HSL | 57.36º | 0.91% | 0.49% | - |
| HSV(B) | 57.36º | 0.95% | 0.93% | - |
| XYZ | 63.06 | 73.69 | 11.22 | - |
| YUV | 206.25 | 17.81 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 11 | 0 | 0.04 | 0.95 | 0.07 | 57.36 | 0.91 | 0.49 |
| Hex | EE | E4 | B | 0 | 4 | 5F | 7 | 39 | 5B | 31 |
| Octal | 356 | 344 | 13 | 0 | 4 | 137 | 7 | 71 | 133 | 61 |
| Binary | 11101110 | 11100100 | 1011 | 0 | 100 | 1011111 | 111 | 111001 | 1011011 | 110001 |
Color Harmonies of #EEE40B
Complementary color
Monochromatic Colors of #EEE40B
Black with #EEE40B
Text Example
Text Example
White with #EEE40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE40B; }
p { color: rgb(238,228,11); }
H1.HeaderClassName
{
color: #EEE40B;
}
.AnyTagClassName
{
color: #EEE40B;
}
</style>
background-color css
<style>
a { background-color: #EEE40B; }
a { background-color: rgb(238,228,11); }
div.DivClassName
{
background-color: #EEE40B;
}
.BgClassName
{
background-color: #EEE40B;
}
</style>
border-color css
<style>
span { border-color: #EEE40B; }
span { border-color: rgb(238,228,11); }
td.TdClassName
{
border-color: #EEE40B;
}
.TagClassName
{
border-color: #EEE40B;
}
</style>