Shades of Honeysuckle #EDE86A
Tints of Honeysuckle #EDE86A
RGB
CMYK
RGB Variations
Color information
#EDE86A (or 0xEDE86A) is known color: Honeysuckle. HEX triplet: ED, E8 and 6A. RGB value is (237,232,106). Sum of RGB (Red+Green+Blue) = 237+232+106=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 232 (91.02% from 255 or 40.35% from 575); Blue value is 106 (41.80% from 255 or 18.43% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE86A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE86A is #121795. Grayscale: #DBDBDB. Windows color (decimal): -1185686 or 7006445. OLE color: 7006445.
HSL color Cylindrical-coordinate representation of color #EDE86A: hue angle of 57.71º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDE86A is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 106 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.07 |
| HSL | 57.71º | 0.78% | 0.67% | - |
| HSV(B) | 57.71º | 0.55% | 0.93% | - |
| XYZ | 66.38 | 76.76 | 24.95 | - |
| YUV | 219.13 | 64.16 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 106 | 0 | 0.02 | 0.55 | 0.07 | 57.71 | 0.78 | 0.67 |
| Hex | ED | E8 | 6A | 0 | 2 | 37 | 7 | 3A | 4E | 43 |
| Octal | 355 | 350 | 152 | 0 | 2 | 67 | 7 | 72 | 116 | 103 |
| Binary | 11101101 | 11101000 | 1101010 | 0 | 10 | 110111 | 111 | 111010 | 1001110 | 1000011 |
Color Harmonies of #EDE86A
Complementary color
Monochromatic Colors of #EDE86A
Black with #EDE86A
Text Example
Text Example
White with #EDE86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE86A; }
p { color: rgb(237,232,106); }
H1.HeaderClassName
{
color: #EDE86A;
}
.AnyTagClassName
{
color: #EDE86A;
}
</style>
background-color css
<style>
a { background-color: #EDE86A; }
a { background-color: rgb(237,232,106); }
div.DivClassName
{
background-color: #EDE86A;
}
.BgClassName
{
background-color: #EDE86A;
}
</style>
border-color css
<style>
span { border-color: #EDE86A; }
span { border-color: rgb(237,232,106); }
td.TdClassName
{
border-color: #EDE86A;
}
.TagClassName
{
border-color: #EDE86A;
}
</style>