Shades of Honeysuckle #EDEF5D
Tints of Honeysuckle #EDEF5D
RGB
CMYK
RGB Variations
Color information
#EDEF5D (or 0xEDEF5D) is known color: Honeysuckle. HEX triplet: ED, EF and 5D. RGB value is (237,239,93). Sum of RGB (Red+Green+Blue) = 237+239+93=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 93 (36.72% from 255 or 16.34% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF5D is #1210A2. Grayscale: #DEDEDE. Windows color (decimal): -1183907 or 6156269. OLE color: 6156269.
HSL color Cylindrical-coordinate representation of color #EDEF5D: hue angle of 60.82º 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 #EDEF5D is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 93 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.06 |
| HSL | 60.82º | 0.82% | 0.65% | - |
| HSV(B) | 60.82º | 0.61% | 0.94% | - |
| XYZ | 67.77 | 80.53 | 22.33 | - |
| YUV | 221.76 | 55.34 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 93 | 0.01 | 0 | 0.61 | 0.06 | 60.82 | 0.82 | 0.65 |
| Hex | ED | EF | 5D | 1 | 0 | 3D | 6 | 3D | 52 | 41 |
| Octal | 355 | 357 | 135 | 1 | 0 | 75 | 6 | 75 | 122 | 101 |
| Binary | 11101101 | 11101111 | 1011101 | 1 | 0 | 111101 | 110 | 111101 | 1010010 | 1000001 |
Color Harmonies of #EDEF5D
Complementary color
Monochromatic Colors of #EDEF5D
Black with #EDEF5D
Text Example
Text Example
White with #EDEF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF5D; }
p { color: rgb(237,239,93); }
H1.HeaderClassName
{
color: #EDEF5D;
}
.AnyTagClassName
{
color: #EDEF5D;
}
</style>
background-color css
<style>
a { background-color: #EDEF5D; }
a { background-color: rgb(237,239,93); }
div.DivClassName
{
background-color: #EDEF5D;
}
.BgClassName
{
background-color: #EDEF5D;
}
</style>
border-color css
<style>
span { border-color: #EDEF5D; }
span { border-color: rgb(237,239,93); }
td.TdClassName
{
border-color: #EDEF5D;
}
.TagClassName
{
border-color: #EDEF5D;
}
</style>