Shades of Honeysuckle #EDF05F
Tints of Honeysuckle #EDF05F
RGB
CMYK
RGB Variations
Color information
#EDF05F (or 0xEDF05F) is known color: Honeysuckle. HEX triplet: ED, F0 and 5F. RGB value is (237,240,95). Sum of RGB (Red+Green+Blue) = 237+240+95=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 95 (37.5% from 255 or 16.61% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF05F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF05F is #120FA0. Grayscale: #DFDFDF. Windows color (decimal): -1183649 or 6287597. OLE color: 6287597.
HSL color Cylindrical-coordinate representation of color #EDF05F: hue angle of 61.24º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDF05F is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 95 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.06 |
| HSL | 61.24º | 0.83% | 0.66% | - |
| HSV(B) | 61.24º | 0.6% | 0.94% | - |
| XYZ | 68.15 | 81.15 | 22.9 | - |
| YUV | 222.57 | 56.01 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 95 | 0.01 | 0 | 0.60 | 0.06 | 61.24 | 0.83 | 0.66 |
| Hex | ED | F0 | 5F | 1 | 0 | 3C | 6 | 3D | 53 | 42 |
| Octal | 355 | 360 | 137 | 1 | 0 | 74 | 6 | 75 | 123 | 102 |
| Binary | 11101101 | 11110000 | 1011111 | 1 | 0 | 111100 | 110 | 111101 | 1010011 | 1000010 |
Color Harmonies of #EDF05F
Complementary color
Monochromatic Colors of #EDF05F
Black with #EDF05F
Text Example
Text Example
White with #EDF05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF05F; }
p { color: rgb(237,240,95); }
H1.HeaderClassName
{
color: #EDF05F;
}
.AnyTagClassName
{
color: #EDF05F;
}
</style>
background-color css
<style>
a { background-color: #EDF05F; }
a { background-color: rgb(237,240,95); }
div.DivClassName
{
background-color: #EDF05F;
}
.BgClassName
{
background-color: #EDF05F;
}
</style>
border-color css
<style>
span { border-color: #EDF05F; }
span { border-color: rgb(237,240,95); }
td.TdClassName
{
border-color: #EDF05F;
}
.TagClassName
{
border-color: #EDF05F;
}
</style>