Shades of Honeysuckle #EDF365
Tints of Honeysuckle #EDF365
RGB
CMYK
RGB Variations
Color information
#EDF365 (or 0xEDF365) is known color: Honeysuckle. HEX triplet: ED, F3 and 65. RGB value is (237,243,101). Sum of RGB (Red+Green+Blue) = 237+243+101=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 101 (39.84% from 255 or 17.38% from 581); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF365 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF365 is #120C9A. Grayscale: #E1E1E1. Windows color (decimal): -1182875 or 6681581. OLE color: 6681581.
HSL color Cylindrical-coordinate representation of color #EDF365: hue angle of 62.54º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDF365 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 101 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.05 |
| HSL | 62.54º | 0.86% | 0.67% | - |
| HSV(B) | 62.54º | 0.58% | 0.95% | - |
| XYZ | 69.32 | 83.05 | 24.69 | - |
| YUV | 225.02 | 58.01 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 101 | 0.02 | 0 | 0.58 | 0.05 | 62.54 | 0.86 | 0.67 |
| Hex | ED | F3 | 65 | 2 | 0 | 3A | 5 | 3F | 56 | 43 |
| Octal | 355 | 363 | 145 | 2 | 0 | 72 | 5 | 77 | 126 | 103 |
| Binary | 11101101 | 11110011 | 1100101 | 10 | 0 | 111010 | 101 | 111111 | 1010110 | 1000011 |
Color Harmonies of #EDF365
Complementary color
Monochromatic Colors of #EDF365
Black with #EDF365
Text Example
Text Example
White with #EDF365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF365; }
p { color: rgb(237,243,101); }
H1.HeaderClassName
{
color: #EDF365;
}
.AnyTagClassName
{
color: #EDF365;
}
</style>
background-color css
<style>
a { background-color: #EDF365; }
a { background-color: rgb(237,243,101); }
div.DivClassName
{
background-color: #EDF365;
}
.BgClassName
{
background-color: #EDF365;
}
</style>
border-color css
<style>
span { border-color: #EDF365; }
span { border-color: rgb(237,243,101); }
td.TdClassName
{
border-color: #EDF365;
}
.TagClassName
{
border-color: #EDF365;
}
</style>