Shades of Lemon #E9ED0A
Tints of Lemon #E9ED0A
RGB
CMYK
RGB Variations
Color information
#E9ED0A (or 0xE9ED0A) is known color: Lemon. HEX triplet: E9, ED and 0A. RGB value is (233,237,10). Sum of RGB (Red+Green+Blue) = 233+237+10=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 237 (92.97% from 255 or 49.38% from 480); Blue value is 10 (4.30% from 255 or 2.08% from 480); Max value from RGB is 237 - color contains mainly: green. Hex color #E9ED0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E9ED0A is #1612F5. Grayscale: #D2D2D2. Windows color (decimal): -1446646 or 716265. OLE color: 716265.
HSL color Cylindrical-coordinate representation of color #E9ED0A: hue angle of 61.06º degrees, saturation: 0.92, 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 #E9ED0A is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 237 | 10 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.07 |
| HSL | 61.06º | 0.92% | 0.48% | - |
| HSV(B) | 61.06º | 0.96% | 0.93% | - |
| XYZ | 63.94 | 77.91 | 11.96 | - |
| YUV | 209.93 | 15.17 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 237 | 10 | 0.02 | 0 | 0.96 | 0.07 | 61.06 | 0.92 | 0.48 |
| Hex | E9 | ED | A | 2 | 0 | 60 | 7 | 3D | 5C | 30 |
| Octal | 351 | 355 | 12 | 2 | 0 | 140 | 7 | 75 | 134 | 60 |
| Binary | 11101001 | 11101101 | 1010 | 10 | 0 | 1100000 | 111 | 111101 | 1011100 | 110000 |
Color Harmonies of #E9ED0A
Complementary color
Monochromatic Colors of #E9ED0A
Black with #E9ED0A
Text Example
Text Example
White with #E9ED0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ED0A; }
p { color: rgb(233,237,10); }
H1.HeaderClassName
{
color: #E9ED0A;
}
.AnyTagClassName
{
color: #E9ED0A;
}
</style>
background-color css
<style>
a { background-color: #E9ED0A; }
a { background-color: rgb(233,237,10); }
div.DivClassName
{
background-color: #E9ED0A;
}
.BgClassName
{
background-color: #E9ED0A;
}
</style>
border-color css
<style>
span { border-color: #E9ED0A; }
span { border-color: rgb(233,237,10); }
td.TdClassName
{
border-color: #E9ED0A;
}
.TagClassName
{
border-color: #E9ED0A;
}
</style>