Shades of Honeysuckle #EDF25C
Tints of Honeysuckle #EDF25C
RGB
CMYK
RGB Variations
Color information
#EDF25C (or 0xEDF25C) is known color: Honeysuckle. HEX triplet: ED, F2 and 5C. RGB value is (237,242,92). Sum of RGB (Red+Green+Blue) = 237+242+92=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 92 (36.33% from 255 or 16.11% from 571); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF25C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF25C is #120DA3. Grayscale: #E0E0E0. Windows color (decimal): -1183140 or 6091501. OLE color: 6091501.
HSL color Cylindrical-coordinate representation of color #EDF25C: hue angle of 62º 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 #EDF25C is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 92 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.05 |
| HSL | 62º | 0.85% | 0.65% | - |
| HSV(B) | 62º | 0.62% | 0.95% | - |
| XYZ | 68.61 | 82.28 | 22.39 | - |
| YUV | 223.41 | 53.84 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 92 | 0.02 | 0 | 0.62 | 0.05 | 62 | 0.85 | 0.65 |
| Hex | ED | F2 | 5C | 2 | 0 | 3E | 5 | 3E | 55 | 41 |
| Octal | 355 | 362 | 134 | 2 | 0 | 76 | 5 | 76 | 125 | 101 |
| Binary | 11101101 | 11110010 | 1011100 | 10 | 0 | 111110 | 101 | 111110 | 1010101 | 1000001 |
Color Harmonies of #EDF25C
Complementary color
Monochromatic Colors of #EDF25C
Black with #EDF25C
Text Example
Text Example
White with #EDF25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF25C; }
p { color: rgb(237,242,92); }
H1.HeaderClassName
{
color: #EDF25C;
}
.AnyTagClassName
{
color: #EDF25C;
}
</style>
background-color css
<style>
a { background-color: #EDF25C; }
a { background-color: rgb(237,242,92); }
div.DivClassName
{
background-color: #EDF25C;
}
.BgClassName
{
background-color: #EDF25C;
}
</style>
border-color css
<style>
span { border-color: #EDF25C; }
span { border-color: rgb(237,242,92); }
td.TdClassName
{
border-color: #EDF25C;
}
.TagClassName
{
border-color: #EDF25C;
}
</style>