Shades of Honeysuckle #EDF955
Tints of Honeysuckle #EDF955
RGB
CMYK
RGB Variations
Color information
#EDF955 (or 0xEDF955) is known color: Honeysuckle. HEX triplet: ED, F9 and 55. RGB value is (237,249,85). Sum of RGB (Red+Green+Blue) = 237+249+85=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 85 (33.59% from 255 or 14.89% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF955 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF955 is #1206AA. Grayscale: #E3E3E3. Windows color (decimal): -1181355 or 5634541. OLE color: 5634541.
HSL color Cylindrical-coordinate representation of color #EDF955: hue angle of 64.39º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDF955 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 85 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.02 |
| HSL | 64.39º | 0.93% | 0.65% | - |
| HSV(B) | 64.39º | 0.66% | 0.98% | - |
| XYZ | 70.44 | 86.41 | 21.56 | - |
| YUV | 226.72 | 48.02 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 85 | 0.05 | 0 | 0.66 | 0.02 | 64.39 | 0.93 | 0.65 |
| Hex | ED | F9 | 55 | 5 | 0 | 42 | 2 | 40 | 5D | 41 |
| Octal | 355 | 371 | 125 | 5 | 0 | 102 | 2 | 100 | 135 | 101 |
| Binary | 11101101 | 11111001 | 1010101 | 101 | 0 | 1000010 | 10 | 1000000 | 1011101 | 1000001 |
Color Harmonies of #EDF955
Complementary color
Monochromatic Colors of #EDF955
Black with #EDF955
Text Example
Text Example
White with #EDF955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF955; }
p { color: rgb(237,249,85); }
H1.HeaderClassName
{
color: #EDF955;
}
.AnyTagClassName
{
color: #EDF955;
}
</style>
background-color css
<style>
a { background-color: #EDF955; }
a { background-color: rgb(237,249,85); }
div.DivClassName
{
background-color: #EDF955;
}
.BgClassName
{
background-color: #EDF955;
}
</style>
border-color css
<style>
span { border-color: #EDF955; }
span { border-color: rgb(237,249,85); }
td.TdClassName
{
border-color: #EDF955;
}
.TagClassName
{
border-color: #EDF955;
}
</style>