Shades of Honeysuckle #EDF261
Tints of Honeysuckle #EDF261
RGB
CMYK
RGB Variations
Color information
#EDF261 (or 0xEDF261) is known color: Honeysuckle. HEX triplet: ED, F2 and 61. RGB value is (237,242,97). Sum of RGB (Red+Green+Blue) = 237+242+97=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 97 (38.28% from 255 or 16.84% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF261 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF261 is #120D9E. Grayscale: #E0E0E0. Windows color (decimal): -1183135 or 6419181. OLE color: 6419181.
HSL color Cylindrical-coordinate representation of color #EDF261: hue angle of 62.07º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDF261 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 97 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.05 |
| HSL | 62.07º | 0.85% | 0.66% | - |
| HSV(B) | 62.07º | 0.6% | 0.95% | - |
| XYZ | 68.83 | 82.37 | 23.58 | - |
| YUV | 223.98 | 56.34 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 97 | 0.02 | 0 | 0.60 | 0.05 | 62.07 | 0.85 | 0.66 |
| Hex | ED | F2 | 61 | 2 | 0 | 3C | 5 | 3E | 55 | 42 |
| Octal | 355 | 362 | 141 | 2 | 0 | 74 | 5 | 76 | 125 | 102 |
| Binary | 11101101 | 11110010 | 1100001 | 10 | 0 | 111100 | 101 | 111110 | 1010101 | 1000010 |
Color Harmonies of #EDF261
Complementary color
Monochromatic Colors of #EDF261
Black with #EDF261
Text Example
Text Example
White with #EDF261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF261; }
p { color: rgb(237,242,97); }
H1.HeaderClassName
{
color: #EDF261;
}
.AnyTagClassName
{
color: #EDF261;
}
</style>
background-color css
<style>
a { background-color: #EDF261; }
a { background-color: rgb(237,242,97); }
div.DivClassName
{
background-color: #EDF261;
}
.BgClassName
{
background-color: #EDF261;
}
</style>
border-color css
<style>
span { border-color: #EDF261; }
span { border-color: rgb(237,242,97); }
td.TdClassName
{
border-color: #EDF261;
}
.TagClassName
{
border-color: #EDF261;
}
</style>