Shades of Lemon #EEE509
Tints of Lemon #EEE509
RGB
CMYK
RGB Variations
Color information
#EEE509 (or 0xEEE509) is known color: Lemon. HEX triplet: EE, E5 and 09. RGB value is (238,229,9). Sum of RGB (Red+Green+Blue) = 238+229+9=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 9 (3.91% from 255 or 1.89% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE509 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE509 is #111AF6. Grayscale: #CFCFCF. Windows color (decimal): -1121015 or 648686. OLE color: 648686.
HSL color Cylindrical-coordinate representation of color #EEE509: hue angle of 57.64º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EEE509 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 9 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.07 |
| HSL | 57.64º | 0.93% | 0.48% | - |
| HSV(B) | 57.64º | 0.96% | 0.93% | - |
| XYZ | 63.33 | 74.24 | 11.25 | - |
| YUV | 206.61 | 16.48 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 9 | 0 | 0.04 | 0.96 | 0.07 | 57.64 | 0.93 | 0.48 |
| Hex | EE | E5 | 9 | 0 | 4 | 60 | 7 | 3A | 5D | 30 |
| Octal | 356 | 345 | 11 | 0 | 4 | 140 | 7 | 72 | 135 | 60 |
| Binary | 11101110 | 11100101 | 1001 | 0 | 100 | 1100000 | 111 | 111010 | 1011101 | 110000 |
Color Harmonies of #EEE509
Complementary color
Monochromatic Colors of #EEE509
Black with #EEE509
Text Example
Text Example
White with #EEE509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE509; }
p { color: rgb(238,229,9); }
H1.HeaderClassName
{
color: #EEE509;
}
.AnyTagClassName
{
color: #EEE509;
}
</style>
background-color css
<style>
a { background-color: #EEE509; }
a { background-color: rgb(238,229,9); }
div.DivClassName
{
background-color: #EEE509;
}
.BgClassName
{
background-color: #EEE509;
}
</style>
border-color css
<style>
span { border-color: #EEE509; }
span { border-color: rgb(238,229,9); }
td.TdClassName
{
border-color: #EEE509;
}
.TagClassName
{
border-color: #EEE509;
}
</style>