Shades of Lemon #EEE507
Tints of Lemon #EEE507
RGB
CMYK
RGB Variations
Color information
#EEE507 (or 0xEEE507) is known color: Lemon. HEX triplet: EE, E5 and 07. RGB value is (238,229,7). Sum of RGB (Red+Green+Blue) = 238+229+7=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 7 (3.12% from 255 or 1.48% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE507 is #111AF8. Grayscale: #CFCFCF. Windows color (decimal): -1121017 or 517614. OLE color: 517614.
HSL color Cylindrical-coordinate representation of color #EEE507: hue angle of 57.66º 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 #EEE507 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 7 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.07 |
| HSL | 57.66º | 0.94% | 0.48% | - |
| HSV(B) | 57.66º | 0.97% | 0.93% | - |
| XYZ | 63.32 | 74.23 | 11.19 | - |
| YUV | 206.38 | 15.48 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 7 | 0 | 0.04 | 0.97 | 0.07 | 57.66 | 0.94 | 0.48 |
| Hex | EE | E5 | 7 | 0 | 4 | 61 | 7 | 3A | 5E | 30 |
| Octal | 356 | 345 | 7 | 0 | 4 | 141 | 7 | 72 | 136 | 60 |
| Binary | 11101110 | 11100101 | 111 | 0 | 100 | 1100001 | 111 | 111010 | 1011110 | 110000 |
Color Harmonies of #EEE507
Complementary color
Monochromatic Colors of #EEE507
Black with #EEE507
Text Example
Text Example
White with #EEE507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE507; }
p { color: rgb(238,229,7); }
H1.HeaderClassName
{
color: #EEE507;
}
.AnyTagClassName
{
color: #EEE507;
}
</style>
background-color css
<style>
a { background-color: #EEE507; }
a { background-color: rgb(238,229,7); }
div.DivClassName
{
background-color: #EEE507;
}
.BgClassName
{
background-color: #EEE507;
}
</style>
border-color css
<style>
span { border-color: #EEE507; }
span { border-color: rgb(238,229,7); }
td.TdClassName
{
border-color: #EEE507;
}
.TagClassName
{
border-color: #EEE507;
}
</style>