Shades of Honeysuckle #E5F055
Tints of Honeysuckle #E5F055
RGB
CMYK
RGB Variations
Color information
#E5F055 (or 0xE5F055) is known color: Honeysuckle. HEX triplet: E5, F0 and 55. RGB value is (229,240,85). Sum of RGB (Red+Green+Blue) = 229+240+85=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 85 (33.59% from 255 or 15.34% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #E5F055 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5F055 is #1A0FAA. Grayscale: #DBDBDB. Windows color (decimal): -1707947 or 5632229. OLE color: 5632229.
HSL color Cylindrical-coordinate representation of color #E5F055: hue angle of 64.26º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5F055 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 240 | 85 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.06 |
| HSL | 64.26º | 0.84% | 0.64% | - |
| HSV(B) | 64.26º | 0.65% | 0.94% | - |
| XYZ | 65.11 | 79.63 | 20.53 | - |
| YUV | 219.04 | 52.36 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 240 | 85 | 0.05 | 0 | 0.65 | 0.06 | 64.26 | 0.84 | 0.64 |
| Hex | E5 | F0 | 55 | 5 | 0 | 41 | 6 | 40 | 54 | 40 |
| Octal | 345 | 360 | 125 | 5 | 0 | 101 | 6 | 100 | 124 | 100 |
| Binary | 11100101 | 11110000 | 1010101 | 101 | 0 | 1000001 | 110 | 1000000 | 1010100 | 1000000 |
Color Harmonies of #E5F055
Complementary color
Monochromatic Colors of #E5F055
Black with #E5F055
Text Example
Text Example
White with #E5F055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F055; }
p { color: rgb(229,240,85); }
H1.HeaderClassName
{
color: #E5F055;
}
.AnyTagClassName
{
color: #E5F055;
}
</style>
background-color css
<style>
a { background-color: #E5F055; }
a { background-color: rgb(229,240,85); }
div.DivClassName
{
background-color: #E5F055;
}
.BgClassName
{
background-color: #E5F055;
}
</style>
border-color css
<style>
span { border-color: #E5F055; }
span { border-color: rgb(229,240,85); }
td.TdClassName
{
border-color: #E5F055;
}
.TagClassName
{
border-color: #E5F055;
}
</style>