Shades of Honeysuckle #EDE866
Tints of Honeysuckle #EDE866
RGB
CMYK
RGB Variations
Color information
#EDE866 (or 0xEDE866) is known color: Honeysuckle. HEX triplet: ED, E8 and 66. RGB value is (237,232,102). Sum of RGB (Red+Green+Blue) = 237+232+102=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 232 (91.02% from 255 or 40.63% from 571); Blue value is 102 (40.23% from 255 or 17.86% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE866 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE866 is #121799. Grayscale: #DBDBDB. Windows color (decimal): -1185690 or 6744301. OLE color: 6744301.
HSL color Cylindrical-coordinate representation of color #EDE866: hue angle of 57.78º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDE866 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 102 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.07 |
| HSL | 57.78º | 0.79% | 0.66% | - |
| HSV(B) | 57.78º | 0.57% | 0.93% | - |
| XYZ | 66.18 | 76.68 | 23.88 | - |
| YUV | 218.68 | 62.16 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 102 | 0 | 0.02 | 0.57 | 0.07 | 57.78 | 0.79 | 0.66 |
| Hex | ED | E8 | 66 | 0 | 2 | 39 | 7 | 3A | 4F | 42 |
| Octal | 355 | 350 | 146 | 0 | 2 | 71 | 7 | 72 | 117 | 102 |
| Binary | 11101101 | 11101000 | 1100110 | 0 | 10 | 111001 | 111 | 111010 | 1001111 | 1000010 |
Color Harmonies of #EDE866
Complementary color
Monochromatic Colors of #EDE866
Black with #EDE866
Text Example
Text Example
White with #EDE866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE866; }
p { color: rgb(237,232,102); }
H1.HeaderClassName
{
color: #EDE866;
}
.AnyTagClassName
{
color: #EDE866;
}
</style>
background-color css
<style>
a { background-color: #EDE866; }
a { background-color: rgb(237,232,102); }
div.DivClassName
{
background-color: #EDE866;
}
.BgClassName
{
background-color: #EDE866;
}
</style>
border-color css
<style>
span { border-color: #EDE866; }
span { border-color: rgb(237,232,102); }
td.TdClassName
{
border-color: #EDE866;
}
.TagClassName
{
border-color: #EDE866;
}
</style>