Shades of Lemon #E6F31B
Tints of Lemon #E6F31B
RGB
CMYK
RGB Variations
Color information
#E6F31B (or 0xE6F31B) is known color: Lemon. HEX triplet: E6, F3 and 1B. RGB value is (230,243,27). Sum of RGB (Red+Green+Blue) = 230+243+27=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 27 (10.94% from 255 or 5.4% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #E6F31B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F31B is #190CE4. Grayscale: #D7D7D7. Windows color (decimal): -1641701 or 1831910. OLE color: 1831910.
HSL color Cylindrical-coordinate representation of color #E6F31B: hue angle of 63.61º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6F31B is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 243 | 27 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.05 |
| HSL | 63.61º | 0.9% | 0.53% | - |
| HSV(B) | 63.61º | 0.89% | 0.95% | - |
| XYZ | 64.88 | 81 | 13.25 | - |
| YUV | 214.49 | 22.19 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 243 | 27 | 0.05 | 0 | 0.89 | 0.05 | 63.61 | 0.9 | 0.53 |
| Hex | E6 | F3 | 1B | 5 | 0 | 59 | 5 | 40 | 5A | 35 |
| Octal | 346 | 363 | 33 | 5 | 0 | 131 | 5 | 100 | 132 | 65 |
| Binary | 11100110 | 11110011 | 11011 | 101 | 0 | 1011001 | 101 | 1000000 | 1011010 | 110101 |
Color Harmonies of #E6F31B
Complementary color
Monochromatic Colors of #E6F31B
Black with #E6F31B
Text Example
Text Example
White with #E6F31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F31B; }
p { color: rgb(230,243,27); }
H1.HeaderClassName
{
color: #E6F31B;
}
.AnyTagClassName
{
color: #E6F31B;
}
</style>
background-color css
<style>
a { background-color: #E6F31B; }
a { background-color: rgb(230,243,27); }
div.DivClassName
{
background-color: #E6F31B;
}
.BgClassName
{
background-color: #E6F31B;
}
</style>
border-color css
<style>
span { border-color: #E6F31B; }
span { border-color: rgb(230,243,27); }
td.TdClassName
{
border-color: #E6F31B;
}
.TagClassName
{
border-color: #E6F31B;
}
</style>