Shades of Honeysuckle #E5E760
Tints of Honeysuckle #E5E760
RGB
CMYK
RGB Variations
Color information
#E5E760 (or 0xE5E760) is known color: Honeysuckle. HEX triplet: E5, E7 and 60. RGB value is (229,231,96). Sum of RGB (Red+Green+Blue) = 229+231+96=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 96 (37.89% from 255 or 17.27% from 556); Max value from RGB is 231 - color contains mainly: green. Hex color #E5E760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5E760 is #1A189F. Grayscale: #D7D7D7. Windows color (decimal): -1710240 or 6350821. OLE color: 6350821.
HSL color Cylindrical-coordinate representation of color #E5E760: hue angle of 60.89º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5E760 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 231 | 96 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.09 |
| HSL | 60.89º | 0.74% | 0.64% | - |
| HSV(B) | 60.89º | 0.58% | 0.91% | - |
| XYZ | 63 | 74.65 | 22.16 | - |
| YUV | 215.01 | 60.84 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 231 | 96 | 0.01 | 0 | 0.58 | 0.09 | 60.89 | 0.74 | 0.64 |
| Hex | E5 | E7 | 60 | 1 | 0 | 3A | 9 | 3D | 4A | 40 |
| Octal | 345 | 347 | 140 | 1 | 0 | 72 | 11 | 75 | 112 | 100 |
| Binary | 11100101 | 11100111 | 1100000 | 1 | 0 | 111010 | 1001 | 111101 | 1001010 | 1000000 |
Color Harmonies of #E5E760
Complementary color
Monochromatic Colors of #E5E760
Black with #E5E760
Text Example
Text Example
White with #E5E760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E760; }
p { color: rgb(229,231,96); }
H1.HeaderClassName
{
color: #E5E760;
}
.AnyTagClassName
{
color: #E5E760;
}
</style>
background-color css
<style>
a { background-color: #E5E760; }
a { background-color: rgb(229,231,96); }
div.DivClassName
{
background-color: #E5E760;
}
.BgClassName
{
background-color: #E5E760;
}
</style>
border-color css
<style>
span { border-color: #E5E760; }
span { border-color: rgb(229,231,96); }
td.TdClassName
{
border-color: #E5E760;
}
.TagClassName
{
border-color: #E5E760;
}
</style>