Shades of Honeysuckle #EDF76B
Tints of Honeysuckle #EDF76B
RGB
CMYK
RGB Variations
Color information
#EDF76B (or 0xEDF76B) is known color: Honeysuckle. HEX triplet: ED, F7 and 6B. RGB value is (237,247,107). Sum of RGB (Red+Green+Blue) = 237+247+107=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 247 (96.88% from 255 or 41.79% from 591); Blue value is 107 (42.19% from 255 or 18.10% from 591); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF76B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF76B is #120894. Grayscale: #E4E4E4. Windows color (decimal): -1181845 or 7075821. OLE color: 7075821.
HSL color Cylindrical-coordinate representation of color #EDF76B: hue angle of 64.29º 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 #EDF76B is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 107 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.03 |
| HSL | 64.29º | 0.9% | 0.69% | - |
| HSV(B) | 64.29º | 0.57% | 0.97% | - |
| XYZ | 70.84 | 85.59 | 26.7 | - |
| YUV | 228.05 | 59.69 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 107 | 0.04 | 0 | 0.57 | 0.03 | 64.29 | 0.9 | 0.69 |
| Hex | ED | F7 | 6B | 4 | 0 | 39 | 3 | 40 | 5A | 45 |
| Octal | 355 | 367 | 153 | 4 | 0 | 71 | 3 | 100 | 132 | 105 |
| Binary | 11101101 | 11110111 | 1101011 | 100 | 0 | 111001 | 11 | 1000000 | 1011010 | 1000101 |
Color Harmonies of #EDF76B
Complementary color
Monochromatic Colors of #EDF76B
Black with #EDF76B
Text Example
Text Example
White with #EDF76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF76B; }
p { color: rgb(237,247,107); }
H1.HeaderClassName
{
color: #EDF76B;
}
.AnyTagClassName
{
color: #EDF76B;
}
</style>
background-color css
<style>
a { background-color: #EDF76B; }
a { background-color: rgb(237,247,107); }
div.DivClassName
{
background-color: #EDF76B;
}
.BgClassName
{
background-color: #EDF76B;
}
</style>
border-color css
<style>
span { border-color: #EDF76B; }
span { border-color: rgb(237,247,107); }
td.TdClassName
{
border-color: #EDF76B;
}
.TagClassName
{
border-color: #EDF76B;
}
</style>