Shades of Honeysuckle #E6ED56
Tints of Honeysuckle #E6ED56
RGB
CMYK
RGB Variations
Color information
#E6ED56 (or 0xE6ED56) is known color: Honeysuckle. HEX triplet: E6, ED and 56. RGB value is (230,237,86). Sum of RGB (Red+Green+Blue) = 230+237+86=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 86 (33.98% from 255 or 15.55% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #E6ED56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6ED56 is #1912A9. Grayscale: #DADADA. Windows color (decimal): -1643178 or 5696998. OLE color: 5696998.
HSL color Cylindrical-coordinate representation of color #E6ED56: hue angle of 62.78º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E6ED56 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 237 | 86 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.07 |
| HSL | 62.78º | 0.81% | 0.63% | - |
| HSV(B) | 62.78º | 0.64% | 0.93% | - |
| XYZ | 64.6 | 78.06 | 20.47 | - |
| YUV | 217.69 | 53.68 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 237 | 86 | 0.03 | 0 | 0.64 | 0.07 | 62.78 | 0.81 | 0.63 |
| Hex | E6 | ED | 56 | 3 | 0 | 40 | 7 | 3F | 51 | 3F |
| Octal | 346 | 355 | 126 | 3 | 0 | 100 | 7 | 77 | 121 | 77 |
| Binary | 11100110 | 11101101 | 1010110 | 11 | 0 | 1000000 | 111 | 111111 | 1010001 | 111111 |
Color Harmonies of #E6ED56
Complementary color
Monochromatic Colors of #E6ED56
Black with #E6ED56
Text Example
Text Example
White with #E6ED56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ED56; }
p { color: rgb(230,237,86); }
H1.HeaderClassName
{
color: #E6ED56;
}
.AnyTagClassName
{
color: #E6ED56;
}
</style>
background-color css
<style>
a { background-color: #E6ED56; }
a { background-color: rgb(230,237,86); }
div.DivClassName
{
background-color: #E6ED56;
}
.BgClassName
{
background-color: #E6ED56;
}
</style>
border-color css
<style>
span { border-color: #E6ED56; }
span { border-color: rgb(230,237,86); }
td.TdClassName
{
border-color: #E6ED56;
}
.TagClassName
{
border-color: #E6ED56;
}
</style>