Shades of Honeysuckle #EDE465
Tints of Honeysuckle #EDE465
RGB
CMYK
RGB Variations
Color information
#EDE465 (or 0xEDE465) is known color: Honeysuckle. HEX triplet: ED, E4 and 65. RGB value is (237,228,101). Sum of RGB (Red+Green+Blue) = 237+228+101=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 101 (39.84% from 255 or 17.84% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE465 is #121B9A. Grayscale: #D8D8D8. Windows color (decimal): -1186715 or 6677741. OLE color: 6677741.
HSL color Cylindrical-coordinate representation of color #EDE465: hue angle of 56.03º 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 #EDE465 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 101 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.07 |
| HSL | 56.03º | 0.79% | 0.66% | - |
| HSV(B) | 56.03º | 0.57% | 0.93% | - |
| XYZ | 65.02 | 74.43 | 23.25 | - |
| YUV | 216.21 | 62.98 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 101 | 0 | 0.04 | 0.57 | 0.07 | 56.03 | 0.79 | 0.66 |
| Hex | ED | E4 | 65 | 0 | 4 | 39 | 7 | 38 | 4F | 42 |
| Octal | 355 | 344 | 145 | 0 | 4 | 71 | 7 | 70 | 117 | 102 |
| Binary | 11101101 | 11100100 | 1100101 | 0 | 100 | 111001 | 111 | 111000 | 1001111 | 1000010 |
Color Harmonies of #EDE465
Complementary color
Monochromatic Colors of #EDE465
Black with #EDE465
Text Example
Text Example
White with #EDE465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE465; }
p { color: rgb(237,228,101); }
H1.HeaderClassName
{
color: #EDE465;
}
.AnyTagClassName
{
color: #EDE465;
}
</style>
background-color css
<style>
a { background-color: #EDE465; }
a { background-color: rgb(237,228,101); }
div.DivClassName
{
background-color: #EDE465;
}
.BgClassName
{
background-color: #EDE465;
}
</style>
border-color css
<style>
span { border-color: #EDE465; }
span { border-color: rgb(237,228,101); }
td.TdClassName
{
border-color: #EDE465;
}
.TagClassName
{
border-color: #EDE465;
}
</style>