Shades of Honeysuckle #EDF16F
Tints of Honeysuckle #EDF16F
RGB
CMYK
RGB Variations
Color information
#EDF16F (or 0xEDF16F) is known color: Honeysuckle. HEX triplet: ED, F1 and 6F. RGB value is (237,241,111). Sum of RGB (Red+Green+Blue) = 237+241+111=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 111 (43.75% from 255 or 18.85% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF16F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF16F is #120E90. Grayscale: #E1E1E1. Windows color (decimal): -1183377 or 7336429. OLE color: 7336429.
HSL color Cylindrical-coordinate representation of color #EDF16F: hue angle of 61.85º 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 #EDF16F is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 111 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.05 |
| HSL | 61.85º | 0.82% | 0.69% | - |
| HSV(B) | 61.85º | 0.54% | 0.95% | - |
| XYZ | 69.25 | 82.06 | 27.23 | - |
| YUV | 224.98 | 63.67 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 111 | 0.02 | 0 | 0.54 | 0.05 | 61.85 | 0.82 | 0.69 |
| Hex | ED | F1 | 6F | 2 | 0 | 36 | 5 | 3E | 52 | 45 |
| Octal | 355 | 361 | 157 | 2 | 0 | 66 | 5 | 76 | 122 | 105 |
| Binary | 11101101 | 11110001 | 1101111 | 10 | 0 | 110110 | 101 | 111110 | 1010010 | 1000101 |
Color Harmonies of #EDF16F
Complementary color
Monochromatic Colors of #EDF16F
Black with #EDF16F
Text Example
Text Example
White with #EDF16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF16F; }
p { color: rgb(237,241,111); }
H1.HeaderClassName
{
color: #EDF16F;
}
.AnyTagClassName
{
color: #EDF16F;
}
</style>
background-color css
<style>
a { background-color: #EDF16F; }
a { background-color: rgb(237,241,111); }
div.DivClassName
{
background-color: #EDF16F;
}
.BgClassName
{
background-color: #EDF16F;
}
</style>
border-color css
<style>
span { border-color: #EDF16F; }
span { border-color: rgb(237,241,111); }
td.TdClassName
{
border-color: #EDF16F;
}
.TagClassName
{
border-color: #EDF16F;
}
</style>