Shades of Honeysuckle #EDF262
Tints of Honeysuckle #EDF262
RGB
CMYK
RGB Variations
Color information
#EDF262 (or 0xEDF262) is known color: Honeysuckle. HEX triplet: ED, F2 and 62. RGB value is (237,242,98). Sum of RGB (Red+Green+Blue) = 237+242+98=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 98 (38.67% from 255 or 16.98% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF262 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF262 is #120D9D. Grayscale: #E0E0E0. Windows color (decimal): -1183134 or 6484717. OLE color: 6484717.
HSL color Cylindrical-coordinate representation of color #EDF262: hue angle of 62.08º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDF262 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 98 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.05 |
| HSL | 62.08º | 0.85% | 0.67% | - |
| HSV(B) | 62.08º | 0.6% | 0.95% | - |
| XYZ | 68.88 | 82.39 | 23.83 | - |
| YUV | 224.09 | 56.84 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 98 | 0.02 | 0 | 0.60 | 0.05 | 62.08 | 0.85 | 0.67 |
| Hex | ED | F2 | 62 | 2 | 0 | 3C | 5 | 3E | 55 | 43 |
| Octal | 355 | 362 | 142 | 2 | 0 | 74 | 5 | 76 | 125 | 103 |
| Binary | 11101101 | 11110010 | 1100010 | 10 | 0 | 111100 | 101 | 111110 | 1010101 | 1000011 |
Color Harmonies of #EDF262
Complementary color
Monochromatic Colors of #EDF262
Black with #EDF262
Text Example
Text Example
White with #EDF262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF262; }
p { color: rgb(237,242,98); }
H1.HeaderClassName
{
color: #EDF262;
}
.AnyTagClassName
{
color: #EDF262;
}
</style>
background-color css
<style>
a { background-color: #EDF262; }
a { background-color: rgb(237,242,98); }
div.DivClassName
{
background-color: #EDF262;
}
.BgClassName
{
background-color: #EDF262;
}
</style>
border-color css
<style>
span { border-color: #EDF262; }
span { border-color: rgb(237,242,98); }
td.TdClassName
{
border-color: #EDF262;
}
.TagClassName
{
border-color: #EDF262;
}
</style>