Shades of Lemon #EEE30F
Tints of Lemon #EEE30F
RGB
CMYK
RGB Variations
Color information
#EEE30F (or 0xEEE30F) is known color: Lemon. HEX triplet: EE, E3 and 0F. RGB value is (238,227,15). Sum of RGB (Red+Green+Blue) = 238+227+15=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 15 (6.25% from 255 or 3.12% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE30F is #111CF0. Grayscale: #CECECE. Windows color (decimal): -1121521 or 1041390. OLE color: 1041390.
HSL color Cylindrical-coordinate representation of color #EEE30F: hue angle of 57.04º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEE30F is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 15 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.07 |
| HSL | 57.04º | 0.88% | 0.5% | - |
| HSV(B) | 57.04º | 0.94% | 0.93% | - |
| XYZ | 62.82 | 73.15 | 11.26 | - |
| YUV | 206.12 | 20.14 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 15 | 0 | 0.05 | 0.94 | 0.07 | 57.04 | 0.88 | 0.5 |
| Hex | EE | E3 | F | 0 | 5 | 5E | 7 | 39 | 58 | 32 |
| Octal | 356 | 343 | 17 | 0 | 5 | 136 | 7 | 71 | 130 | 62 |
| Binary | 11101110 | 11100011 | 1111 | 0 | 101 | 1011110 | 111 | 111001 | 1011000 | 110010 |
Color Harmonies of #EEE30F
Complementary color
Monochromatic Colors of #EEE30F
Black with #EEE30F
Text Example
Text Example
White with #EEE30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE30F; }
p { color: rgb(238,227,15); }
H1.HeaderClassName
{
color: #EEE30F;
}
.AnyTagClassName
{
color: #EEE30F;
}
</style>
background-color css
<style>
a { background-color: #EEE30F; }
a { background-color: rgb(238,227,15); }
div.DivClassName
{
background-color: #EEE30F;
}
.BgClassName
{
background-color: #EEE30F;
}
</style>
border-color css
<style>
span { border-color: #EEE30F; }
span { border-color: rgb(238,227,15); }
td.TdClassName
{
border-color: #EEE30F;
}
.TagClassName
{
border-color: #EEE30F;
}
</style>