Shades of Honeysuckle #EDED5D
Tints of Honeysuckle #EDED5D
RGB
CMYK
RGB Variations
Color information
#EDED5D (or 0xEDED5D) is known color: Honeysuckle. HEX triplet: ED, ED and 5D. RGB value is (237,237,93). Sum of RGB (Red+Green+Blue) = 237+237+93=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 93 (36.72% from 255 or 16.40% from 567); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED5D is #1212A2. Grayscale: #DDDDDD. Windows color (decimal): -1184419 or 6155757. OLE color: 6155757.
HSL color Cylindrical-coordinate representation of color #EDED5D: hue angle of 60º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDED5D is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 237 | 93 | - |
| CMYK | 0 | 0 | 0.61 | 0.07 |
| HSL | 60º | 0.8% | 0.65% | - |
| HSV(B) | 60º | 0.61% | 0.93% | - |
| XYZ | 67.19 | 79.36 | 22.13 | - |
| YUV | 220.58 | 56 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 237 | 93 | 0 | 0 | 0.61 | 0.07 | 60 | 0.8 | 0.65 |
| Hex | ED | ED | 5D | 0 | 0 | 3D | 7 | 3C | 50 | 41 |
| Octal | 355 | 355 | 135 | 0 | 0 | 75 | 7 | 74 | 120 | 101 |
| Binary | 11101101 | 11101101 | 1011101 | 0 | 0 | 111101 | 111 | 111100 | 1010000 | 1000001 |
Color Harmonies of #EDED5D
Complementary color
Monochromatic Colors of #EDED5D
Black with #EDED5D
Text Example
Text Example
White with #EDED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDED5D; }
p { color: rgb(237,237,93); }
H1.HeaderClassName
{
color: #EDED5D;
}
.AnyTagClassName
{
color: #EDED5D;
}
</style>
background-color css
<style>
a { background-color: #EDED5D; }
a { background-color: rgb(237,237,93); }
div.DivClassName
{
background-color: #EDED5D;
}
.BgClassName
{
background-color: #EDED5D;
}
</style>
border-color css
<style>
span { border-color: #EDED5D; }
span { border-color: rgb(237,237,93); }
td.TdClassName
{
border-color: #EDED5D;
}
.TagClassName
{
border-color: #EDED5D;
}
</style>