Shades of Honeysuckle #EDF46A
Tints of Honeysuckle #EDF46A
RGB
CMYK
RGB Variations
Color information
#EDF46A (or 0xEDF46A) is known color: Honeysuckle. HEX triplet: ED, F4 and 6A. RGB value is (237,244,106). Sum of RGB (Red+Green+Blue) = 237+244+106=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 244 (95.70% from 255 or 41.57% from 587); Blue value is 106 (41.80% from 255 or 18.06% from 587); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF46A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF46A is #120B95. Grayscale: #E2E2E2. Windows color (decimal): -1182614 or 7009517. OLE color: 7009517.
HSL color Cylindrical-coordinate representation of color #EDF46A: hue angle of 63.04º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDF46A is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 106 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.04 |
| HSL | 63.04º | 0.86% | 0.69% | - |
| HSV(B) | 63.04º | 0.57% | 0.96% | - |
| XYZ | 69.88 | 83.75 | 26.12 | - |
| YUV | 226.18 | 60.18 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 106 | 0.03 | 0 | 0.57 | 0.04 | 63.04 | 0.86 | 0.69 |
| Hex | ED | F4 | 6A | 3 | 0 | 39 | 4 | 3F | 56 | 45 |
| Octal | 355 | 364 | 152 | 3 | 0 | 71 | 4 | 77 | 126 | 105 |
| Binary | 11101101 | 11110100 | 1101010 | 11 | 0 | 111001 | 100 | 111111 | 1010110 | 1000101 |
Color Harmonies of #EDF46A
Complementary color
Monochromatic Colors of #EDF46A
Black with #EDF46A
Text Example
Text Example
White with #EDF46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF46A; }
p { color: rgb(237,244,106); }
H1.HeaderClassName
{
color: #EDF46A;
}
.AnyTagClassName
{
color: #EDF46A;
}
</style>
background-color css
<style>
a { background-color: #EDF46A; }
a { background-color: rgb(237,244,106); }
div.DivClassName
{
background-color: #EDF46A;
}
.BgClassName
{
background-color: #EDF46A;
}
</style>
border-color css
<style>
span { border-color: #EDF46A; }
span { border-color: rgb(237,244,106); }
td.TdClassName
{
border-color: #EDF46A;
}
.TagClassName
{
border-color: #EDF46A;
}
</style>