Shades of Honeysuckle #EDEF6F
Tints of Honeysuckle #EDEF6F
RGB
CMYK
RGB Variations
Color information
#EDEF6F (or 0xEDEF6F) is known color: Honeysuckle. HEX triplet: ED, EF and 6F. RGB value is (237,239,111). Sum of RGB (Red+Green+Blue) = 237+239+111=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 111 (43.75% from 255 or 18.91% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF6F is #121090. Grayscale: #E0E0E0. Windows color (decimal): -1183889 or 7335917. OLE color: 7335917.
HSL color Cylindrical-coordinate representation of color #EDEF6F: hue angle of 60.94º degrees, saturation: 0.8, 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 #EDEF6F is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 111 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.06 |
| HSL | 60.94º | 0.8% | 0.69% | - |
| HSV(B) | 60.94º | 0.54% | 0.94% | - |
| XYZ | 68.66 | 80.89 | 27.03 | - |
| YUV | 223.81 | 64.34 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 111 | 0.01 | 0 | 0.54 | 0.06 | 60.94 | 0.8 | 0.69 |
| Hex | ED | EF | 6F | 1 | 0 | 36 | 6 | 3D | 50 | 45 |
| Octal | 355 | 357 | 157 | 1 | 0 | 66 | 6 | 75 | 120 | 105 |
| Binary | 11101101 | 11101111 | 1101111 | 1 | 0 | 110110 | 110 | 111101 | 1010000 | 1000101 |
Color Harmonies of #EDEF6F
Complementary color
Monochromatic Colors of #EDEF6F
Black with #EDEF6F
Text Example
Text Example
White with #EDEF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF6F; }
p { color: rgb(237,239,111); }
H1.HeaderClassName
{
color: #EDEF6F;
}
.AnyTagClassName
{
color: #EDEF6F;
}
</style>
background-color css
<style>
a { background-color: #EDEF6F; }
a { background-color: rgb(237,239,111); }
div.DivClassName
{
background-color: #EDEF6F;
}
.BgClassName
{
background-color: #EDEF6F;
}
</style>
border-color css
<style>
span { border-color: #EDEF6F; }
span { border-color: rgb(237,239,111); }
td.TdClassName
{
border-color: #EDEF6F;
}
.TagClassName
{
border-color: #EDEF6F;
}
</style>