Shades of Honeysuckle #EDEF59
Tints of Honeysuckle #EDEF59
RGB
CMYK
RGB Variations
Color information
#EDEF59 (or 0xEDEF59) is known color: Honeysuckle. HEX triplet: ED, EF and 59. RGB value is (237,239,89). Sum of RGB (Red+Green+Blue) = 237+239+89=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 89 (35.16% from 255 or 15.75% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF59 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF59 is #1210A6. Grayscale: #DDDDDD. Windows color (decimal): -1183911 or 5894125. OLE color: 5894125.
HSL color Cylindrical-coordinate representation of color #EDEF59: hue angle of 60.8º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDEF59 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 89 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.06 |
| HSL | 60.8º | 0.82% | 0.64% | - |
| HSV(B) | 60.8º | 0.63% | 0.94% | - |
| XYZ | 67.59 | 80.46 | 21.42 | - |
| YUV | 221.3 | 53.34 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 89 | 0.01 | 0 | 0.63 | 0.06 | 60.8 | 0.82 | 0.64 |
| Hex | ED | EF | 59 | 1 | 0 | 3F | 6 | 3D | 52 | 40 |
| Octal | 355 | 357 | 131 | 1 | 0 | 77 | 6 | 75 | 122 | 100 |
| Binary | 11101101 | 11101111 | 1011001 | 1 | 0 | 111111 | 110 | 111101 | 1010010 | 1000000 |
Color Harmonies of #EDEF59
Complementary color
Monochromatic Colors of #EDEF59
Black with #EDEF59
Text Example
Text Example
White with #EDEF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF59; }
p { color: rgb(237,239,89); }
H1.HeaderClassName
{
color: #EDEF59;
}
.AnyTagClassName
{
color: #EDEF59;
}
</style>
background-color css
<style>
a { background-color: #EDEF59; }
a { background-color: rgb(237,239,89); }
div.DivClassName
{
background-color: #EDEF59;
}
.BgClassName
{
background-color: #EDEF59;
}
</style>
border-color css
<style>
span { border-color: #EDEF59; }
span { border-color: rgb(237,239,89); }
td.TdClassName
{
border-color: #EDEF59;
}
.TagClassName
{
border-color: #EDEF59;
}
</style>