Shades of Honeysuckle #EDFF6D
Tints of Honeysuckle #EDFF6D
RGB
CMYK
RGB Variations
Color information
#EDFF6D (or 0xEDFF6D) is known color: Honeysuckle. HEX triplet: ED, FF and 6D. RGB value is (237,255,109). Sum of RGB (Red+Green+Blue) = 237+255+109=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 109 (42.97% from 255 or 18.14% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF6D is #120092. Grayscale: #E9E9E9. Windows color (decimal): -1179795 or 7208941. OLE color: 7208941.
HSL color Cylindrical-coordinate representation of color #EDFF6D: hue angle of 67.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDFF6D is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 109 | - |
| CMYK | 0.07 | 0 | 0.57 | 0 |
| HSL | 67.4º | 1% | 0.71% | - |
| HSV(B) | 67.4º | 0.57% | 1% | - |
| XYZ | 73.45 | 90.63 | 28.09 | - |
| YUV | 232.97 | 58.04 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 109 | 0.07 | 0 | 0.57 | 0 | 67.4 | 1 | 0.71 |
| Hex | ED | FF | 6D | 7 | 0 | 39 | 0 | 43 | 64 | 47 |
| Octal | 355 | 377 | 155 | 7 | 0 | 71 | 0 | 103 | 144 | 107 |
| Binary | 11101101 | 11111111 | 1101101 | 111 | 0 | 111001 | 0 | 1000011 | 1100100 | 1000111 |
Color Harmonies of #EDFF6D
Complementary color
Monochromatic Colors of #EDFF6D
Black with #EDFF6D
Text Example
Text Example
White with #EDFF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF6D; }
p { color: rgb(237,255,109); }
H1.HeaderClassName
{
color: #EDFF6D;
}
.AnyTagClassName
{
color: #EDFF6D;
}
</style>
background-color css
<style>
a { background-color: #EDFF6D; }
a { background-color: rgb(237,255,109); }
div.DivClassName
{
background-color: #EDFF6D;
}
.BgClassName
{
background-color: #EDFF6D;
}
</style>
border-color css
<style>
span { border-color: #EDFF6D; }
span { border-color: rgb(237,255,109); }
td.TdClassName
{
border-color: #EDFF6D;
}
.TagClassName
{
border-color: #EDFF6D;
}
</style>