Shades of Lemon #EEE30E
Tints of Lemon #EEE30E
RGB
CMYK
RGB Variations
Color information
#EEE30E (or 0xEEE30E) is known color: Lemon. HEX triplet: EE, E3 and 0E. RGB value is (238,227,14). Sum of RGB (Red+Green+Blue) = 238+227+14=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 227 (89.06% from 255 or 47.39% from 479); Blue value is 14 (5.86% from 255 or 2.92% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE30E is #111CF1. Grayscale: #CECECE. Windows color (decimal): -1121522 or 975854. OLE color: 975854.
HSL color Cylindrical-coordinate representation of color #EEE30E: hue angle of 57.05º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEE30E is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 14 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.07 |
| HSL | 57.05º | 0.89% | 0.49% | - |
| HSV(B) | 57.05º | 0.94% | 0.93% | - |
| XYZ | 62.81 | 73.15 | 11.22 | - |
| YUV | 206.01 | 19.64 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 14 | 0 | 0.05 | 0.94 | 0.07 | 57.05 | 0.89 | 0.49 |
| Hex | EE | E3 | E | 0 | 5 | 5E | 7 | 39 | 59 | 31 |
| Octal | 356 | 343 | 16 | 0 | 5 | 136 | 7 | 71 | 131 | 61 |
| Binary | 11101110 | 11100011 | 1110 | 0 | 101 | 1011110 | 111 | 111001 | 1011001 | 110001 |
Color Harmonies of #EEE30E
Complementary color
Monochromatic Colors of #EEE30E
Black with #EEE30E
Text Example
Text Example
White with #EEE30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE30E; }
p { color: rgb(238,227,14); }
H1.HeaderClassName
{
color: #EEE30E;
}
.AnyTagClassName
{
color: #EEE30E;
}
</style>
background-color css
<style>
a { background-color: #EEE30E; }
a { background-color: rgb(238,227,14); }
div.DivClassName
{
background-color: #EEE30E;
}
.BgClassName
{
background-color: #EEE30E;
}
</style>
border-color css
<style>
span { border-color: #EEE30E; }
span { border-color: rgb(238,227,14); }
td.TdClassName
{
border-color: #EEE30E;
}
.TagClassName
{
border-color: #EEE30E;
}
</style>