Shades of Lemon #E9ED15
Tints of Lemon #E9ED15
RGB
CMYK
RGB Variations
Color information
#E9ED15 (or 0xE9ED15) is known color: Lemon. HEX triplet: E9, ED and 15. RGB value is (233,237,21). Sum of RGB (Red+Green+Blue) = 233+237+21=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 21 (8.59% from 255 or 4.28% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #E9ED15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E9ED15 is #1612EA. Grayscale: #D4D4D4. Windows color (decimal): -1446635 or 1437161. OLE color: 1437161.
HSL color Cylindrical-coordinate representation of color #E9ED15: hue angle of 61.11º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9ED15 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 237 | 21 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.07 |
| HSL | 61.11º | 0.86% | 0.51% | - |
| HSV(B) | 61.11º | 0.91% | 0.93% | - |
| XYZ | 64.02 | 77.95 | 12.38 | - |
| YUV | 211.18 | 20.67 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 237 | 21 | 0.02 | 0 | 0.91 | 0.07 | 61.11 | 0.86 | 0.51 |
| Hex | E9 | ED | 15 | 2 | 0 | 5B | 7 | 3D | 56 | 33 |
| Octal | 351 | 355 | 25 | 2 | 0 | 133 | 7 | 75 | 126 | 63 |
| Binary | 11101001 | 11101101 | 10101 | 10 | 0 | 1011011 | 111 | 111101 | 1010110 | 110011 |
Color Harmonies of #E9ED15
Complementary color
Monochromatic Colors of #E9ED15
Black with #E9ED15
Text Example
Text Example
White with #E9ED15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ED15; }
p { color: rgb(233,237,21); }
H1.HeaderClassName
{
color: #E9ED15;
}
.AnyTagClassName
{
color: #E9ED15;
}
</style>
background-color css
<style>
a { background-color: #E9ED15; }
a { background-color: rgb(233,237,21); }
div.DivClassName
{
background-color: #E9ED15;
}
.BgClassName
{
background-color: #E9ED15;
}
</style>
border-color css
<style>
span { border-color: #E9ED15; }
span { border-color: rgb(233,237,21); }
td.TdClassName
{
border-color: #E9ED15;
}
.TagClassName
{
border-color: #E9ED15;
}
</style>