Shades of Honeysuckle #EDF965
Tints of Honeysuckle #EDF965
RGB
CMYK
RGB Variations
Color information
#EDF965 (or 0xEDF965) is known color: Honeysuckle. HEX triplet: ED, F9 and 65. RGB value is (237,249,101). Sum of RGB (Red+Green+Blue) = 237+249+101=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 101 (39.84% from 255 or 17.21% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF965 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF965 is #12069A. Grayscale: #E5E5E5. Windows color (decimal): -1181339 or 6683117. OLE color: 6683117.
HSL color Cylindrical-coordinate representation of color #EDF965: hue angle of 64.86º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDF965 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 101 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.02 |
| HSL | 64.86º | 0.93% | 0.69% | - |
| HSV(B) | 64.86º | 0.59% | 0.98% | - |
| XYZ | 71.15 | 86.7 | 25.3 | - |
| YUV | 228.54 | 56.02 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 101 | 0.05 | 0 | 0.59 | 0.02 | 64.86 | 0.93 | 0.69 |
| Hex | ED | F9 | 65 | 5 | 0 | 3B | 2 | 41 | 5C | 45 |
| Octal | 355 | 371 | 145 | 5 | 0 | 73 | 2 | 101 | 134 | 105 |
| Binary | 11101101 | 11111001 | 1100101 | 101 | 0 | 111011 | 10 | 1000001 | 1011100 | 1000101 |
Color Harmonies of #EDF965
Complementary color
Monochromatic Colors of #EDF965
Black with #EDF965
Text Example
Text Example
White with #EDF965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF965; }
p { color: rgb(237,249,101); }
H1.HeaderClassName
{
color: #EDF965;
}
.AnyTagClassName
{
color: #EDF965;
}
</style>
background-color css
<style>
a { background-color: #EDF965; }
a { background-color: rgb(237,249,101); }
div.DivClassName
{
background-color: #EDF965;
}
.BgClassName
{
background-color: #EDF965;
}
</style>
border-color css
<style>
span { border-color: #EDF965; }
span { border-color: rgb(237,249,101); }
td.TdClassName
{
border-color: #EDF965;
}
.TagClassName
{
border-color: #EDF965;
}
</style>