Shades of Honeysuckle #EDF25E
Tints of Honeysuckle #EDF25E
RGB
CMYK
RGB Variations
Color information
#EDF25E (or 0xEDF25E) is known color: Honeysuckle. HEX triplet: ED, F2 and 5E. RGB value is (237,242,94). Sum of RGB (Red+Green+Blue) = 237+242+94=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 94 (37.11% from 255 or 16.40% from 573); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF25E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF25E is #120DA1. Grayscale: #E0E0E0. Windows color (decimal): -1183138 or 6222573. OLE color: 6222573.
HSL color Cylindrical-coordinate representation of color #EDF25E: hue angle of 62.03º degrees, saturation: 0.85, 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 #EDF25E is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 94 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.05 |
| HSL | 62.03º | 0.85% | 0.66% | - |
| HSV(B) | 62.03º | 0.61% | 0.95% | - |
| XYZ | 68.7 | 82.32 | 22.86 | - |
| YUV | 223.63 | 54.84 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 94 | 0.02 | 0 | 0.61 | 0.05 | 62.03 | 0.85 | 0.66 |
| Hex | ED | F2 | 5E | 2 | 0 | 3D | 5 | 3E | 55 | 42 |
| Octal | 355 | 362 | 136 | 2 | 0 | 75 | 5 | 76 | 125 | 102 |
| Binary | 11101101 | 11110010 | 1011110 | 10 | 0 | 111101 | 101 | 111110 | 1010101 | 1000010 |
Color Harmonies of #EDF25E
Complementary color
Monochromatic Colors of #EDF25E
Black with #EDF25E
Text Example
Text Example
White with #EDF25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF25E; }
p { color: rgb(237,242,94); }
H1.HeaderClassName
{
color: #EDF25E;
}
.AnyTagClassName
{
color: #EDF25E;
}
</style>
background-color css
<style>
a { background-color: #EDF25E; }
a { background-color: rgb(237,242,94); }
div.DivClassName
{
background-color: #EDF25E;
}
.BgClassName
{
background-color: #EDF25E;
}
</style>
border-color css
<style>
span { border-color: #EDF25E; }
span { border-color: rgb(237,242,94); }
td.TdClassName
{
border-color: #EDF25E;
}
.TagClassName
{
border-color: #EDF25E;
}
</style>