Shades of Honeysuckle #EDF460
Tints of Honeysuckle #EDF460
RGB
CMYK
RGB Variations
Color information
#EDF460 (or 0xEDF460) is known color: Honeysuckle. HEX triplet: ED, F4 and 60. RGB value is (237,244,96). Sum of RGB (Red+Green+Blue) = 237+244+96=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 244 (95.70% from 255 or 42.29% from 577); Blue value is 96 (37.89% from 255 or 16.64% from 577); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF460 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF460 is #120B9F. Grayscale: #E1E1E1. Windows color (decimal): -1182624 or 6354157. OLE color: 6354157.
HSL color Cylindrical-coordinate representation of color #EDF460: hue angle of 62.84º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDF460 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 96 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.04 |
| HSL | 62.84º | 0.87% | 0.67% | - |
| HSV(B) | 62.84º | 0.61% | 0.96% | - |
| XYZ | 69.39 | 83.55 | 23.54 | - |
| YUV | 225.04 | 55.18 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 96 | 0.03 | 0 | 0.61 | 0.04 | 62.84 | 0.87 | 0.67 |
| Hex | ED | F4 | 60 | 3 | 0 | 3D | 4 | 3F | 57 | 43 |
| Octal | 355 | 364 | 140 | 3 | 0 | 75 | 4 | 77 | 127 | 103 |
| Binary | 11101101 | 11110100 | 1100000 | 11 | 0 | 111101 | 100 | 111111 | 1010111 | 1000011 |
Color Harmonies of #EDF460
Complementary color
Monochromatic Colors of #EDF460
Black with #EDF460
Text Example
Text Example
White with #EDF460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF460; }
p { color: rgb(237,244,96); }
H1.HeaderClassName
{
color: #EDF460;
}
.AnyTagClassName
{
color: #EDF460;
}
</style>
background-color css
<style>
a { background-color: #EDF460; }
a { background-color: rgb(237,244,96); }
div.DivClassName
{
background-color: #EDF460;
}
.BgClassName
{
background-color: #EDF460;
}
</style>
border-color css
<style>
span { border-color: #EDF460; }
span { border-color: rgb(237,244,96); }
td.TdClassName
{
border-color: #EDF460;
}
.TagClassName
{
border-color: #EDF460;
}
</style>