Shades of Lemon #E9E80F
Tints of Lemon #E9E80F
RGB
CMYK
RGB Variations
Color information
#E9E80F (or 0xE9E80F) is known color: Lemon. HEX triplet: E9, E8 and 0F. RGB value is (233,232,15). Sum of RGB (Red+Green+Blue) = 233+232+15=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 232 (91.02% from 255 or 48.33% from 480); Blue value is 15 (6.25% from 255 or 3.12% from 480); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E80F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E9E80F is #1617F0. Grayscale: #D0D0D0. Windows color (decimal): -1447921 or 1042665. OLE color: 1042665.
HSL color Cylindrical-coordinate representation of color #E9E80F: hue angle of 59.72º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9E80F is Cyan = 0, Magento = 0.00, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 232 | 15 | - |
| CMYK | 0 | 0.00 | 0.94 | 0.09 |
| HSL | 59.72º | 0.88% | 0.49% | - |
| HSV(B) | 59.72º | 0.94% | 0.91% | - |
| XYZ | 62.55 | 75.07 | 11.65 | - |
| YUV | 207.56 | 19.33 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 232 | 15 | 0 | 0.00 | 0.94 | 0.09 | 59.72 | 0.88 | 0.49 |
| Hex | E9 | E8 | F | 0 | 0 | 5E | 9 | 3C | 58 | 31 |
| Octal | 351 | 350 | 17 | 0 | 0 | 136 | 11 | 74 | 130 | 61 |
| Binary | 11101001 | 11101000 | 1111 | 0 | 0 | 1011110 | 1001 | 111100 | 1011000 | 110001 |
Color Harmonies of #E9E80F
Complementary color
Monochromatic Colors of #E9E80F
Black with #E9E80F
Text Example
Text Example
White with #E9E80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E80F; }
p { color: rgb(233,232,15); }
H1.HeaderClassName
{
color: #E9E80F;
}
.AnyTagClassName
{
color: #E9E80F;
}
</style>
background-color css
<style>
a { background-color: #E9E80F; }
a { background-color: rgb(233,232,15); }
div.DivClassName
{
background-color: #E9E80F;
}
.BgClassName
{
background-color: #E9E80F;
}
</style>
border-color css
<style>
span { border-color: #E9E80F; }
span { border-color: rgb(233,232,15); }
td.TdClassName
{
border-color: #E9E80F;
}
.TagClassName
{
border-color: #E9E80F;
}
</style>