Shades of Honeysuckle #EDF266
Tints of Honeysuckle #EDF266
RGB
CMYK
RGB Variations
Color information
#EDF266 (or 0xEDF266) is known color: Honeysuckle. HEX triplet: ED, F2 and 66. RGB value is (237,242,102). Sum of RGB (Red+Green+Blue) = 237+242+102=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 102 (40.23% from 255 or 17.56% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF266 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF266 is #120D99. Grayscale: #E1E1E1. Windows color (decimal): -1183130 or 6746861. OLE color: 6746861.
HSL color Cylindrical-coordinate representation of color #EDF266: hue angle of 62.14º 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 #EDF266 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 102 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.05 |
| HSL | 62.14º | 0.84% | 0.67% | - |
| HSV(B) | 62.14º | 0.58% | 0.95% | - |
| XYZ | 69.08 | 82.47 | 24.85 | - |
| YUV | 224.55 | 58.84 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 102 | 0.02 | 0 | 0.58 | 0.05 | 62.14 | 0.84 | 0.67 |
| Hex | ED | F2 | 66 | 2 | 0 | 3A | 5 | 3E | 54 | 43 |
| Octal | 355 | 362 | 146 | 2 | 0 | 72 | 5 | 76 | 124 | 103 |
| Binary | 11101101 | 11110010 | 1100110 | 10 | 0 | 111010 | 101 | 111110 | 1010100 | 1000011 |
Color Harmonies of #EDF266
Complementary color
Monochromatic Colors of #EDF266
Black with #EDF266
Text Example
Text Example
White with #EDF266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF266; }
p { color: rgb(237,242,102); }
H1.HeaderClassName
{
color: #EDF266;
}
.AnyTagClassName
{
color: #EDF266;
}
</style>
background-color css
<style>
a { background-color: #EDF266; }
a { background-color: rgb(237,242,102); }
div.DivClassName
{
background-color: #EDF266;
}
.BgClassName
{
background-color: #EDF266;
}
</style>
border-color css
<style>
span { border-color: #EDF266; }
span { border-color: rgb(237,242,102); }
td.TdClassName
{
border-color: #EDF266;
}
.TagClassName
{
border-color: #EDF266;
}
</style>