Shades of Honeysuckle #EDF86A
Tints of Honeysuckle #EDF86A
RGB
CMYK
RGB Variations
Color information
#EDF86A (or 0xEDF86A) is known color: Honeysuckle. HEX triplet: ED, F8 and 6A. RGB value is (237,248,106). Sum of RGB (Red+Green+Blue) = 237+248+106=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 248 (97.27% from 255 or 41.96% from 591); Blue value is 106 (41.80% from 255 or 17.94% from 591); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF86A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF86A is #120795. Grayscale: #E5E5E5. Windows color (decimal): -1181590 or 7010541. OLE color: 7010541.
HSL color Cylindrical-coordinate representation of color #EDF86A: hue angle of 64.65º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDF86A is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 106 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.03 |
| HSL | 64.65º | 0.91% | 0.69% | - |
| HSV(B) | 64.65º | 0.57% | 0.97% | - |
| XYZ | 71.09 | 86.18 | 26.52 | - |
| YUV | 228.52 | 58.86 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 106 | 0.04 | 0 | 0.57 | 0.03 | 64.65 | 0.91 | 0.69 |
| Hex | ED | F8 | 6A | 4 | 0 | 39 | 3 | 41 | 5B | 45 |
| Octal | 355 | 370 | 152 | 4 | 0 | 71 | 3 | 101 | 133 | 105 |
| Binary | 11101101 | 11111000 | 1101010 | 100 | 0 | 111001 | 11 | 1000001 | 1011011 | 1000101 |
Color Harmonies of #EDF86A
Complementary color
Monochromatic Colors of #EDF86A
Black with #EDF86A
Text Example
Text Example
White with #EDF86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF86A; }
p { color: rgb(237,248,106); }
H1.HeaderClassName
{
color: #EDF86A;
}
.AnyTagClassName
{
color: #EDF86A;
}
</style>
background-color css
<style>
a { background-color: #EDF86A; }
a { background-color: rgb(237,248,106); }
div.DivClassName
{
background-color: #EDF86A;
}
.BgClassName
{
background-color: #EDF86A;
}
</style>
border-color css
<style>
span { border-color: #EDF86A; }
span { border-color: rgb(237,248,106); }
td.TdClassName
{
border-color: #EDF86A;
}
.TagClassName
{
border-color: #EDF86A;
}
</style>