Shades of Honeysuckle #EDE870
Tints of Honeysuckle #EDE870
RGB
CMYK
RGB Variations
Color information
#EDE870 (or 0xEDE870) is known color: Honeysuckle. HEX triplet: ED, E8 and 70. RGB value is (237,232,112). Sum of RGB (Red+Green+Blue) = 237+232+112=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 232 (91.02% from 255 or 39.93% from 581); Blue value is 112 (44.14% from 255 or 19.28% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE870 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE870 is #12178F. Grayscale: #DCDCDC. Windows color (decimal): -1185680 or 7399661. OLE color: 7399661.
HSL color Cylindrical-coordinate representation of color #EDE870: hue angle of 57.6º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDE870 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 112 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.07 |
| HSL | 57.6º | 0.78% | 0.68% | - |
| HSV(B) | 57.6º | 0.53% | 0.93% | - |
| XYZ | 66.71 | 76.89 | 26.65 | - |
| YUV | 219.82 | 67.16 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 112 | 0 | 0.02 | 0.53 | 0.07 | 57.6 | 0.78 | 0.68 |
| Hex | ED | E8 | 70 | 0 | 2 | 35 | 7 | 3A | 4E | 44 |
| Octal | 355 | 350 | 160 | 0 | 2 | 65 | 7 | 72 | 116 | 104 |
| Binary | 11101101 | 11101000 | 1110000 | 0 | 10 | 110101 | 111 | 111010 | 1001110 | 1000100 |
Color Harmonies of #EDE870
Complementary color
Monochromatic Colors of #EDE870
Black with #EDE870
Text Example
Text Example
White with #EDE870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE870; }
p { color: rgb(237,232,112); }
H1.HeaderClassName
{
color: #EDE870;
}
.AnyTagClassName
{
color: #EDE870;
}
</style>
background-color css
<style>
a { background-color: #EDE870; }
a { background-color: rgb(237,232,112); }
div.DivClassName
{
background-color: #EDE870;
}
.BgClassName
{
background-color: #EDE870;
}
</style>
border-color css
<style>
span { border-color: #EDE870; }
span { border-color: rgb(237,232,112); }
td.TdClassName
{
border-color: #EDE870;
}
.TagClassName
{
border-color: #EDE870;
}
</style>