Shades of Honeysuckle #EDE26B
Tints of Honeysuckle #EDE26B
RGB
CMYK
RGB Variations
Color information
#EDE26B (or 0xEDE26B) is known color: Honeysuckle. HEX triplet: ED, E2 and 6B. RGB value is (237,226,107). Sum of RGB (Red+Green+Blue) = 237+226+107=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 226 (88.67% from 255 or 39.65% from 570); Blue value is 107 (42.19% from 255 or 18.77% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE26B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE26B is #121D94. Grayscale: #D8D8D8. Windows color (decimal): -1187221 or 7070445. OLE color: 7070445.
HSL color Cylindrical-coordinate representation of color #EDE26B: hue angle of 54.92º 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 #EDE26B is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 107 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.07 |
| HSL | 54.92º | 0.78% | 0.67% | - |
| HSV(B) | 54.92º | 0.55% | 0.93% | - |
| XYZ | 64.78 | 73.46 | 24.67 | - |
| YUV | 215.72 | 66.64 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 107 | 0 | 0.05 | 0.55 | 0.07 | 54.92 | 0.78 | 0.67 |
| Hex | ED | E2 | 6B | 0 | 5 | 37 | 7 | 37 | 4E | 43 |
| Octal | 355 | 342 | 153 | 0 | 5 | 67 | 7 | 67 | 116 | 103 |
| Binary | 11101101 | 11100010 | 1101011 | 0 | 101 | 110111 | 111 | 110111 | 1001110 | 1000011 |
Color Harmonies of #EDE26B
Complementary color
Monochromatic Colors of #EDE26B
Black with #EDE26B
Text Example
Text Example
White with #EDE26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE26B; }
p { color: rgb(237,226,107); }
H1.HeaderClassName
{
color: #EDE26B;
}
.AnyTagClassName
{
color: #EDE26B;
}
</style>
background-color css
<style>
a { background-color: #EDE26B; }
a { background-color: rgb(237,226,107); }
div.DivClassName
{
background-color: #EDE26B;
}
.BgClassName
{
background-color: #EDE26B;
}
</style>
border-color css
<style>
span { border-color: #EDE26B; }
span { border-color: rgb(237,226,107); }
td.TdClassName
{
border-color: #EDE26B;
}
.TagClassName
{
border-color: #EDE26B;
}
</style>