Shades of Honeysuckle #EDF25A
Tints of Honeysuckle #EDF25A
RGB
CMYK
RGB Variations
Color information
#EDF25A (or 0xEDF25A) is known color: Honeysuckle. HEX triplet: ED, F2 and 5A. RGB value is (237,242,90). Sum of RGB (Red+Green+Blue) = 237+242+90=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 90 (35.55% from 255 or 15.82% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF25A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF25A is #120DA5. Grayscale: #DFDFDF. Windows color (decimal): -1183142 or 5960429. OLE color: 5960429.
HSL color Cylindrical-coordinate representation of color #EDF25A: hue angle of 61.97º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDF25A is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 90 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.05 |
| HSL | 61.97º | 0.85% | 0.65% | - |
| HSV(B) | 61.97º | 0.63% | 0.95% | - |
| XYZ | 68.52 | 82.25 | 21.94 | - |
| YUV | 223.18 | 52.84 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 90 | 0.02 | 0 | 0.63 | 0.05 | 61.97 | 0.85 | 0.65 |
| Hex | ED | F2 | 5A | 2 | 0 | 3F | 5 | 3E | 55 | 41 |
| Octal | 355 | 362 | 132 | 2 | 0 | 77 | 5 | 76 | 125 | 101 |
| Binary | 11101101 | 11110010 | 1011010 | 10 | 0 | 111111 | 101 | 111110 | 1010101 | 1000001 |
Color Harmonies of #EDF25A
Complementary color
Monochromatic Colors of #EDF25A
Black with #EDF25A
Text Example
Text Example
White with #EDF25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF25A; }
p { color: rgb(237,242,90); }
H1.HeaderClassName
{
color: #EDF25A;
}
.AnyTagClassName
{
color: #EDF25A;
}
</style>
background-color css
<style>
a { background-color: #EDF25A; }
a { background-color: rgb(237,242,90); }
div.DivClassName
{
background-color: #EDF25A;
}
.BgClassName
{
background-color: #EDF25A;
}
</style>
border-color css
<style>
span { border-color: #EDF25A; }
span { border-color: rgb(237,242,90); }
td.TdClassName
{
border-color: #EDF25A;
}
.TagClassName
{
border-color: #EDF25A;
}
</style>