Shades of Honeysuckle #E5E960
Tints of Honeysuckle #E5E960
RGB
CMYK
RGB Variations
Color information
#E5E960 (or 0xE5E960) is known color: Honeysuckle. HEX triplet: E5, E9 and 60. RGB value is (229,233,96). Sum of RGB (Red+Green+Blue) = 229+233+96=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 233 (91.41% from 255 or 41.76% from 558); Blue value is 96 (37.89% from 255 or 17.20% from 558); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5E960 is #1A169F. Grayscale: #D8D8D8. Windows color (decimal): -1709728 or 6351333. OLE color: 6351333.
HSL color Cylindrical-coordinate representation of color #E5E960: hue angle of 61.75º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5E960 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 233 | 96 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.09 |
| HSL | 61.75º | 0.76% | 0.65% | - |
| HSV(B) | 61.75º | 0.59% | 0.91% | - |
| XYZ | 63.56 | 75.78 | 22.34 | - |
| YUV | 216.19 | 60.17 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 96 | 0.02 | 0 | 0.59 | 0.09 | 61.75 | 0.76 | 0.65 |
| Hex | E5 | E9 | 60 | 2 | 0 | 3B | 9 | 3E | 4C | 41 |
| Octal | 345 | 351 | 140 | 2 | 0 | 73 | 11 | 76 | 114 | 101 |
| Binary | 11100101 | 11101001 | 1100000 | 10 | 0 | 111011 | 1001 | 111110 | 1001100 | 1000001 |
Color Harmonies of #E5E960
Complementary color
Monochromatic Colors of #E5E960
Black with #E5E960
Text Example
Text Example
White with #E5E960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E960; }
p { color: rgb(229,233,96); }
H1.HeaderClassName
{
color: #E5E960;
}
.AnyTagClassName
{
color: #E5E960;
}
</style>
background-color css
<style>
a { background-color: #E5E960; }
a { background-color: rgb(229,233,96); }
div.DivClassName
{
background-color: #E5E960;
}
.BgClassName
{
background-color: #E5E960;
}
</style>
border-color css
<style>
span { border-color: #E5E960; }
span { border-color: rgb(229,233,96); }
td.TdClassName
{
border-color: #E5E960;
}
.TagClassName
{
border-color: #E5E960;
}
</style>