Shades of Honeysuckle #E5ED71
Tints of Honeysuckle #E5ED71
RGB
CMYK
RGB Variations
Color information
#E5ED71 (or 0xE5ED71) is known color: Honeysuckle. HEX triplet: E5, ED and 71. RGB value is (229,237,113). Sum of RGB (Red+Green+Blue) = 229+237+113=579 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.55% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 113 (44.53% from 255 or 19.52% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #E5ED71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5ED71 is #1A128E. Grayscale: #DCDCDC. Windows color (decimal): -1708687 or 7466469. OLE color: 7466469.
HSL color Cylindrical-coordinate representation of color #E5ED71: hue angle of 63.87º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5ED71 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 237 | 113 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.07 |
| HSL | 63.87º | 0.78% | 0.69% | - |
| HSV(B) | 63.87º | 0.52% | 0.93% | - |
| XYZ | 65.58 | 78.42 | 27.3 | - |
| YUV | 220.47 | 67.35 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 237 | 113 | 0.03 | 0 | 0.52 | 0.07 | 63.87 | 0.78 | 0.69 |
| Hex | E5 | ED | 71 | 3 | 0 | 34 | 7 | 40 | 4E | 45 |
| Octal | 345 | 355 | 161 | 3 | 0 | 64 | 7 | 100 | 116 | 105 |
| Binary | 11100101 | 11101101 | 1110001 | 11 | 0 | 110100 | 111 | 1000000 | 1001110 | 1000101 |
Color Harmonies of #E5ED71
Complementary color
Monochromatic Colors of #E5ED71
Black with #E5ED71
Text Example
Text Example
White with #E5ED71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ED71; }
p { color: rgb(229,237,113); }
H1.HeaderClassName
{
color: #E5ED71;
}
.AnyTagClassName
{
color: #E5ED71;
}
</style>
background-color css
<style>
a { background-color: #E5ED71; }
a { background-color: rgb(229,237,113); }
div.DivClassName
{
background-color: #E5ED71;
}
.BgClassName
{
background-color: #E5ED71;
}
</style>
border-color css
<style>
span { border-color: #E5ED71; }
span { border-color: rgb(229,237,113); }
td.TdClassName
{
border-color: #E5ED71;
}
.TagClassName
{
border-color: #E5ED71;
}
</style>