Shades of Honeysuckle #EDE26D
Tints of Honeysuckle #EDE26D
RGB
CMYK
RGB Variations
Color information
#EDE26D (or 0xEDE26D) is known color: Honeysuckle. HEX triplet: ED, E2 and 6D. RGB value is (237,226,109). Sum of RGB (Red+Green+Blue) = 237+226+109=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 226 (88.67% from 255 or 39.51% from 572); Blue value is 109 (42.97% from 255 or 19.06% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE26D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE26D is #121D92. Grayscale: #D8D8D8. Windows color (decimal): -1187219 or 7201517. OLE color: 7201517.
HSL color Cylindrical-coordinate representation of color #EDE26D: hue angle of 54.84º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDE26D is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 109 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.07 |
| HSL | 54.84º | 0.78% | 0.68% | - |
| HSV(B) | 54.84º | 0.54% | 0.93% | - |
| XYZ | 64.88 | 73.5 | 25.24 | - |
| YUV | 215.95 | 67.64 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 109 | 0 | 0.05 | 0.54 | 0.07 | 54.84 | 0.78 | 0.68 |
| Hex | ED | E2 | 6D | 0 | 5 | 36 | 7 | 37 | 4E | 44 |
| Octal | 355 | 342 | 155 | 0 | 5 | 66 | 7 | 67 | 116 | 104 |
| Binary | 11101101 | 11100010 | 1101101 | 0 | 101 | 110110 | 111 | 110111 | 1001110 | 1000100 |
Color Harmonies of #EDE26D
Complementary color
Monochromatic Colors of #EDE26D
Black with #EDE26D
Text Example
Text Example
White with #EDE26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE26D; }
p { color: rgb(237,226,109); }
H1.HeaderClassName
{
color: #EDE26D;
}
.AnyTagClassName
{
color: #EDE26D;
}
</style>
background-color css
<style>
a { background-color: #EDE26D; }
a { background-color: rgb(237,226,109); }
div.DivClassName
{
background-color: #EDE26D;
}
.BgClassName
{
background-color: #EDE26D;
}
</style>
border-color css
<style>
span { border-color: #EDE26D; }
span { border-color: rgb(237,226,109); }
td.TdClassName
{
border-color: #EDE26D;
}
.TagClassName
{
border-color: #EDE26D;
}
</style>