Shades of Honeysuckle #EDF26E
Tints of Honeysuckle #EDF26E
RGB
CMYK
RGB Variations
Color information
#EDF26E (or 0xEDF26E) is known color: Honeysuckle. HEX triplet: ED, F2 and 6E. RGB value is (237,242,110). Sum of RGB (Red+Green+Blue) = 237+242+110=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 110 (43.36% from 255 or 18.68% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF26E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF26E is #120D91. Grayscale: #E1E1E1. Windows color (decimal): -1183122 or 7271149. OLE color: 7271149.
HSL color Cylindrical-coordinate representation of color #EDF26E: hue angle of 62.27º 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 #EDF26E is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 110 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.05 |
| HSL | 62.27º | 0.84% | 0.69% | - |
| HSV(B) | 62.27º | 0.55% | 0.95% | - |
| XYZ | 69.49 | 82.63 | 27.04 | - |
| YUV | 225.46 | 62.84 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 110 | 0.02 | 0 | 0.55 | 0.05 | 62.27 | 0.84 | 0.69 |
| Hex | ED | F2 | 6E | 2 | 0 | 37 | 5 | 3E | 54 | 45 |
| Octal | 355 | 362 | 156 | 2 | 0 | 67 | 5 | 76 | 124 | 105 |
| Binary | 11101101 | 11110010 | 1101110 | 10 | 0 | 110111 | 101 | 111110 | 1010100 | 1000101 |
Color Harmonies of #EDF26E
Complementary color
Monochromatic Colors of #EDF26E
Black with #EDF26E
Text Example
Text Example
White with #EDF26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF26E; }
p { color: rgb(237,242,110); }
H1.HeaderClassName
{
color: #EDF26E;
}
.AnyTagClassName
{
color: #EDF26E;
}
</style>
background-color css
<style>
a { background-color: #EDF26E; }
a { background-color: rgb(237,242,110); }
div.DivClassName
{
background-color: #EDF26E;
}
.BgClassName
{
background-color: #EDF26E;
}
</style>
border-color css
<style>
span { border-color: #EDF26E; }
span { border-color: rgb(237,242,110); }
td.TdClassName
{
border-color: #EDF26E;
}
.TagClassName
{
border-color: #EDF26E;
}
</style>