Shades of Honeysuckle #E6F55F
Tints of Honeysuckle #E6F55F
RGB
CMYK
RGB Variations
Color information
#E6F55F (or 0xE6F55F) is known color: Honeysuckle. HEX triplet: E6, F5 and 5F. RGB value is (230,245,95). Sum of RGB (Red+Green+Blue) = 230+245+95=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 245 (96.09% from 255 or 42.98% from 570); Blue value is 95 (37.5% from 255 or 16.67% from 570); Max value from RGB is 245 - color contains mainly: green. Hex color #E6F55F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6F55F is #190AA0. Grayscale: #DFDFDF. Windows color (decimal): -1641121 or 6288870. OLE color: 6288870.
HSL color Cylindrical-coordinate representation of color #E6F55F: hue angle of 66º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6F55F is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 245 | 95 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.04 |
| HSL | 66º | 0.88% | 0.67% | - |
| HSV(B) | 66º | 0.61% | 0.96% | - |
| XYZ | 67.35 | 82.95 | 23.29 | - |
| YUV | 223.42 | 55.53 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 245 | 95 | 0.06 | 0 | 0.61 | 0.04 | 66 | 0.88 | 0.67 |
| Hex | E6 | F5 | 5F | 6 | 0 | 3D | 4 | 42 | 58 | 43 |
| Octal | 346 | 365 | 137 | 6 | 0 | 75 | 4 | 102 | 130 | 103 |
| Binary | 11100110 | 11110101 | 1011111 | 110 | 0 | 111101 | 100 | 1000010 | 1011000 | 1000011 |
Color Harmonies of #E6F55F
Complementary color
Monochromatic Colors of #E6F55F
Black with #E6F55F
Text Example
Text Example
White with #E6F55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F55F; }
p { color: rgb(230,245,95); }
H1.HeaderClassName
{
color: #E6F55F;
}
.AnyTagClassName
{
color: #E6F55F;
}
</style>
background-color css
<style>
a { background-color: #E6F55F; }
a { background-color: rgb(230,245,95); }
div.DivClassName
{
background-color: #E6F55F;
}
.BgClassName
{
background-color: #E6F55F;
}
</style>
border-color css
<style>
span { border-color: #E6F55F; }
span { border-color: rgb(230,245,95); }
td.TdClassName
{
border-color: #E6F55F;
}
.TagClassName
{
border-color: #E6F55F;
}
</style>