Shades of Honeysuckle #EDE960
Tints of Honeysuckle #EDE960
RGB
CMYK
RGB Variations
Color information
#EDE960 (or 0xEDE960) is known color: Honeysuckle. HEX triplet: ED, E9 and 60. RGB value is (237,233,96). Sum of RGB (Red+Green+Blue) = 237+233+96=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 233 (91.41% from 255 or 41.17% from 566); Blue value is 96 (37.89% from 255 or 16.96% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE960 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE960 is #12169F. Grayscale: #DBDBDB. Windows color (decimal): -1185440 or 6351341. OLE color: 6351341.
HSL color Cylindrical-coordinate representation of color #EDE960: hue angle of 58.3º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDE960 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 96 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.07 |
| HSL | 58.3º | 0.8% | 0.65% | - |
| HSV(B) | 58.3º | 0.59% | 0.93% | - |
| XYZ | 66.18 | 77.13 | 22.47 | - |
| YUV | 218.58 | 58.83 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 96 | 0 | 0.02 | 0.59 | 0.07 | 58.3 | 0.8 | 0.65 |
| Hex | ED | E9 | 60 | 0 | 2 | 3B | 7 | 3A | 50 | 41 |
| Octal | 355 | 351 | 140 | 0 | 2 | 73 | 7 | 72 | 120 | 101 |
| Binary | 11101101 | 11101001 | 1100000 | 0 | 10 | 111011 | 111 | 111010 | 1010000 | 1000001 |
Color Harmonies of #EDE960
Complementary color
Monochromatic Colors of #EDE960
Black with #EDE960
Text Example
Text Example
White with #EDE960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE960; }
p { color: rgb(237,233,96); }
H1.HeaderClassName
{
color: #EDE960;
}
.AnyTagClassName
{
color: #EDE960;
}
</style>
background-color css
<style>
a { background-color: #EDE960; }
a { background-color: rgb(237,233,96); }
div.DivClassName
{
background-color: #EDE960;
}
.BgClassName
{
background-color: #EDE960;
}
</style>
border-color css
<style>
span { border-color: #EDE960; }
span { border-color: rgb(237,233,96); }
td.TdClassName
{
border-color: #EDE960;
}
.TagClassName
{
border-color: #EDE960;
}
</style>