Shades of Honeysuckle #EDF55F
Tints of Honeysuckle #EDF55F
RGB
CMYK
RGB Variations
Color information
#EDF55F (or 0xEDF55F) is known color: Honeysuckle. HEX triplet: ED, F5 and 5F. RGB value is (237,245,95). Sum of RGB (Red+Green+Blue) = 237+245+95=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 245 (96.09% from 255 or 42.46% from 577); Blue value is 95 (37.5% from 255 or 16.46% from 577); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF55F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF55F is #120AA0. Grayscale: #E2E2E2. Windows color (decimal): -1182369 or 6288877. OLE color: 6288877.
HSL color Cylindrical-coordinate representation of color #EDF55F: hue angle of 63.2º degrees, saturation: 0.88, 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 #EDF55F is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 95 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.04 |
| HSL | 63.2º | 0.88% | 0.67% | - |
| HSV(B) | 63.2º | 0.61% | 0.96% | - |
| XYZ | 69.64 | 84.14 | 23.4 | - |
| YUV | 225.51 | 54.35 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 95 | 0.03 | 0 | 0.61 | 0.04 | 63.2 | 0.88 | 0.67 |
| Hex | ED | F5 | 5F | 3 | 0 | 3D | 4 | 3F | 58 | 43 |
| Octal | 355 | 365 | 137 | 3 | 0 | 75 | 4 | 77 | 130 | 103 |
| Binary | 11101101 | 11110101 | 1011111 | 11 | 0 | 111101 | 100 | 111111 | 1011000 | 1000011 |
Color Harmonies of #EDF55F
Complementary color
Monochromatic Colors of #EDF55F
Black with #EDF55F
Text Example
Text Example
White with #EDF55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF55F; }
p { color: rgb(237,245,95); }
H1.HeaderClassName
{
color: #EDF55F;
}
.AnyTagClassName
{
color: #EDF55F;
}
</style>
background-color css
<style>
a { background-color: #EDF55F; }
a { background-color: rgb(237,245,95); }
div.DivClassName
{
background-color: #EDF55F;
}
.BgClassName
{
background-color: #EDF55F;
}
</style>
border-color css
<style>
span { border-color: #EDF55F; }
span { border-color: rgb(237,245,95); }
td.TdClassName
{
border-color: #EDF55F;
}
.TagClassName
{
border-color: #EDF55F;
}
</style>