Shades of Honeysuckle #EDFE6C
Tints of Honeysuckle #EDFE6C
RGB
CMYK
RGB Variations
Color information
#EDFE6C (or 0xEDFE6C) is known color: Honeysuckle. HEX triplet: ED, FE and 6C. RGB value is (237,254,108). Sum of RGB (Red+Green+Blue) = 237+254+108=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 108 (42.58% from 255 or 18.03% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE6C is #120193. Grayscale: #E8E8E8. Windows color (decimal): -1180052 or 7143149. OLE color: 7143149.
HSL color Cylindrical-coordinate representation of color #EDFE6C: hue angle of 66.99º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDFE6C is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 108 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.00 |
| HSL | 66.99º | 0.99% | 0.71% | - |
| HSV(B) | 66.99º | 0.57% | 1% | - |
| XYZ | 73.07 | 89.97 | 27.7 | - |
| YUV | 232.27 | 57.87 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 108 | 0.07 | 0 | 0.57 | 0.00 | 66.99 | 0.99 | 0.71 |
| Hex | ED | FE | 6C | 7 | 0 | 39 | 0 | 43 | 63 | 47 |
| Octal | 355 | 376 | 154 | 7 | 0 | 71 | 0 | 103 | 143 | 107 |
| Binary | 11101101 | 11111110 | 1101100 | 111 | 0 | 111001 | 0 | 1000011 | 1100011 | 1000111 |
Color Harmonies of #EDFE6C
Complementary color
Monochromatic Colors of #EDFE6C
Black with #EDFE6C
Text Example
Text Example
White with #EDFE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE6C; }
p { color: rgb(237,254,108); }
H1.HeaderClassName
{
color: #EDFE6C;
}
.AnyTagClassName
{
color: #EDFE6C;
}
</style>
background-color css
<style>
a { background-color: #EDFE6C; }
a { background-color: rgb(237,254,108); }
div.DivClassName
{
background-color: #EDFE6C;
}
.BgClassName
{
background-color: #EDFE6C;
}
</style>
border-color css
<style>
span { border-color: #EDFE6C; }
span { border-color: rgb(237,254,108); }
td.TdClassName
{
border-color: #EDFE6C;
}
.TagClassName
{
border-color: #EDFE6C;
}
</style>