Shades of Honeysuckle #EDF55B
Tints of Honeysuckle #EDF55B
RGB
CMYK
RGB Variations
Color information
#EDF55B (or 0xEDF55B) is known color: Honeysuckle. HEX triplet: ED, F5 and 5B. RGB value is (237,245,91). Sum of RGB (Red+Green+Blue) = 237+245+91=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 245 (96.09% from 255 or 42.76% from 573); Blue value is 91 (35.94% from 255 or 15.88% from 573); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF55B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF55B is #120AA4. Grayscale: #E1E1E1. Windows color (decimal): -1182373 or 6026733. OLE color: 6026733.
HSL color Cylindrical-coordinate representation of color #EDF55B: hue angle of 63.12º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDF55B is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 91 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.04 |
| HSL | 63.12º | 0.89% | 0.66% | - |
| HSV(B) | 63.12º | 0.63% | 0.96% | - |
| XYZ | 69.47 | 84.06 | 22.46 | - |
| YUV | 225.05 | 52.35 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 91 | 0.03 | 0 | 0.63 | 0.04 | 63.12 | 0.89 | 0.66 |
| Hex | ED | F5 | 5B | 3 | 0 | 3F | 4 | 3F | 59 | 42 |
| Octal | 355 | 365 | 133 | 3 | 0 | 77 | 4 | 77 | 131 | 102 |
| Binary | 11101101 | 11110101 | 1011011 | 11 | 0 | 111111 | 100 | 111111 | 1011001 | 1000010 |
Color Harmonies of #EDF55B
Complementary color
Monochromatic Colors of #EDF55B
Black with #EDF55B
Text Example
Text Example
White with #EDF55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF55B; }
p { color: rgb(237,245,91); }
H1.HeaderClassName
{
color: #EDF55B;
}
.AnyTagClassName
{
color: #EDF55B;
}
</style>
background-color css
<style>
a { background-color: #EDF55B; }
a { background-color: rgb(237,245,91); }
div.DivClassName
{
background-color: #EDF55B;
}
.BgClassName
{
background-color: #EDF55B;
}
</style>
border-color css
<style>
span { border-color: #EDF55B; }
span { border-color: rgb(237,245,91); }
td.TdClassName
{
border-color: #EDF55B;
}
.TagClassName
{
border-color: #EDF55B;
}
</style>