Shades of Honeysuckle #EDE46E
Tints of Honeysuckle #EDE46E
RGB
CMYK
RGB Variations
Color information
#EDE46E (or 0xEDE46E) is known color: Honeysuckle. HEX triplet: ED, E4 and 6E. RGB value is (237,228,110). Sum of RGB (Red+Green+Blue) = 237+228+110=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 228 (89.45% from 255 or 39.65% from 575); Blue value is 110 (43.36% from 255 or 19.13% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE46E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE46E is #121B91. Grayscale: #D9D9D9. Windows color (decimal): -1186706 or 7267565. OLE color: 7267565.
HSL color Cylindrical-coordinate representation of color #EDE46E: hue angle of 55.75º 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 #EDE46E is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 110 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.07 |
| HSL | 55.75º | 0.78% | 0.68% | - |
| HSV(B) | 55.75º | 0.54% | 0.93% | - |
| XYZ | 65.48 | 74.62 | 25.7 | - |
| YUV | 217.24 | 67.48 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 110 | 0 | 0.04 | 0.54 | 0.07 | 55.75 | 0.78 | 0.68 |
| Hex | ED | E4 | 6E | 0 | 4 | 36 | 7 | 38 | 4E | 44 |
| Octal | 355 | 344 | 156 | 0 | 4 | 66 | 7 | 70 | 116 | 104 |
| Binary | 11101101 | 11100100 | 1101110 | 0 | 100 | 110110 | 111 | 111000 | 1001110 | 1000100 |
Color Harmonies of #EDE46E
Complementary color
Monochromatic Colors of #EDE46E
Black with #EDE46E
Text Example
Text Example
White with #EDE46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE46E; }
p { color: rgb(237,228,110); }
H1.HeaderClassName
{
color: #EDE46E;
}
.AnyTagClassName
{
color: #EDE46E;
}
</style>
background-color css
<style>
a { background-color: #EDE46E; }
a { background-color: rgb(237,228,110); }
div.DivClassName
{
background-color: #EDE46E;
}
.BgClassName
{
background-color: #EDE46E;
}
</style>
border-color css
<style>
span { border-color: #EDE46E; }
span { border-color: rgb(237,228,110); }
td.TdClassName
{
border-color: #EDE46E;
}
.TagClassName
{
border-color: #EDE46E;
}
</style>