Shades of Honeysuckle #EDFE6A
Tints of Honeysuckle #EDFE6A
RGB
CMYK
RGB Variations
Color information
#EDFE6A (or 0xEDFE6A) is known color: Honeysuckle. HEX triplet: ED, FE and 6A. RGB value is (237,254,106). Sum of RGB (Red+Green+Blue) = 237+254+106=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 106 (41.80% from 255 or 17.76% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE6A is #120195. Grayscale: #E8E8E8. Windows color (decimal): -1180054 or 7012077. OLE color: 7012077.
HSL color Cylindrical-coordinate representation of color #EDFE6A: hue angle of 66.89º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDFE6A is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 106 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.00 |
| HSL | 66.89º | 0.99% | 0.71% | - |
| HSV(B) | 66.89º | 0.58% | 1% | - |
| XYZ | 72.97 | 89.93 | 27.15 | - |
| YUV | 232.05 | 56.87 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 106 | 0.07 | 0 | 0.58 | 0.00 | 66.89 | 0.99 | 0.71 |
| Hex | ED | FE | 6A | 7 | 0 | 3A | 0 | 43 | 63 | 47 |
| Octal | 355 | 376 | 152 | 7 | 0 | 72 | 0 | 103 | 143 | 107 |
| Binary | 11101101 | 11111110 | 1101010 | 111 | 0 | 111010 | 0 | 1000011 | 1100011 | 1000111 |
Color Harmonies of #EDFE6A
Complementary color
Monochromatic Colors of #EDFE6A
Black with #EDFE6A
Text Example
Text Example
White with #EDFE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE6A; }
p { color: rgb(237,254,106); }
H1.HeaderClassName
{
color: #EDFE6A;
}
.AnyTagClassName
{
color: #EDFE6A;
}
</style>
background-color css
<style>
a { background-color: #EDFE6A; }
a { background-color: rgb(237,254,106); }
div.DivClassName
{
background-color: #EDFE6A;
}
.BgClassName
{
background-color: #EDFE6A;
}
</style>
border-color css
<style>
span { border-color: #EDFE6A; }
span { border-color: rgb(237,254,106); }
td.TdClassName
{
border-color: #EDFE6A;
}
.TagClassName
{
border-color: #EDFE6A;
}
</style>