Shades of Honeysuckle #EDEF6E
Tints of Honeysuckle #EDEF6E
RGB
CMYK
RGB Variations
Color information
#EDEF6E (or 0xEDEF6E) is known color: Honeysuckle. HEX triplet: ED, EF and 6E. RGB value is (237,239,110). Sum of RGB (Red+Green+Blue) = 237+239+110=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 110 (43.36% from 255 or 18.77% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF6E is #121091. Grayscale: #E0E0E0. Windows color (decimal): -1183890 or 7270381. OLE color: 7270381.
HSL color Cylindrical-coordinate representation of color #EDEF6E: hue angle of 60.93º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDEF6E is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 110 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.06 |
| HSL | 60.93º | 0.8% | 0.68% | - |
| HSV(B) | 60.93º | 0.54% | 0.94% | - |
| XYZ | 68.61 | 80.86 | 26.74 | - |
| YUV | 223.7 | 63.84 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 110 | 0.01 | 0 | 0.54 | 0.06 | 60.93 | 0.8 | 0.68 |
| Hex | ED | EF | 6E | 1 | 0 | 36 | 6 | 3D | 50 | 44 |
| Octal | 355 | 357 | 156 | 1 | 0 | 66 | 6 | 75 | 120 | 104 |
| Binary | 11101101 | 11101111 | 1101110 | 1 | 0 | 110110 | 110 | 111101 | 1010000 | 1000100 |
Color Harmonies of #EDEF6E
Complementary color
Monochromatic Colors of #EDEF6E
Black with #EDEF6E
Text Example
Text Example
White with #EDEF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF6E; }
p { color: rgb(237,239,110); }
H1.HeaderClassName
{
color: #EDEF6E;
}
.AnyTagClassName
{
color: #EDEF6E;
}
</style>
background-color css
<style>
a { background-color: #EDEF6E; }
a { background-color: rgb(237,239,110); }
div.DivClassName
{
background-color: #EDEF6E;
}
.BgClassName
{
background-color: #EDEF6E;
}
</style>
border-color css
<style>
span { border-color: #EDEF6E; }
span { border-color: rgb(237,239,110); }
td.TdClassName
{
border-color: #EDEF6E;
}
.TagClassName
{
border-color: #EDEF6E;
}
</style>