Shades of Honeysuckle #EDF763
Tints of Honeysuckle #EDF763
RGB
CMYK
RGB Variations
Color information
#EDF763 (or 0xEDF763) is known color: Honeysuckle. HEX triplet: ED, F7 and 63. RGB value is (237,247,99). Sum of RGB (Red+Green+Blue) = 237+247+99=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 247 (96.88% from 255 or 42.37% from 583); Blue value is 99 (39.06% from 255 or 16.98% from 583); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF763 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF763 is #12089C. Grayscale: #E3E3E3. Windows color (decimal): -1181853 or 6551533. OLE color: 6551533.
HSL color Cylindrical-coordinate representation of color #EDF763: hue angle of 64.05º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDF763 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 99 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.03 |
| HSL | 64.05º | 0.9% | 0.68% | - |
| HSV(B) | 64.05º | 0.6% | 0.97% | - |
| XYZ | 70.44 | 85.43 | 24.58 | - |
| YUV | 227.14 | 55.69 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 99 | 0.04 | 0 | 0.60 | 0.03 | 64.05 | 0.9 | 0.68 |
| Hex | ED | F7 | 63 | 4 | 0 | 3C | 3 | 40 | 5A | 44 |
| Octal | 355 | 367 | 143 | 4 | 0 | 74 | 3 | 100 | 132 | 104 |
| Binary | 11101101 | 11110111 | 1100011 | 100 | 0 | 111100 | 11 | 1000000 | 1011010 | 1000100 |
Color Harmonies of #EDF763
Complementary color
Monochromatic Colors of #EDF763
Black with #EDF763
Text Example
Text Example
White with #EDF763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF763; }
p { color: rgb(237,247,99); }
H1.HeaderClassName
{
color: #EDF763;
}
.AnyTagClassName
{
color: #EDF763;
}
</style>
background-color css
<style>
a { background-color: #EDF763; }
a { background-color: rgb(237,247,99); }
div.DivClassName
{
background-color: #EDF763;
}
.BgClassName
{
background-color: #EDF763;
}
</style>
border-color css
<style>
span { border-color: #EDF763; }
span { border-color: rgb(237,247,99); }
td.TdClassName
{
border-color: #EDF763;
}
.TagClassName
{
border-color: #EDF763;
}
</style>