Shades of Honeysuckle #EDF76A
Tints of Honeysuckle #EDF76A
RGB
CMYK
RGB Variations
Color information
#EDF76A (or 0xEDF76A) is known color: Honeysuckle. HEX triplet: ED, F7 and 6A. RGB value is (237,247,106). Sum of RGB (Red+Green+Blue) = 237+247+106=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 247 (96.88% from 255 or 41.86% from 590); Blue value is 106 (41.80% from 255 or 17.97% from 590); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF76A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF76A is #120895. Grayscale: #E4E4E4. Windows color (decimal): -1181846 or 7010285. OLE color: 7010285.
HSL color Cylindrical-coordinate representation of color #EDF76A: hue angle of 64.26º degrees, saturation: 0.9, 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 #EDF76A is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 106 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.03 |
| HSL | 64.26º | 0.9% | 0.69% | - |
| HSV(B) | 64.26º | 0.57% | 0.97% | - |
| XYZ | 70.79 | 85.57 | 26.42 | - |
| YUV | 227.94 | 59.19 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 106 | 0.04 | 0 | 0.57 | 0.03 | 64.26 | 0.9 | 0.69 |
| Hex | ED | F7 | 6A | 4 | 0 | 39 | 3 | 40 | 5A | 45 |
| Octal | 355 | 367 | 152 | 4 | 0 | 71 | 3 | 100 | 132 | 105 |
| Binary | 11101101 | 11110111 | 1101010 | 100 | 0 | 111001 | 11 | 1000000 | 1011010 | 1000101 |
Color Harmonies of #EDF76A
Complementary color
Monochromatic Colors of #EDF76A
Black with #EDF76A
Text Example
Text Example
White with #EDF76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF76A; }
p { color: rgb(237,247,106); }
H1.HeaderClassName
{
color: #EDF76A;
}
.AnyTagClassName
{
color: #EDF76A;
}
</style>
background-color css
<style>
a { background-color: #EDF76A; }
a { background-color: rgb(237,247,106); }
div.DivClassName
{
background-color: #EDF76A;
}
.BgClassName
{
background-color: #EDF76A;
}
</style>
border-color css
<style>
span { border-color: #EDF76A; }
span { border-color: rgb(237,247,106); }
td.TdClassName
{
border-color: #EDF76A;
}
.TagClassName
{
border-color: #EDF76A;
}
</style>