Shades of Lemon #E6E30A
Tints of Lemon #E6E30A
RGB
CMYK
RGB Variations
Color information
#E6E30A (or 0xE6E30A) is known color: Lemon. HEX triplet: E6, E3 and 0A. RGB value is (230,227,10). Sum of RGB (Red+Green+Blue) = 230+227+10=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 10 (4.30% from 255 or 2.14% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6E30A is #191CF5. Grayscale: #CCCCCC. Windows color (decimal): -1645814 or 713702. OLE color: 713702.
HSL color Cylindrical-coordinate representation of color #E6E30A: hue angle of 59.18º 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 #E6E30A is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 227 | 10 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.10 |
| HSL | 59.18º | 0.92% | 0.47% | - |
| HSV(B) | 59.18º | 0.96% | 0.9% | - |
| XYZ | 60.16 | 71.78 | 10.97 | - |
| YUV | 203.16 | 18.99 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 227 | 10 | 0 | 0.01 | 0.96 | 0.10 | 59.18 | 0.92 | 0.47 |
| Hex | E6 | E3 | A | 0 | 1 | 60 | A | 3B | 5C | 2F |
| Octal | 346 | 343 | 12 | 0 | 1 | 140 | 12 | 73 | 134 | 57 |
| Binary | 11100110 | 11100011 | 1010 | 0 | 1 | 1100000 | 1010 | 111011 | 1011100 | 101111 |
Color Harmonies of #E6E30A
Complementary color
Monochromatic Colors of #E6E30A
Black with #E6E30A
Text Example
Text Example
White with #E6E30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E30A; }
p { color: rgb(230,227,10); }
H1.HeaderClassName
{
color: #E6E30A;
}
.AnyTagClassName
{
color: #E6E30A;
}
</style>
background-color css
<style>
a { background-color: #E6E30A; }
a { background-color: rgb(230,227,10); }
div.DivClassName
{
background-color: #E6E30A;
}
.BgClassName
{
background-color: #E6E30A;
}
</style>
border-color css
<style>
span { border-color: #E6E30A; }
span { border-color: rgb(230,227,10); }
td.TdClassName
{
border-color: #E6E30A;
}
.TagClassName
{
border-color: #E6E30A;
}
</style>