Shades of Honeysuckle #EDE565
Tints of Honeysuckle #EDE565
RGB
CMYK
RGB Variations
Color information
#EDE565 (or 0xEDE565) is known color: Honeysuckle. HEX triplet: ED, E5 and 65. RGB value is (237,229,101). Sum of RGB (Red+Green+Blue) = 237+229+101=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 229 (89.84% from 255 or 40.39% from 567); Blue value is 101 (39.84% from 255 or 17.81% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE565 is #121A9A. Grayscale: #D9D9D9. Windows color (decimal): -1186459 or 6677997. OLE color: 6677997.
HSL color Cylindrical-coordinate representation of color #EDE565: hue angle of 56.47º 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 #EDE565 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 101 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.07 |
| HSL | 56.47º | 0.79% | 0.66% | - |
| HSV(B) | 56.47º | 0.57% | 0.93% | - |
| XYZ | 65.29 | 74.98 | 23.34 | - |
| YUV | 216.8 | 62.65 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 101 | 0 | 0.03 | 0.57 | 0.07 | 56.47 | 0.79 | 0.66 |
| Hex | ED | E5 | 65 | 0 | 3 | 39 | 7 | 38 | 4F | 42 |
| Octal | 355 | 345 | 145 | 0 | 3 | 71 | 7 | 70 | 117 | 102 |
| Binary | 11101101 | 11100101 | 1100101 | 0 | 11 | 111001 | 111 | 111000 | 1001111 | 1000010 |
Color Harmonies of #EDE565
Complementary color
Monochromatic Colors of #EDE565
Black with #EDE565
Text Example
Text Example
White with #EDE565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE565; }
p { color: rgb(237,229,101); }
H1.HeaderClassName
{
color: #EDE565;
}
.AnyTagClassName
{
color: #EDE565;
}
</style>
background-color css
<style>
a { background-color: #EDE565; }
a { background-color: rgb(237,229,101); }
div.DivClassName
{
background-color: #EDE565;
}
.BgClassName
{
background-color: #EDE565;
}
</style>
border-color css
<style>
span { border-color: #EDE565; }
span { border-color: rgb(237,229,101); }
td.TdClassName
{
border-color: #EDE565;
}
.TagClassName
{
border-color: #EDE565;
}
</style>