Shades of Honeysuckle #EDF364
Tints of Honeysuckle #EDF364
RGB
CMYK
RGB Variations
Color information
#EDF364 (or 0xEDF364) is known color: Honeysuckle. HEX triplet: ED, F3 and 64. RGB value is (237,243,100). Sum of RGB (Red+Green+Blue) = 237+243+100=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 100 (39.45% from 255 or 17.24% from 580); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF364 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF364 is #120C9B. Grayscale: #E1E1E1. Windows color (decimal): -1182876 or 6616045. OLE color: 6616045.
HSL color Cylindrical-coordinate representation of color #EDF364: hue angle of 62.52º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDF364 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 100 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.05 |
| HSL | 62.52º | 0.86% | 0.67% | - |
| HSV(B) | 62.52º | 0.59% | 0.95% | - |
| XYZ | 69.28 | 83.03 | 24.43 | - |
| YUV | 224.9 | 57.51 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 100 | 0.02 | 0 | 0.59 | 0.05 | 62.52 | 0.86 | 0.67 |
| Hex | ED | F3 | 64 | 2 | 0 | 3B | 5 | 3F | 56 | 43 |
| Octal | 355 | 363 | 144 | 2 | 0 | 73 | 5 | 77 | 126 | 103 |
| Binary | 11101101 | 11110011 | 1100100 | 10 | 0 | 111011 | 101 | 111111 | 1010110 | 1000011 |
Color Harmonies of #EDF364
Complementary color
Monochromatic Colors of #EDF364
Black with #EDF364
Text Example
Text Example
White with #EDF364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF364; }
p { color: rgb(237,243,100); }
H1.HeaderClassName
{
color: #EDF364;
}
.AnyTagClassName
{
color: #EDF364;
}
</style>
background-color css
<style>
a { background-color: #EDF364; }
a { background-color: rgb(237,243,100); }
div.DivClassName
{
background-color: #EDF364;
}
.BgClassName
{
background-color: #EDF364;
}
</style>
border-color css
<style>
span { border-color: #EDF364; }
span { border-color: rgb(237,243,100); }
td.TdClassName
{
border-color: #EDF364;
}
.TagClassName
{
border-color: #EDF364;
}
</style>