Shades of Honeysuckle #EDF95E
Tints of Honeysuckle #EDF95E
RGB
CMYK
RGB Variations
Color information
#EDF95E (or 0xEDF95E) is known color: Honeysuckle. HEX triplet: ED, F9 and 5E. RGB value is (237,249,94). Sum of RGB (Red+Green+Blue) = 237+249+94=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 94 (37.11% from 255 or 16.21% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF95E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF95E is #1206A1. Grayscale: #E4E4E4. Windows color (decimal): -1181346 or 6224365. OLE color: 6224365.
HSL color Cylindrical-coordinate representation of color #EDF95E: hue angle of 64.65º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDF95E is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 94 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.02 |
| HSL | 64.65º | 0.93% | 0.67% | - |
| HSV(B) | 64.65º | 0.62% | 0.98% | - |
| XYZ | 70.82 | 86.56 | 23.57 | - |
| YUV | 227.74 | 52.52 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 94 | 0.05 | 0 | 0.62 | 0.02 | 64.65 | 0.93 | 0.67 |
| Hex | ED | F9 | 5E | 5 | 0 | 3E | 2 | 41 | 5D | 43 |
| Octal | 355 | 371 | 136 | 5 | 0 | 76 | 2 | 101 | 135 | 103 |
| Binary | 11101101 | 11111001 | 1011110 | 101 | 0 | 111110 | 10 | 1000001 | 1011101 | 1000011 |
Color Harmonies of #EDF95E
Complementary color
Monochromatic Colors of #EDF95E
Black with #EDF95E
Text Example
Text Example
White with #EDF95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF95E; }
p { color: rgb(237,249,94); }
H1.HeaderClassName
{
color: #EDF95E;
}
.AnyTagClassName
{
color: #EDF95E;
}
</style>
background-color css
<style>
a { background-color: #EDF95E; }
a { background-color: rgb(237,249,94); }
div.DivClassName
{
background-color: #EDF95E;
}
.BgClassName
{
background-color: #EDF95E;
}
</style>
border-color css
<style>
span { border-color: #EDF95E; }
span { border-color: rgb(237,249,94); }
td.TdClassName
{
border-color: #EDF95E;
}
.TagClassName
{
border-color: #EDF95E;
}
</style>