Shades of Honeysuckle #EDF15F
Tints of Honeysuckle #EDF15F
RGB
CMYK
RGB Variations
Color information
#EDF15F (or 0xEDF15F) is known color: Honeysuckle. HEX triplet: ED, F1 and 5F. RGB value is (237,241,95). Sum of RGB (Red+Green+Blue) = 237+241+95=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 241 (94.53% from 255 or 42.06% from 573); Blue value is 95 (37.5% from 255 or 16.58% from 573); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF15F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF15F is #120EA0. Grayscale: #DFDFDF. Windows color (decimal): -1183393 or 6287853. OLE color: 6287853.
HSL color Cylindrical-coordinate representation of color #EDF15F: hue angle of 61.64º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDF15F is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 95 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.05 |
| HSL | 61.64º | 0.84% | 0.66% | - |
| HSV(B) | 61.64º | 0.61% | 0.95% | - |
| XYZ | 68.45 | 81.74 | 23 | - |
| YUV | 223.16 | 55.67 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 95 | 0.02 | 0 | 0.61 | 0.05 | 61.64 | 0.84 | 0.66 |
| Hex | ED | F1 | 5F | 2 | 0 | 3D | 5 | 3E | 54 | 42 |
| Octal | 355 | 361 | 137 | 2 | 0 | 75 | 5 | 76 | 124 | 102 |
| Binary | 11101101 | 11110001 | 1011111 | 10 | 0 | 111101 | 101 | 111110 | 1010100 | 1000010 |
Color Harmonies of #EDF15F
Complementary color
Monochromatic Colors of #EDF15F
Black with #EDF15F
Text Example
Text Example
White with #EDF15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF15F; }
p { color: rgb(237,241,95); }
H1.HeaderClassName
{
color: #EDF15F;
}
.AnyTagClassName
{
color: #EDF15F;
}
</style>
background-color css
<style>
a { background-color: #EDF15F; }
a { background-color: rgb(237,241,95); }
div.DivClassName
{
background-color: #EDF15F;
}
.BgClassName
{
background-color: #EDF15F;
}
</style>
border-color css
<style>
span { border-color: #EDF15F; }
span { border-color: rgb(237,241,95); }
td.TdClassName
{
border-color: #EDF15F;
}
.TagClassName
{
border-color: #EDF15F;
}
</style>