Shades of Honeysuckle #EDEF5E
Tints of Honeysuckle #EDEF5E
RGB
CMYK
RGB Variations
Color information
#EDEF5E (or 0xEDEF5E) is known color: Honeysuckle. HEX triplet: ED, EF and 5E. RGB value is (237,239,94). Sum of RGB (Red+Green+Blue) = 237+239+94=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 94 (37.11% from 255 or 16.49% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF5E is #1210A1. Grayscale: #DEDEDE. Windows color (decimal): -1183906 or 6221805. OLE color: 6221805.
HSL color Cylindrical-coordinate representation of color #EDEF5E: hue angle of 60.83º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDEF5E is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 94 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.06 |
| HSL | 60.83º | 0.82% | 0.65% | - |
| HSV(B) | 60.83º | 0.61% | 0.94% | - |
| XYZ | 67.81 | 80.55 | 22.56 | - |
| YUV | 221.87 | 55.84 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 94 | 0.01 | 0 | 0.61 | 0.06 | 60.83 | 0.82 | 0.65 |
| Hex | ED | EF | 5E | 1 | 0 | 3D | 6 | 3D | 52 | 41 |
| Octal | 355 | 357 | 136 | 1 | 0 | 75 | 6 | 75 | 122 | 101 |
| Binary | 11101101 | 11101111 | 1011110 | 1 | 0 | 111101 | 110 | 111101 | 1010010 | 1000001 |
Color Harmonies of #EDEF5E
Complementary color
Monochromatic Colors of #EDEF5E
Black with #EDEF5E
Text Example
Text Example
White with #EDEF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF5E; }
p { color: rgb(237,239,94); }
H1.HeaderClassName
{
color: #EDEF5E;
}
.AnyTagClassName
{
color: #EDEF5E;
}
</style>
background-color css
<style>
a { background-color: #EDEF5E; }
a { background-color: rgb(237,239,94); }
div.DivClassName
{
background-color: #EDEF5E;
}
.BgClassName
{
background-color: #EDEF5E;
}
</style>
border-color css
<style>
span { border-color: #EDEF5E; }
span { border-color: rgb(237,239,94); }
td.TdClassName
{
border-color: #EDEF5E;
}
.TagClassName
{
border-color: #EDEF5E;
}
</style>