Shades of Lemon #EEE107
Tints of Lemon #EEE107
RGB
CMYK
RGB Variations
Color information
#EEE107 (or 0xEEE107) is known color: Lemon. HEX triplet: EE, E1 and 07. RGB value is (238,225,7). Sum of RGB (Red+Green+Blue) = 238+225+7=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 7 (3.12% from 255 or 1.49% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE107 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE107 is #111EF8. Grayscale: #CCCCCC. Windows color (decimal): -1122041 or 516590. OLE color: 516590.
HSL color Cylindrical-coordinate representation of color #EEE107: hue angle of 56.62º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EEE107 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 7 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.07 |
| HSL | 56.62º | 0.94% | 0.48% | - |
| HSV(B) | 56.62º | 0.97% | 0.93% | - |
| XYZ | 62.22 | 72.04 | 10.83 | - |
| YUV | 204.04 | 16.81 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 7 | 0 | 0.05 | 0.97 | 0.07 | 56.62 | 0.94 | 0.48 |
| Hex | EE | E1 | 7 | 0 | 5 | 61 | 7 | 39 | 5E | 30 |
| Octal | 356 | 341 | 7 | 0 | 5 | 141 | 7 | 71 | 136 | 60 |
| Binary | 11101110 | 11100001 | 111 | 0 | 101 | 1100001 | 111 | 111001 | 1011110 | 110000 |
Color Harmonies of #EEE107
Complementary color
Monochromatic Colors of #EEE107
Black with #EEE107
Text Example
Text Example
White with #EEE107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE107; }
p { color: rgb(238,225,7); }
H1.HeaderClassName
{
color: #EEE107;
}
.AnyTagClassName
{
color: #EEE107;
}
</style>
background-color css
<style>
a { background-color: #EEE107; }
a { background-color: rgb(238,225,7); }
div.DivClassName
{
background-color: #EEE107;
}
.BgClassName
{
background-color: #EEE107;
}
</style>
border-color css
<style>
span { border-color: #EEE107; }
span { border-color: rgb(238,225,7); }
td.TdClassName
{
border-color: #EEE107;
}
.TagClassName
{
border-color: #EEE107;
}
</style>