Shades of Honeysuckle #EDF06E
Tints of Honeysuckle #EDF06E
RGB
CMYK
RGB Variations
Color information
#EDF06E (or 0xEDF06E) is known color: Honeysuckle. HEX triplet: ED, F0 and 6E. RGB value is (237,240,110). Sum of RGB (Red+Green+Blue) = 237+240+110=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 110 (43.36% from 255 or 18.74% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF06E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF06E is #120F91. Grayscale: #E0E0E0. Windows color (decimal): -1183634 or 7270637. OLE color: 7270637.
HSL color Cylindrical-coordinate representation of color #EDF06E: hue angle of 61.38º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDF06E is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 110 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.06 |
| HSL | 61.38º | 0.81% | 0.69% | - |
| HSV(B) | 61.38º | 0.54% | 0.94% | - |
| XYZ | 68.9 | 81.45 | 26.84 | - |
| YUV | 224.28 | 63.51 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 110 | 0.01 | 0 | 0.54 | 0.06 | 61.38 | 0.81 | 0.69 |
| Hex | ED | F0 | 6E | 1 | 0 | 36 | 6 | 3D | 51 | 45 |
| Octal | 355 | 360 | 156 | 1 | 0 | 66 | 6 | 75 | 121 | 105 |
| Binary | 11101101 | 11110000 | 1101110 | 1 | 0 | 110110 | 110 | 111101 | 1010001 | 1000101 |
Color Harmonies of #EDF06E
Complementary color
Monochromatic Colors of #EDF06E
Black with #EDF06E
Text Example
Text Example
White with #EDF06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF06E; }
p { color: rgb(237,240,110); }
H1.HeaderClassName
{
color: #EDF06E;
}
.AnyTagClassName
{
color: #EDF06E;
}
</style>
background-color css
<style>
a { background-color: #EDF06E; }
a { background-color: rgb(237,240,110); }
div.DivClassName
{
background-color: #EDF06E;
}
.BgClassName
{
background-color: #EDF06E;
}
</style>
border-color css
<style>
span { border-color: #EDF06E; }
span { border-color: rgb(237,240,110); }
td.TdClassName
{
border-color: #EDF06E;
}
.TagClassName
{
border-color: #EDF06E;
}
</style>