Shades of Honeysuckle #EDF55E
Tints of Honeysuckle #EDF55E
RGB
CMYK
RGB Variations
Color information
#EDF55E (or 0xEDF55E) is known color: Honeysuckle. HEX triplet: ED, F5 and 5E. RGB value is (237,245,94). Sum of RGB (Red+Green+Blue) = 237+245+94=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 245 (96.09% from 255 or 42.53% from 576); Blue value is 94 (37.11% from 255 or 16.32% from 576); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF55E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF55E is #120AA1. Grayscale: #E1E1E1. Windows color (decimal): -1182370 or 6223341. OLE color: 6223341.
HSL color Cylindrical-coordinate representation of color #EDF55E: hue angle of 63.18º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDF55E is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 94 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.04 |
| HSL | 63.18º | 0.88% | 0.66% | - |
| HSV(B) | 63.18º | 0.62% | 0.96% | - |
| XYZ | 69.6 | 84.12 | 23.16 | - |
| YUV | 225.39 | 53.85 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 94 | 0.03 | 0 | 0.62 | 0.04 | 63.18 | 0.88 | 0.66 |
| Hex | ED | F5 | 5E | 3 | 0 | 3E | 4 | 3F | 58 | 42 |
| Octal | 355 | 365 | 136 | 3 | 0 | 76 | 4 | 77 | 130 | 102 |
| Binary | 11101101 | 11110101 | 1011110 | 11 | 0 | 111110 | 100 | 111111 | 1011000 | 1000010 |
Color Harmonies of #EDF55E
Complementary color
Monochromatic Colors of #EDF55E
Black with #EDF55E
Text Example
Text Example
White with #EDF55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF55E; }
p { color: rgb(237,245,94); }
H1.HeaderClassName
{
color: #EDF55E;
}
.AnyTagClassName
{
color: #EDF55E;
}
</style>
background-color css
<style>
a { background-color: #EDF55E; }
a { background-color: rgb(237,245,94); }
div.DivClassName
{
background-color: #EDF55E;
}
.BgClassName
{
background-color: #EDF55E;
}
</style>
border-color css
<style>
span { border-color: #EDF55E; }
span { border-color: rgb(237,245,94); }
td.TdClassName
{
border-color: #EDF55E;
}
.TagClassName
{
border-color: #EDF55E;
}
</style>