Shades of Honeysuckle #EDF45E
Tints of Honeysuckle #EDF45E
RGB
CMYK
RGB Variations
Color information
#EDF45E (or 0xEDF45E) is known color: Honeysuckle. HEX triplet: ED, F4 and 5E. RGB value is (237,244,94). Sum of RGB (Red+Green+Blue) = 237+244+94=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 244 (95.70% from 255 or 42.43% from 575); Blue value is 94 (37.11% from 255 or 16.35% from 575); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF45E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF45E is #120BA1. Grayscale: #E1E1E1. Windows color (decimal): -1182626 or 6223085. OLE color: 6223085.
HSL color Cylindrical-coordinate representation of color #EDF45E: hue angle of 62.8º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDF45E is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 94 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.04 |
| HSL | 62.8º | 0.87% | 0.66% | - |
| HSV(B) | 62.8º | 0.61% | 0.96% | - |
| XYZ | 69.3 | 83.51 | 23.06 | - |
| YUV | 224.81 | 54.18 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 94 | 0.03 | 0 | 0.61 | 0.04 | 62.8 | 0.87 | 0.66 |
| Hex | ED | F4 | 5E | 3 | 0 | 3D | 4 | 3F | 57 | 42 |
| Octal | 355 | 364 | 136 | 3 | 0 | 75 | 4 | 77 | 127 | 102 |
| Binary | 11101101 | 11110100 | 1011110 | 11 | 0 | 111101 | 100 | 111111 | 1010111 | 1000010 |
Color Harmonies of #EDF45E
Complementary color
Monochromatic Colors of #EDF45E
Black with #EDF45E
Text Example
Text Example
White with #EDF45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF45E; }
p { color: rgb(237,244,94); }
H1.HeaderClassName
{
color: #EDF45E;
}
.AnyTagClassName
{
color: #EDF45E;
}
</style>
background-color css
<style>
a { background-color: #EDF45E; }
a { background-color: rgb(237,244,94); }
div.DivClassName
{
background-color: #EDF45E;
}
.BgClassName
{
background-color: #EDF45E;
}
</style>
border-color css
<style>
span { border-color: #EDF45E; }
span { border-color: rgb(237,244,94); }
td.TdClassName
{
border-color: #EDF45E;
}
.TagClassName
{
border-color: #EDF45E;
}
</style>