Shades of Lemon #E6D90E
Tints of Lemon #E6D90E
RGB
CMYK
RGB Variations
Color information
#E6D90E (or 0xE6D90E) is known color: Lemon. HEX triplet: E6, D9 and 0E. RGB value is (230,217,14). Sum of RGB (Red+Green+Blue) = 230+217+14=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 14 (5.86% from 255 or 3.04% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D90E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D90E is #1926F1. Grayscale: #C6C6C6. Windows color (decimal): -1648370 or 973286. OLE color: 973286.
HSL color Cylindrical-coordinate representation of color #E6D90E: hue angle of 56.39º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6D90E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 217 | 14 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.10 |
| HSL | 56.39º | 0.89% | 0.48% | - |
| HSV(B) | 56.39º | 0.94% | 0.9% | - |
| XYZ | 57.53 | 66.48 | 10.22 | - |
| YUV | 197.75 | 24.31 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 14 | 0 | 0.06 | 0.94 | 0.10 | 56.39 | 0.89 | 0.48 |
| Hex | E6 | D9 | E | 0 | 6 | 5E | A | 38 | 59 | 30 |
| Octal | 346 | 331 | 16 | 0 | 6 | 136 | 12 | 70 | 131 | 60 |
| Binary | 11100110 | 11011001 | 1110 | 0 | 110 | 1011110 | 1010 | 111000 | 1011001 | 110000 |
Color Harmonies of #E6D90E
Complementary color
Monochromatic Colors of #E6D90E
Black with #E6D90E
Text Example
Text Example
White with #E6D90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D90E; }
p { color: rgb(230,217,14); }
H1.HeaderClassName
{
color: #E6D90E;
}
.AnyTagClassName
{
color: #E6D90E;
}
</style>
background-color css
<style>
a { background-color: #E6D90E; }
a { background-color: rgb(230,217,14); }
div.DivClassName
{
background-color: #E6D90E;
}
.BgClassName
{
background-color: #E6D90E;
}
</style>
border-color css
<style>
span { border-color: #E6D90E; }
span { border-color: rgb(230,217,14); }
td.TdClassName
{
border-color: #E6D90E;
}
.TagClassName
{
border-color: #E6D90E;
}
</style>