Shades of Honeysuckle #EDF26D
Tints of Honeysuckle #EDF26D
RGB
CMYK
RGB Variations
Color information
#EDF26D (or 0xEDF26D) is known color: Honeysuckle. HEX triplet: ED, F2 and 6D. RGB value is (237,242,109). Sum of RGB (Red+Green+Blue) = 237+242+109=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 109 (42.97% from 255 or 18.54% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF26D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF26D is #120D92. Grayscale: #E1E1E1. Windows color (decimal): -1183123 or 7205613. OLE color: 7205613.
HSL color Cylindrical-coordinate representation of color #EDF26D: hue angle of 62.26º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDF26D is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 109 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.05 |
| HSL | 62.26º | 0.84% | 0.69% | - |
| HSV(B) | 62.26º | 0.55% | 0.95% | - |
| XYZ | 69.44 | 82.61 | 26.75 | - |
| YUV | 225.34 | 62.34 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 109 | 0.02 | 0 | 0.55 | 0.05 | 62.26 | 0.84 | 0.69 |
| Hex | ED | F2 | 6D | 2 | 0 | 37 | 5 | 3E | 54 | 45 |
| Octal | 355 | 362 | 155 | 2 | 0 | 67 | 5 | 76 | 124 | 105 |
| Binary | 11101101 | 11110010 | 1101101 | 10 | 0 | 110111 | 101 | 111110 | 1010100 | 1000101 |
Color Harmonies of #EDF26D
Complementary color
Monochromatic Colors of #EDF26D
Black with #EDF26D
Text Example
Text Example
White with #EDF26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF26D; }
p { color: rgb(237,242,109); }
H1.HeaderClassName
{
color: #EDF26D;
}
.AnyTagClassName
{
color: #EDF26D;
}
</style>
background-color css
<style>
a { background-color: #EDF26D; }
a { background-color: rgb(237,242,109); }
div.DivClassName
{
background-color: #EDF26D;
}
.BgClassName
{
background-color: #EDF26D;
}
</style>
border-color css
<style>
span { border-color: #EDF26D; }
span { border-color: rgb(237,242,109); }
td.TdClassName
{
border-color: #EDF26D;
}
.TagClassName
{
border-color: #EDF26D;
}
</style>