Shades of Honeysuckle #EDF064
Tints of Honeysuckle #EDF064
RGB
CMYK
RGB Variations
Color information
#EDF064 (or 0xEDF064) is known color: Honeysuckle. HEX triplet: ED, F0 and 64. RGB value is (237,240,100). Sum of RGB (Red+Green+Blue) = 237+240+100=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 100 (39.45% from 255 or 17.33% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF064 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF064 is #120F9B. Grayscale: #DFDFDF. Windows color (decimal): -1183644 or 6615277. OLE color: 6615277.
HSL color Cylindrical-coordinate representation of color #EDF064: hue angle of 61.29º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDF064 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 100 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.06 |
| HSL | 61.29º | 0.82% | 0.67% | - |
| HSV(B) | 61.29º | 0.58% | 0.94% | - |
| XYZ | 68.39 | 81.24 | 24.13 | - |
| YUV | 223.14 | 58.51 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 100 | 0.01 | 0 | 0.58 | 0.06 | 61.29 | 0.82 | 0.67 |
| Hex | ED | F0 | 64 | 1 | 0 | 3A | 6 | 3D | 52 | 43 |
| Octal | 355 | 360 | 144 | 1 | 0 | 72 | 6 | 75 | 122 | 103 |
| Binary | 11101101 | 11110000 | 1100100 | 1 | 0 | 111010 | 110 | 111101 | 1010010 | 1000011 |
Color Harmonies of #EDF064
Complementary color
Monochromatic Colors of #EDF064
Black with #EDF064
Text Example
Text Example
White with #EDF064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF064; }
p { color: rgb(237,240,100); }
H1.HeaderClassName
{
color: #EDF064;
}
.AnyTagClassName
{
color: #EDF064;
}
</style>
background-color css
<style>
a { background-color: #EDF064; }
a { background-color: rgb(237,240,100); }
div.DivClassName
{
background-color: #EDF064;
}
.BgClassName
{
background-color: #EDF064;
}
</style>
border-color css
<style>
span { border-color: #EDF064; }
span { border-color: rgb(237,240,100); }
td.TdClassName
{
border-color: #EDF064;
}
.TagClassName
{
border-color: #EDF064;
}
</style>