Shades of Honeysuckle #E5E85E
Tints of Honeysuckle #E5E85E
RGB
CMYK
RGB Variations
Color information
#E5E85E (or 0xE5E85E) is known color: Honeysuckle. HEX triplet: E5, E8 and 5E. RGB value is (229,232,94). Sum of RGB (Red+Green+Blue) = 229+232+94=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 232 (91.02% from 255 or 41.80% from 555); Blue value is 94 (37.11% from 255 or 16.94% from 555); Max value from RGB is 232 - color contains mainly: green. Hex color #E5E85E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5E85E is #1A17A1. Grayscale: #D7D7D7. Windows color (decimal): -1709986 or 6220005. OLE color: 6220005.
HSL color Cylindrical-coordinate representation of color #E5E85E: hue angle of 61.3º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5E85E is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 232 | 94 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.09 |
| HSL | 61.3º | 0.75% | 0.64% | - |
| HSV(B) | 61.3º | 0.59% | 0.91% | - |
| XYZ | 63.19 | 75.18 | 21.77 | - |
| YUV | 215.37 | 59.51 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 232 | 94 | 0.01 | 0 | 0.59 | 0.09 | 61.3 | 0.75 | 0.64 |
| Hex | E5 | E8 | 5E | 1 | 0 | 3B | 9 | 3D | 4B | 40 |
| Octal | 345 | 350 | 136 | 1 | 0 | 73 | 11 | 75 | 113 | 100 |
| Binary | 11100101 | 11101000 | 1011110 | 1 | 0 | 111011 | 1001 | 111101 | 1001011 | 1000000 |
Color Harmonies of #E5E85E
Complementary color
Monochromatic Colors of #E5E85E
Black with #E5E85E
Text Example
Text Example
White with #E5E85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E85E; }
p { color: rgb(229,232,94); }
H1.HeaderClassName
{
color: #E5E85E;
}
.AnyTagClassName
{
color: #E5E85E;
}
</style>
background-color css
<style>
a { background-color: #E5E85E; }
a { background-color: rgb(229,232,94); }
div.DivClassName
{
background-color: #E5E85E;
}
.BgClassName
{
background-color: #E5E85E;
}
</style>
border-color css
<style>
span { border-color: #E5E85E; }
span { border-color: rgb(229,232,94); }
td.TdClassName
{
border-color: #E5E85E;
}
.TagClassName
{
border-color: #E5E85E;
}
</style>