Shades of Lemon #E6E305
Tints of Lemon #E6E305
RGB
CMYK
RGB Variations
Color information
#E6E305 (or 0xE6E305) is known color: Lemon. HEX triplet: E6, E3 and 05. RGB value is (230,227,5). Sum of RGB (Red+Green+Blue) = 230+227+5=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 5 (2.34% from 255 or 1.08% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6E305 is #191CFA. Grayscale: #CBCBCB. Windows color (decimal): -1645819 or 386022. OLE color: 386022.
HSL color Cylindrical-coordinate representation of color #E6E305: hue angle of 59.2º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6E305 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 227 | 5 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.10 |
| HSL | 59.2º | 0.96% | 0.46% | - |
| HSV(B) | 59.2º | 0.98% | 0.9% | - |
| XYZ | 60.13 | 71.77 | 10.83 | - |
| YUV | 202.59 | 16.49 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 227 | 5 | 0 | 0.01 | 0.98 | 0.10 | 59.2 | 0.96 | 0.46 |
| Hex | E6 | E3 | 5 | 0 | 1 | 62 | A | 3B | 60 | 2E |
| Octal | 346 | 343 | 5 | 0 | 1 | 142 | 12 | 73 | 140 | 56 |
| Binary | 11100110 | 11100011 | 101 | 0 | 1 | 1100010 | 1010 | 111011 | 1100000 | 101110 |
Color Harmonies of #E6E305
Complementary color
Monochromatic Colors of #E6E305
Black with #E6E305
Text Example
Text Example
White with #E6E305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E305; }
p { color: rgb(230,227,5); }
H1.HeaderClassName
{
color: #E6E305;
}
.AnyTagClassName
{
color: #E6E305;
}
</style>
background-color css
<style>
a { background-color: #E6E305; }
a { background-color: rgb(230,227,5); }
div.DivClassName
{
background-color: #E6E305;
}
.BgClassName
{
background-color: #E6E305;
}
</style>
border-color css
<style>
span { border-color: #E6E305; }
span { border-color: rgb(230,227,5); }
td.TdClassName
{
border-color: #E6E305;
}
.TagClassName
{
border-color: #E6E305;
}
</style>