Shades of Lemon #E5DF09
Tints of Lemon #E5DF09
RGB
CMYK
RGB Variations
Color information
#E5DF09 (or 0xE5DF09) is known color: Lemon. HEX triplet: E5, DF and 09. RGB value is (229,223,9). Sum of RGB (Red+Green+Blue) = 229+223+9=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 9 (3.91% from 255 or 1.95% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5DF09 is #1A20F6. Grayscale: #C9C9C9. Windows color (decimal): -1712375 or 647141. OLE color: 647141.
HSL color Cylindrical-coordinate representation of color #E5DF09: hue angle of 58.36º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5DF09 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 223 | 9 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.10 |
| HSL | 58.36º | 0.92% | 0.47% | - |
| HSV(B) | 58.36º | 0.96% | 0.9% | - |
| XYZ | 58.75 | 69.45 | 10.57 | - |
| YUV | 200.4 | 19.99 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 223 | 9 | 0 | 0.03 | 0.96 | 0.10 | 58.36 | 0.92 | 0.47 |
| Hex | E5 | DF | 9 | 0 | 3 | 60 | A | 3A | 5C | 2F |
| Octal | 345 | 337 | 11 | 0 | 3 | 140 | 12 | 72 | 134 | 57 |
| Binary | 11100101 | 11011111 | 1001 | 0 | 11 | 1100000 | 1010 | 111010 | 1011100 | 101111 |
Color Harmonies of #E5DF09
Complementary color
Monochromatic Colors of #E5DF09
Black with #E5DF09
Text Example
Text Example
White with #E5DF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DF09; }
p { color: rgb(229,223,9); }
H1.HeaderClassName
{
color: #E5DF09;
}
.AnyTagClassName
{
color: #E5DF09;
}
</style>
background-color css
<style>
a { background-color: #E5DF09; }
a { background-color: rgb(229,223,9); }
div.DivClassName
{
background-color: #E5DF09;
}
.BgClassName
{
background-color: #E5DF09;
}
</style>
border-color css
<style>
span { border-color: #E5DF09; }
span { border-color: rgb(229,223,9); }
td.TdClassName
{
border-color: #E5DF09;
}
.TagClassName
{
border-color: #E5DF09;
}
</style>