Shades of Honeysuckle #E5ED6E
Tints of Honeysuckle #E5ED6E
RGB
CMYK
RGB Variations
Color information
#E5ED6E (or 0xE5ED6E) is known color: Honeysuckle. HEX triplet: E5, ED and 6E. RGB value is (229,237,110). Sum of RGB (Red+Green+Blue) = 229+237+110=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 110 (43.36% from 255 or 19.10% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #E5ED6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5ED6E is #1A1291. Grayscale: #DCDCDC. Windows color (decimal): -1708690 or 7269861. OLE color: 7269861.
HSL color Cylindrical-coordinate representation of color #E5ED6E: hue angle of 63.78º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E5ED6E is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 237 | 110 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.07 |
| HSL | 63.78º | 0.78% | 0.68% | - |
| HSV(B) | 63.78º | 0.54% | 0.93% | - |
| XYZ | 65.41 | 78.35 | 26.43 | - |
| YUV | 220.13 | 65.85 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 237 | 110 | 0.03 | 0 | 0.54 | 0.07 | 63.78 | 0.78 | 0.68 |
| Hex | E5 | ED | 6E | 3 | 0 | 36 | 7 | 40 | 4E | 44 |
| Octal | 345 | 355 | 156 | 3 | 0 | 66 | 7 | 100 | 116 | 104 |
| Binary | 11100101 | 11101101 | 1101110 | 11 | 0 | 110110 | 111 | 1000000 | 1001110 | 1000100 |
Color Harmonies of #E5ED6E
Complementary color
Monochromatic Colors of #E5ED6E
Black with #E5ED6E
Text Example
Text Example
White with #E5ED6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ED6E; }
p { color: rgb(229,237,110); }
H1.HeaderClassName
{
color: #E5ED6E;
}
.AnyTagClassName
{
color: #E5ED6E;
}
</style>
background-color css
<style>
a { background-color: #E5ED6E; }
a { background-color: rgb(229,237,110); }
div.DivClassName
{
background-color: #E5ED6E;
}
.BgClassName
{
background-color: #E5ED6E;
}
</style>
border-color css
<style>
span { border-color: #E5ED6E; }
span { border-color: rgb(229,237,110); }
td.TdClassName
{
border-color: #E5ED6E;
}
.TagClassName
{
border-color: #E5ED6E;
}
</style>