Shades of Honeysuckle #EDF16D
Tints of Honeysuckle #EDF16D
RGB
CMYK
RGB Variations
Color information
#EDF16D (or 0xEDF16D) is known color: Honeysuckle. HEX triplet: ED, F1 and 6D. RGB value is (237,241,109). Sum of RGB (Red+Green+Blue) = 237+241+109=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 109 (42.97% from 255 or 18.57% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF16D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF16D is #120E92. Grayscale: #E1E1E1. Windows color (decimal): -1183379 or 7205357. OLE color: 7205357.
HSL color Cylindrical-coordinate representation of color #EDF16D: hue angle of 61.82º degrees, saturation: 0.82, 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 #EDF16D is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 109 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.05 |
| HSL | 61.82º | 0.83% | 0.69% | - |
| HSV(B) | 61.82º | 0.55% | 0.95% | - |
| XYZ | 69.14 | 82.02 | 26.66 | - |
| YUV | 224.76 | 62.67 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 109 | 0.02 | 0 | 0.55 | 0.05 | 61.82 | 0.83 | 0.69 |
| Hex | ED | F1 | 6D | 2 | 0 | 37 | 5 | 3E | 52 | 45 |
| Octal | 355 | 361 | 155 | 2 | 0 | 67 | 5 | 76 | 122 | 105 |
| Binary | 11101101 | 11110001 | 1101101 | 10 | 0 | 110111 | 101 | 111110 | 1010010 | 1000101 |
Color Harmonies of #EDF16D
Complementary color
Monochromatic Colors of #EDF16D
Black with #EDF16D
Text Example
Text Example
White with #EDF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF16D; }
p { color: rgb(237,241,109); }
H1.HeaderClassName
{
color: #EDF16D;
}
.AnyTagClassName
{
color: #EDF16D;
}
</style>
background-color css
<style>
a { background-color: #EDF16D; }
a { background-color: rgb(237,241,109); }
div.DivClassName
{
background-color: #EDF16D;
}
.BgClassName
{
background-color: #EDF16D;
}
</style>
border-color css
<style>
span { border-color: #EDF16D; }
span { border-color: rgb(237,241,109); }
td.TdClassName
{
border-color: #EDF16D;
}
.TagClassName
{
border-color: #EDF16D;
}
</style>