Shades of Honeysuckle #EDF55D
Tints of Honeysuckle #EDF55D
RGB
CMYK
RGB Variations
Color information
#EDF55D (or 0xEDF55D) is known color: Honeysuckle. HEX triplet: ED, F5 and 5D. RGB value is (237,245,93). Sum of RGB (Red+Green+Blue) = 237+245+93=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 245 (96.09% from 255 or 42.61% from 575); Blue value is 93 (36.72% from 255 or 16.17% from 575); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF55D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF55D is #120AA2. Grayscale: #E1E1E1. Windows color (decimal): -1182371 or 6157805. OLE color: 6157805.
HSL color Cylindrical-coordinate representation of color #EDF55D: hue angle of 63.16º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDF55D is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 93 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.04 |
| HSL | 63.16º | 0.88% | 0.66% | - |
| HSV(B) | 63.16º | 0.62% | 0.96% | - |
| XYZ | 69.55 | 84.1 | 22.92 | - |
| YUV | 225.28 | 53.35 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 93 | 0.03 | 0 | 0.62 | 0.04 | 63.16 | 0.88 | 0.66 |
| Hex | ED | F5 | 5D | 3 | 0 | 3E | 4 | 3F | 58 | 42 |
| Octal | 355 | 365 | 135 | 3 | 0 | 76 | 4 | 77 | 130 | 102 |
| Binary | 11101101 | 11110101 | 1011101 | 11 | 0 | 111110 | 100 | 111111 | 1011000 | 1000010 |
Color Harmonies of #EDF55D
Complementary color
Monochromatic Colors of #EDF55D
Black with #EDF55D
Text Example
Text Example
White with #EDF55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF55D; }
p { color: rgb(237,245,93); }
H1.HeaderClassName
{
color: #EDF55D;
}
.AnyTagClassName
{
color: #EDF55D;
}
</style>
background-color css
<style>
a { background-color: #EDF55D; }
a { background-color: rgb(237,245,93); }
div.DivClassName
{
background-color: #EDF55D;
}
.BgClassName
{
background-color: #EDF55D;
}
</style>
border-color css
<style>
span { border-color: #EDF55D; }
span { border-color: rgb(237,245,93); }
td.TdClassName
{
border-color: #EDF55D;
}
.TagClassName
{
border-color: #EDF55D;
}
</style>