Shades of Honeysuckle #EDF76D
Tints of Honeysuckle #EDF76D
RGB
CMYK
RGB Variations
Color information
#EDF76D (or 0xEDF76D) is known color: Honeysuckle. HEX triplet: ED, F7 and 6D. RGB value is (237,247,109). Sum of RGB (Red+Green+Blue) = 237+247+109=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 247 (96.88% from 255 or 41.65% from 593); Blue value is 109 (42.97% from 255 or 18.38% from 593); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF76D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF76D is #120892. Grayscale: #E4E4E4. Windows color (decimal): -1181843 or 7206893. OLE color: 7206893.
HSL color Cylindrical-coordinate representation of color #EDF76D: hue angle of 64.35º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDF76D is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 109 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.03 |
| HSL | 64.35º | 0.9% | 0.7% | - |
| HSV(B) | 64.35º | 0.56% | 0.97% | - |
| XYZ | 70.95 | 85.63 | 27.26 | - |
| YUV | 228.28 | 60.69 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 109 | 0.04 | 0 | 0.56 | 0.03 | 64.35 | 0.9 | 0.7 |
| Hex | ED | F7 | 6D | 4 | 0 | 38 | 3 | 40 | 5A | 46 |
| Octal | 355 | 367 | 155 | 4 | 0 | 70 | 3 | 100 | 132 | 106 |
| Binary | 11101101 | 11110111 | 1101101 | 100 | 0 | 111000 | 11 | 1000000 | 1011010 | 1000110 |
Color Harmonies of #EDF76D
Complementary color
Monochromatic Colors of #EDF76D
Black with #EDF76D
Text Example
Text Example
White with #EDF76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF76D; }
p { color: rgb(237,247,109); }
H1.HeaderClassName
{
color: #EDF76D;
}
.AnyTagClassName
{
color: #EDF76D;
}
</style>
background-color css
<style>
a { background-color: #EDF76D; }
a { background-color: rgb(237,247,109); }
div.DivClassName
{
background-color: #EDF76D;
}
.BgClassName
{
background-color: #EDF76D;
}
</style>
border-color css
<style>
span { border-color: #EDF76D; }
span { border-color: rgb(237,247,109); }
td.TdClassName
{
border-color: #EDF76D;
}
.TagClassName
{
border-color: #EDF76D;
}
</style>