Shades of Honeysuckle #EDFF6E
Tints of Honeysuckle #EDFF6E
RGB
CMYK
RGB Variations
Color information
#EDFF6E (or 0xEDFF6E) is known color: Honeysuckle. HEX triplet: ED, FF and 6E. RGB value is (237,255,110). Sum of RGB (Red+Green+Blue) = 237+255+110=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 110 (43.36% from 255 or 18.27% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF6E is #120091. Grayscale: #E9E9E9. Windows color (decimal): -1179794 or 7274477. OLE color: 7274477.
HSL color Cylindrical-coordinate representation of color #EDFF6E: hue angle of 67.45º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDFF6E is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 110 | - |
| CMYK | 0.07 | 0 | 0.57 | 0 |
| HSL | 67.45º | 1% | 0.72% | - |
| HSV(B) | 67.45º | 0.57% | 1% | - |
| XYZ | 73.5 | 90.65 | 28.38 | - |
| YUV | 233.09 | 58.54 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 110 | 0.07 | 0 | 0.57 | 0 | 67.45 | 1 | 0.72 |
| Hex | ED | FF | 6E | 7 | 0 | 39 | 0 | 43 | 64 | 48 |
| Octal | 355 | 377 | 156 | 7 | 0 | 71 | 0 | 103 | 144 | 110 |
| Binary | 11101101 | 11111111 | 1101110 | 111 | 0 | 111001 | 0 | 1000011 | 1100100 | 1001000 |
Color Harmonies of #EDFF6E
Complementary color
Monochromatic Colors of #EDFF6E
Black with #EDFF6E
Text Example
Text Example
White with #EDFF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF6E; }
p { color: rgb(237,255,110); }
H1.HeaderClassName
{
color: #EDFF6E;
}
.AnyTagClassName
{
color: #EDFF6E;
}
</style>
background-color css
<style>
a { background-color: #EDFF6E; }
a { background-color: rgb(237,255,110); }
div.DivClassName
{
background-color: #EDFF6E;
}
.BgClassName
{
background-color: #EDFF6E;
}
</style>
border-color css
<style>
span { border-color: #EDFF6E; }
span { border-color: rgb(237,255,110); }
td.TdClassName
{
border-color: #EDFF6E;
}
.TagClassName
{
border-color: #EDFF6E;
}
</style>