Shades of Honeysuckle #EDE26A
Tints of Honeysuckle #EDE26A
RGB
CMYK
RGB Variations
Color information
#EDE26A (or 0xEDE26A) is known color: Honeysuckle. HEX triplet: ED, E2 and 6A. RGB value is (237,226,106). Sum of RGB (Red+Green+Blue) = 237+226+106=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 226 (88.67% from 255 or 39.72% from 569); Blue value is 106 (41.80% from 255 or 18.63% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE26A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE26A is #121D95. Grayscale: #D8D8D8. Windows color (decimal): -1187222 or 7004909. OLE color: 7004909.
HSL color Cylindrical-coordinate representation of color #EDE26A: hue angle of 54.96º 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 #EDE26A is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 106 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.07 |
| HSL | 54.96º | 0.78% | 0.67% | - |
| HSV(B) | 54.96º | 0.55% | 0.93% | - |
| XYZ | 64.72 | 73.44 | 24.4 | - |
| YUV | 215.61 | 66.14 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 106 | 0 | 0.05 | 0.55 | 0.07 | 54.96 | 0.78 | 0.67 |
| Hex | ED | E2 | 6A | 0 | 5 | 37 | 7 | 37 | 4E | 43 |
| Octal | 355 | 342 | 152 | 0 | 5 | 67 | 7 | 67 | 116 | 103 |
| Binary | 11101101 | 11100010 | 1101010 | 0 | 101 | 110111 | 111 | 110111 | 1001110 | 1000011 |
Color Harmonies of #EDE26A
Complementary color
Monochromatic Colors of #EDE26A
Black with #EDE26A
Text Example
Text Example
White with #EDE26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE26A; }
p { color: rgb(237,226,106); }
H1.HeaderClassName
{
color: #EDE26A;
}
.AnyTagClassName
{
color: #EDE26A;
}
</style>
background-color css
<style>
a { background-color: #EDE26A; }
a { background-color: rgb(237,226,106); }
div.DivClassName
{
background-color: #EDE26A;
}
.BgClassName
{
background-color: #EDE26A;
}
</style>
border-color css
<style>
span { border-color: #EDE26A; }
span { border-color: rgb(237,226,106); }
td.TdClassName
{
border-color: #EDE26A;
}
.TagClassName
{
border-color: #EDE26A;
}
</style>