Shades of Honeysuckle #EDF260
Tints of Honeysuckle #EDF260
RGB
CMYK
RGB Variations
Color information
#EDF260 (or 0xEDF260) is known color: Honeysuckle. HEX triplet: ED, F2 and 60. RGB value is (237,242,96). Sum of RGB (Red+Green+Blue) = 237+242+96=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 96 (37.89% from 255 or 16.70% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF260 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF260 is #120D9F. Grayscale: #E0E0E0. Windows color (decimal): -1183136 or 6353645. OLE color: 6353645.
HSL color Cylindrical-coordinate representation of color #EDF260: hue angle of 62.05º 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 #EDF260 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 96 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.05 |
| HSL | 62.05º | 0.85% | 0.66% | - |
| HSV(B) | 62.05º | 0.6% | 0.95% | - |
| XYZ | 68.79 | 82.35 | 23.34 | - |
| YUV | 223.86 | 55.84 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 96 | 0.02 | 0 | 0.60 | 0.05 | 62.05 | 0.85 | 0.66 |
| Hex | ED | F2 | 60 | 2 | 0 | 3C | 5 | 3E | 55 | 42 |
| Octal | 355 | 362 | 140 | 2 | 0 | 74 | 5 | 76 | 125 | 102 |
| Binary | 11101101 | 11110010 | 1100000 | 10 | 0 | 111100 | 101 | 111110 | 1010101 | 1000010 |
Color Harmonies of #EDF260
Complementary color
Monochromatic Colors of #EDF260
Black with #EDF260
Text Example
Text Example
White with #EDF260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF260; }
p { color: rgb(237,242,96); }
H1.HeaderClassName
{
color: #EDF260;
}
.AnyTagClassName
{
color: #EDF260;
}
</style>
background-color css
<style>
a { background-color: #EDF260; }
a { background-color: rgb(237,242,96); }
div.DivClassName
{
background-color: #EDF260;
}
.BgClassName
{
background-color: #EDF260;
}
</style>
border-color css
<style>
span { border-color: #EDF260; }
span { border-color: rgb(237,242,96); }
td.TdClassName
{
border-color: #EDF260;
}
.TagClassName
{
border-color: #EDF260;
}
</style>