Shades of Honeysuckle #EDF265
Tints of Honeysuckle #EDF265
RGB
CMYK
RGB Variations
Color information
#EDF265 (or 0xEDF265) is known color: Honeysuckle. HEX triplet: ED, F2 and 65. RGB value is (237,242,101). Sum of RGB (Red+Green+Blue) = 237+242+101=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 101 (39.84% from 255 or 17.41% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF265 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF265 is #120D9A. Grayscale: #E0E0E0. Windows color (decimal): -1183131 or 6681325. OLE color: 6681325.
HSL color Cylindrical-coordinate representation of color #EDF265: hue angle of 62.13º degrees, saturation: 0.84, 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 #EDF265 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 101 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.05 |
| HSL | 62.13º | 0.84% | 0.67% | - |
| HSV(B) | 62.13º | 0.58% | 0.95% | - |
| XYZ | 69.03 | 82.45 | 24.59 | - |
| YUV | 224.43 | 58.34 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 101 | 0.02 | 0 | 0.58 | 0.05 | 62.13 | 0.84 | 0.67 |
| Hex | ED | F2 | 65 | 2 | 0 | 3A | 5 | 3E | 54 | 43 |
| Octal | 355 | 362 | 145 | 2 | 0 | 72 | 5 | 76 | 124 | 103 |
| Binary | 11101101 | 11110010 | 1100101 | 10 | 0 | 111010 | 101 | 111110 | 1010100 | 1000011 |
Color Harmonies of #EDF265
Complementary color
Monochromatic Colors of #EDF265
Black with #EDF265
Text Example
Text Example
White with #EDF265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF265; }
p { color: rgb(237,242,101); }
H1.HeaderClassName
{
color: #EDF265;
}
.AnyTagClassName
{
color: #EDF265;
}
</style>
background-color css
<style>
a { background-color: #EDF265; }
a { background-color: rgb(237,242,101); }
div.DivClassName
{
background-color: #EDF265;
}
.BgClassName
{
background-color: #EDF265;
}
</style>
border-color css
<style>
span { border-color: #EDF265; }
span { border-color: rgb(237,242,101); }
td.TdClassName
{
border-color: #EDF265;
}
.TagClassName
{
border-color: #EDF265;
}
</style>