Shades of Honeysuckle #EDF16E
Tints of Honeysuckle #EDF16E
RGB
CMYK
RGB Variations
Color information
#EDF16E (or 0xEDF16E) is known color: Honeysuckle. HEX triplet: ED, F1 and 6E. RGB value is (237,241,110). Sum of RGB (Red+Green+Blue) = 237+241+110=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 110 (43.36% from 255 or 18.71% from 588); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF16E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF16E is #120E91. Grayscale: #E1E1E1. Windows color (decimal): -1183378 or 7270893. OLE color: 7270893.
HSL color Cylindrical-coordinate representation of color #EDF16E: hue angle of 61.83º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDF16E is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 110 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.05 |
| HSL | 61.83º | 0.82% | 0.69% | - |
| HSV(B) | 61.83º | 0.54% | 0.95% | - |
| XYZ | 69.19 | 82.04 | 26.94 | - |
| YUV | 224.87 | 63.17 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 110 | 0.02 | 0 | 0.54 | 0.05 | 61.83 | 0.82 | 0.69 |
| Hex | ED | F1 | 6E | 2 | 0 | 36 | 5 | 3E | 52 | 45 |
| Octal | 355 | 361 | 156 | 2 | 0 | 66 | 5 | 76 | 122 | 105 |
| Binary | 11101101 | 11110001 | 1101110 | 10 | 0 | 110110 | 101 | 111110 | 1010010 | 1000101 |
Color Harmonies of #EDF16E
Complementary color
Monochromatic Colors of #EDF16E
Black with #EDF16E
Text Example
Text Example
White with #EDF16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF16E; }
p { color: rgb(237,241,110); }
H1.HeaderClassName
{
color: #EDF16E;
}
.AnyTagClassName
{
color: #EDF16E;
}
</style>
background-color css
<style>
a { background-color: #EDF16E; }
a { background-color: rgb(237,241,110); }
div.DivClassName
{
background-color: #EDF16E;
}
.BgClassName
{
background-color: #EDF16E;
}
</style>
border-color css
<style>
span { border-color: #EDF16E; }
span { border-color: rgb(237,241,110); }
td.TdClassName
{
border-color: #EDF16E;
}
.TagClassName
{
border-color: #EDF16E;
}
</style>