Shades of Lemon #E6E40B
Tints of Lemon #E6E40B
RGB
CMYK
RGB Variations
Color information
#E6E40B (or 0xE6E40B) is known color: Lemon. HEX triplet: E6, E4 and 0B. RGB value is (230,228,11). Sum of RGB (Red+Green+Blue) = 230+228+11=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 228 (89.45% from 255 or 48.61% from 469); Blue value is 11 (4.69% from 255 or 2.35% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6E40B is #191BF4. Grayscale: #CCCCCC. Windows color (decimal): -1645557 or 779494. OLE color: 779494.
HSL color Cylindrical-coordinate representation of color #E6E40B: hue angle of 59.45º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6E40B is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 228 | 11 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.10 |
| HSL | 59.45º | 0.91% | 0.47% | - |
| HSV(B) | 59.45º | 0.95% | 0.9% | - |
| XYZ | 60.44 | 72.33 | 11.09 | - |
| YUV | 203.86 | 19.16 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 228 | 11 | 0 | 0.01 | 0.95 | 0.10 | 59.45 | 0.91 | 0.47 |
| Hex | E6 | E4 | B | 0 | 1 | 5F | A | 3B | 5B | 2F |
| Octal | 346 | 344 | 13 | 0 | 1 | 137 | 12 | 73 | 133 | 57 |
| Binary | 11100110 | 11100100 | 1011 | 0 | 1 | 1011111 | 1010 | 111011 | 1011011 | 101111 |
Color Harmonies of #E6E40B
Complementary color
Monochromatic Colors of #E6E40B
Black with #E6E40B
Text Example
Text Example
White with #E6E40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E40B; }
p { color: rgb(230,228,11); }
H1.HeaderClassName
{
color: #E6E40B;
}
.AnyTagClassName
{
color: #E6E40B;
}
</style>
background-color css
<style>
a { background-color: #E6E40B; }
a { background-color: rgb(230,228,11); }
div.DivClassName
{
background-color: #E6E40B;
}
.BgClassName
{
background-color: #E6E40B;
}
</style>
border-color css
<style>
span { border-color: #E6E40B; }
span { border-color: rgb(230,228,11); }
td.TdClassName
{
border-color: #E6E40B;
}
.TagClassName
{
border-color: #E6E40B;
}
</style>