Shades of Honeysuckle #E5ED65
Tints of Honeysuckle #E5ED65
RGB
CMYK
RGB Variations
Color information
#E5ED65 (or 0xE5ED65) is known color: Honeysuckle. HEX triplet: E5, ED and 65. RGB value is (229,237,101). Sum of RGB (Red+Green+Blue) = 229+237+101=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 101 (39.84% from 255 or 17.81% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #E5ED65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5ED65 is #1A129A. Grayscale: #DBDBDB. Windows color (decimal): -1708699 or 6680037. OLE color: 6680037.
HSL color Cylindrical-coordinate representation of color #E5ED65: hue angle of 63.53º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E5ED65 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 237 | 101 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.07 |
| HSL | 63.53º | 0.79% | 0.66% | - |
| HSV(B) | 63.53º | 0.57% | 0.93% | - |
| XYZ | 64.95 | 78.17 | 23.98 | - |
| YUV | 219.1 | 61.35 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 237 | 101 | 0.03 | 0 | 0.57 | 0.07 | 63.53 | 0.79 | 0.66 |
| Hex | E5 | ED | 65 | 3 | 0 | 39 | 7 | 40 | 4F | 42 |
| Octal | 345 | 355 | 145 | 3 | 0 | 71 | 7 | 100 | 117 | 102 |
| Binary | 11100101 | 11101101 | 1100101 | 11 | 0 | 111001 | 111 | 1000000 | 1001111 | 1000010 |
Color Harmonies of #E5ED65
Complementary color
Monochromatic Colors of #E5ED65
Black with #E5ED65
Text Example
Text Example
White with #E5ED65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ED65; }
p { color: rgb(229,237,101); }
H1.HeaderClassName
{
color: #E5ED65;
}
.AnyTagClassName
{
color: #E5ED65;
}
</style>
background-color css
<style>
a { background-color: #E5ED65; }
a { background-color: rgb(229,237,101); }
div.DivClassName
{
background-color: #E5ED65;
}
.BgClassName
{
background-color: #E5ED65;
}
</style>
border-color css
<style>
span { border-color: #E5ED65; }
span { border-color: rgb(229,237,101); }
td.TdClassName
{
border-color: #E5ED65;
}
.TagClassName
{
border-color: #E5ED65;
}
</style>