Shades of Honeysuckle #EDE965
Tints of Honeysuckle #EDE965
RGB
CMYK
RGB Variations
Color information
#EDE965 (or 0xEDE965) is known color: Honeysuckle. HEX triplet: ED, E9 and 65. RGB value is (237,233,101). Sum of RGB (Red+Green+Blue) = 237+233+101=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 233 (91.41% from 255 or 40.81% from 571); Blue value is 101 (39.84% from 255 or 17.69% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE965 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE965 is #12169A. Grayscale: #DBDBDB. Windows color (decimal): -1185435 or 6679021. OLE color: 6679021.
HSL color Cylindrical-coordinate representation of color #EDE965: hue angle of 58.24º 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 #EDE965 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 101 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.07 |
| HSL | 58.24º | 0.79% | 0.66% | - |
| HSV(B) | 58.24º | 0.57% | 0.93% | - |
| XYZ | 66.41 | 77.22 | 23.72 | - |
| YUV | 219.15 | 61.33 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 101 | 0 | 0.02 | 0.57 | 0.07 | 58.24 | 0.79 | 0.66 |
| Hex | ED | E9 | 65 | 0 | 2 | 39 | 7 | 3A | 4F | 42 |
| Octal | 355 | 351 | 145 | 0 | 2 | 71 | 7 | 72 | 117 | 102 |
| Binary | 11101101 | 11101001 | 1100101 | 0 | 10 | 111001 | 111 | 111010 | 1001111 | 1000010 |
Color Harmonies of #EDE965
Complementary color
Monochromatic Colors of #EDE965
Black with #EDE965
Text Example
Text Example
White with #EDE965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE965; }
p { color: rgb(237,233,101); }
H1.HeaderClassName
{
color: #EDE965;
}
.AnyTagClassName
{
color: #EDE965;
}
</style>
background-color css
<style>
a { background-color: #EDE965; }
a { background-color: rgb(237,233,101); }
div.DivClassName
{
background-color: #EDE965;
}
.BgClassName
{
background-color: #EDE965;
}
</style>
border-color css
<style>
span { border-color: #EDE965; }
span { border-color: rgb(237,233,101); }
td.TdClassName
{
border-color: #EDE965;
}
.TagClassName
{
border-color: #EDE965;
}
</style>