Shades of Honeysuckle #E2EF5F
Tints of Honeysuckle #E2EF5F
RGB
CMYK
RGB Variations
Color information
#E2EF5F (or 0xE2EF5F) is known color: Honeysuckle. HEX triplet: E2, EF and 5F. RGB value is (226,239,95). Sum of RGB (Red+Green+Blue) = 226+239+95=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 95 (37.5% from 255 or 16.96% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2EF5F is #1D10A0. Grayscale: #DBDBDB. Windows color (decimal): -1904801 or 6287330. OLE color: 6287330.
HSL color Cylindrical-coordinate representation of color #E2EF5F: hue angle of 65.42º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2EF5F is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 95 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.06 |
| HSL | 65.42º | 0.82% | 0.65% | - |
| HSV(B) | 65.42º | 0.6% | 0.94% | - |
| XYZ | 64.3 | 78.73 | 22.63 | - |
| YUV | 218.7 | 58.19 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 95 | 0.05 | 0 | 0.60 | 0.06 | 65.42 | 0.82 | 0.65 |
| Hex | E2 | EF | 5F | 5 | 0 | 3C | 6 | 41 | 52 | 41 |
| Octal | 342 | 357 | 137 | 5 | 0 | 74 | 6 | 101 | 122 | 101 |
| Binary | 11100010 | 11101111 | 1011111 | 101 | 0 | 111100 | 110 | 1000001 | 1010010 | 1000001 |
Color Harmonies of #E2EF5F
Complementary color
Monochromatic Colors of #E2EF5F
Black with #E2EF5F
Text Example
Text Example
White with #E2EF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EF5F; }
p { color: rgb(226,239,95); }
H1.HeaderClassName
{
color: #E2EF5F;
}
.AnyTagClassName
{
color: #E2EF5F;
}
</style>
background-color css
<style>
a { background-color: #E2EF5F; }
a { background-color: rgb(226,239,95); }
div.DivClassName
{
background-color: #E2EF5F;
}
.BgClassName
{
background-color: #E2EF5F;
}
</style>
border-color css
<style>
span { border-color: #E2EF5F; }
span { border-color: rgb(226,239,95); }
td.TdClassName
{
border-color: #E2EF5F;
}
.TagClassName
{
border-color: #E2EF5F;
}
</style>