Shades of Honeysuckle #EDF56C
Tints of Honeysuckle #EDF56C
RGB
CMYK
RGB Variations
Color information
#EDF56C (or 0xEDF56C) is known color: Honeysuckle. HEX triplet: ED, F5 and 6C. RGB value is (237,245,108). Sum of RGB (Red+Green+Blue) = 237+245+108=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 245 (96.09% from 255 or 41.53% from 590); Blue value is 108 (42.58% from 255 or 18.31% from 590); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF56C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF56C is #120A93. Grayscale: #E3E3E3. Windows color (decimal): -1182356 or 7140845. OLE color: 7140845.
HSL color Cylindrical-coordinate representation of color #EDF56C: hue angle of 63.5º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDF56C is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 108 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.04 |
| HSL | 63.5º | 0.87% | 0.69% | - |
| HSV(B) | 63.5º | 0.56% | 0.96% | - |
| XYZ | 70.28 | 84.39 | 26.77 | - |
| YUV | 226.99 | 60.85 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 108 | 0.03 | 0 | 0.56 | 0.04 | 63.5 | 0.87 | 0.69 |
| Hex | ED | F5 | 6C | 3 | 0 | 38 | 4 | 40 | 57 | 45 |
| Octal | 355 | 365 | 154 | 3 | 0 | 70 | 4 | 100 | 127 | 105 |
| Binary | 11101101 | 11110101 | 1101100 | 11 | 0 | 111000 | 100 | 1000000 | 1010111 | 1000101 |
Color Harmonies of #EDF56C
Complementary color
Monochromatic Colors of #EDF56C
Black with #EDF56C
Text Example
Text Example
White with #EDF56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF56C; }
p { color: rgb(237,245,108); }
H1.HeaderClassName
{
color: #EDF56C;
}
.AnyTagClassName
{
color: #EDF56C;
}
</style>
background-color css
<style>
a { background-color: #EDF56C; }
a { background-color: rgb(237,245,108); }
div.DivClassName
{
background-color: #EDF56C;
}
.BgClassName
{
background-color: #EDF56C;
}
</style>
border-color css
<style>
span { border-color: #EDF56C; }
span { border-color: rgb(237,245,108); }
td.TdClassName
{
border-color: #EDF56C;
}
.TagClassName
{
border-color: #EDF56C;
}
</style>