Shades of Honeysuckle #EDEF60
Tints of Honeysuckle #EDEF60
RGB
CMYK
RGB Variations
Color information
#EDEF60 (or 0xEDEF60) is known color: Honeysuckle. HEX triplet: ED, EF and 60. RGB value is (237,239,96). Sum of RGB (Red+Green+Blue) = 237+239+96=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 96 (37.89% from 255 or 16.78% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF60 is #12109F. Grayscale: #DEDEDE. Windows color (decimal): -1183904 or 6352877. OLE color: 6352877.
HSL color Cylindrical-coordinate representation of color #EDEF60: hue angle of 60.84º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDEF60 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 96 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.06 |
| HSL | 60.84º | 0.82% | 0.66% | - |
| HSV(B) | 60.84º | 0.6% | 0.94% | - |
| XYZ | 67.9 | 80.58 | 23.04 | - |
| YUV | 222.1 | 56.84 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 96 | 0.01 | 0 | 0.60 | 0.06 | 60.84 | 0.82 | 0.66 |
| Hex | ED | EF | 60 | 1 | 0 | 3C | 6 | 3D | 52 | 42 |
| Octal | 355 | 357 | 140 | 1 | 0 | 74 | 6 | 75 | 122 | 102 |
| Binary | 11101101 | 11101111 | 1100000 | 1 | 0 | 111100 | 110 | 111101 | 1010010 | 1000010 |
Color Harmonies of #EDEF60
Complementary color
Monochromatic Colors of #EDEF60
Black with #EDEF60
Text Example
Text Example
White with #EDEF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF60; }
p { color: rgb(237,239,96); }
H1.HeaderClassName
{
color: #EDEF60;
}
.AnyTagClassName
{
color: #EDEF60;
}
</style>
background-color css
<style>
a { background-color: #EDEF60; }
a { background-color: rgb(237,239,96); }
div.DivClassName
{
background-color: #EDEF60;
}
.BgClassName
{
background-color: #EDEF60;
}
</style>
border-color css
<style>
span { border-color: #EDEF60; }
span { border-color: rgb(237,239,96); }
td.TdClassName
{
border-color: #EDEF60;
}
.TagClassName
{
border-color: #EDEF60;
}
</style>