Shades of Honeysuckle #EDF25B
Tints of Honeysuckle #EDF25B
RGB
CMYK
RGB Variations
Color information
#EDF25B (or 0xEDF25B) is known color: Honeysuckle. HEX triplet: ED, F2 and 5B. RGB value is (237,242,91). Sum of RGB (Red+Green+Blue) = 237+242+91=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 91 (35.94% from 255 or 15.96% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF25B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF25B is #120DA4. Grayscale: #DFDFDF. Windows color (decimal): -1183141 or 6025965. OLE color: 6025965.
HSL color Cylindrical-coordinate representation of color #EDF25B: hue angle of 61.99º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDF25B is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 91 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.05 |
| HSL | 61.99º | 0.85% | 0.65% | - |
| HSV(B) | 61.99º | 0.62% | 0.95% | - |
| XYZ | 68.57 | 82.26 | 22.16 | - |
| YUV | 223.29 | 53.34 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 91 | 0.02 | 0 | 0.62 | 0.05 | 61.99 | 0.85 | 0.65 |
| Hex | ED | F2 | 5B | 2 | 0 | 3E | 5 | 3E | 55 | 41 |
| Octal | 355 | 362 | 133 | 2 | 0 | 76 | 5 | 76 | 125 | 101 |
| Binary | 11101101 | 11110010 | 1011011 | 10 | 0 | 111110 | 101 | 111110 | 1010101 | 1000001 |
Color Harmonies of #EDF25B
Complementary color
Monochromatic Colors of #EDF25B
Black with #EDF25B
Text Example
Text Example
White with #EDF25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF25B; }
p { color: rgb(237,242,91); }
H1.HeaderClassName
{
color: #EDF25B;
}
.AnyTagClassName
{
color: #EDF25B;
}
</style>
background-color css
<style>
a { background-color: #EDF25B; }
a { background-color: rgb(237,242,91); }
div.DivClassName
{
background-color: #EDF25B;
}
.BgClassName
{
background-color: #EDF25B;
}
</style>
border-color css
<style>
span { border-color: #EDF25B; }
span { border-color: rgb(237,242,91); }
td.TdClassName
{
border-color: #EDF25B;
}
.TagClassName
{
border-color: #EDF25B;
}
</style>