Shades of Honeysuckle #EDF360
Tints of Honeysuckle #EDF360
RGB
CMYK
RGB Variations
Color information
#EDF360 (or 0xEDF360) is known color: Honeysuckle. HEX triplet: ED, F3 and 60. RGB value is (237,243,96). Sum of RGB (Red+Green+Blue) = 237+243+96=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 243 (95.31% from 255 or 42.19% from 576); Blue value is 96 (37.89% from 255 or 16.67% from 576); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF360 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF360 is #120C9F. Grayscale: #E1E1E1. Windows color (decimal): -1182880 or 6353901. OLE color: 6353901.
HSL color Cylindrical-coordinate representation of color #EDF360: hue angle of 62.45º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDF360 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 96 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.05 |
| HSL | 62.45º | 0.86% | 0.66% | - |
| HSV(B) | 62.45º | 0.6% | 0.95% | - |
| XYZ | 69.09 | 82.95 | 23.44 | - |
| YUV | 224.45 | 55.51 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 96 | 0.02 | 0 | 0.60 | 0.05 | 62.45 | 0.86 | 0.66 |
| Hex | ED | F3 | 60 | 2 | 0 | 3C | 5 | 3E | 56 | 42 |
| Octal | 355 | 363 | 140 | 2 | 0 | 74 | 5 | 76 | 126 | 102 |
| Binary | 11101101 | 11110011 | 1100000 | 10 | 0 | 111100 | 101 | 111110 | 1010110 | 1000010 |
Color Harmonies of #EDF360
Complementary color
Monochromatic Colors of #EDF360
Black with #EDF360
Text Example
Text Example
White with #EDF360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF360; }
p { color: rgb(237,243,96); }
H1.HeaderClassName
{
color: #EDF360;
}
.AnyTagClassName
{
color: #EDF360;
}
</style>
background-color css
<style>
a { background-color: #EDF360; }
a { background-color: rgb(237,243,96); }
div.DivClassName
{
background-color: #EDF360;
}
.BgClassName
{
background-color: #EDF360;
}
</style>
border-color css
<style>
span { border-color: #EDF360; }
span { border-color: rgb(237,243,96); }
td.TdClassName
{
border-color: #EDF360;
}
.TagClassName
{
border-color: #EDF360;
}
</style>