Shades of Honeysuckle #E5E770
Tints of Honeysuckle #E5E770
RGB
CMYK
RGB Variations
Color information
#E5E770 (or 0xE5E770) is known color: Honeysuckle. HEX triplet: E5, E7 and 70. RGB value is (229,231,112). Sum of RGB (Red+Green+Blue) = 229+231+112=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 231 (90.62% from 255 or 40.38% from 572); Blue value is 112 (44.14% from 255 or 19.58% from 572); Max value from RGB is 231 - color contains mainly: green. Hex color #E5E770 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5E770 is #1A188F. Grayscale: #D9D9D9. Windows color (decimal): -1710224 or 7399397. OLE color: 7399397.
HSL color Cylindrical-coordinate representation of color #E5E770: hue angle of 61.01º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5E770 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 231 | 112 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.09 |
| HSL | 61.01º | 0.71% | 0.67% | - |
| HSV(B) | 61.01º | 0.52% | 0.91% | - |
| XYZ | 63.81 | 74.98 | 26.44 | - |
| YUV | 216.84 | 68.84 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 231 | 112 | 0.01 | 0 | 0.52 | 0.09 | 61.01 | 0.71 | 0.67 |
| Hex | E5 | E7 | 70 | 1 | 0 | 34 | 9 | 3D | 47 | 43 |
| Octal | 345 | 347 | 160 | 1 | 0 | 64 | 11 | 75 | 107 | 103 |
| Binary | 11100101 | 11100111 | 1110000 | 1 | 0 | 110100 | 1001 | 111101 | 1000111 | 1000011 |
Color Harmonies of #E5E770
Complementary color
Monochromatic Colors of #E5E770
Black with #E5E770
Text Example
Text Example
White with #E5E770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E770; }
p { color: rgb(229,231,112); }
H1.HeaderClassName
{
color: #E5E770;
}
.AnyTagClassName
{
color: #E5E770;
}
</style>
background-color css
<style>
a { background-color: #E5E770; }
a { background-color: rgb(229,231,112); }
div.DivClassName
{
background-color: #E5E770;
}
.BgClassName
{
background-color: #E5E770;
}
</style>
border-color css
<style>
span { border-color: #E5E770; }
span { border-color: rgb(229,231,112); }
td.TdClassName
{
border-color: #E5E770;
}
.TagClassName
{
border-color: #E5E770;
}
</style>