Shades of Honeysuckle #EDF465
Tints of Honeysuckle #EDF465
RGB
CMYK
RGB Variations
Color information
#EDF465 (or 0xEDF465) is known color: Honeysuckle. HEX triplet: ED, F4 and 65. RGB value is (237,244,101). Sum of RGB (Red+Green+Blue) = 237+244+101=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 244 (95.70% from 255 or 41.92% from 582); Blue value is 101 (39.84% from 255 or 17.35% from 582); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF465 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF465 is #120B9A. Grayscale: #E2E2E2. Windows color (decimal): -1182619 or 6681837. OLE color: 6681837.
HSL color Cylindrical-coordinate representation of color #EDF465: hue angle of 62.94º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDF465 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 101 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.04 |
| HSL | 62.94º | 0.87% | 0.68% | - |
| HSV(B) | 62.94º | 0.59% | 0.96% | - |
| XYZ | 69.62 | 83.65 | 24.79 | - |
| YUV | 225.61 | 57.68 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 101 | 0.03 | 0 | 0.59 | 0.04 | 62.94 | 0.87 | 0.68 |
| Hex | ED | F4 | 65 | 3 | 0 | 3B | 4 | 3F | 57 | 44 |
| Octal | 355 | 364 | 145 | 3 | 0 | 73 | 4 | 77 | 127 | 104 |
| Binary | 11101101 | 11110100 | 1100101 | 11 | 0 | 111011 | 100 | 111111 | 1010111 | 1000100 |
Color Harmonies of #EDF465
Complementary color
Monochromatic Colors of #EDF465
Black with #EDF465
Text Example
Text Example
White with #EDF465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF465; }
p { color: rgb(237,244,101); }
H1.HeaderClassName
{
color: #EDF465;
}
.AnyTagClassName
{
color: #EDF465;
}
</style>
background-color css
<style>
a { background-color: #EDF465; }
a { background-color: rgb(237,244,101); }
div.DivClassName
{
background-color: #EDF465;
}
.BgClassName
{
background-color: #EDF465;
}
</style>
border-color css
<style>
span { border-color: #EDF465; }
span { border-color: rgb(237,244,101); }
td.TdClassName
{
border-color: #EDF465;
}
.TagClassName
{
border-color: #EDF465;
}
</style>