Shades of Honeysuckle #EDF964
Tints of Honeysuckle #EDF964
RGB
CMYK
RGB Variations
Color information
#EDF964 (or 0xEDF964) is known color: Honeysuckle. HEX triplet: ED, F9 and 64. RGB value is (237,249,100). Sum of RGB (Red+Green+Blue) = 237+249+100=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 100 (39.45% from 255 or 17.06% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF964 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF964 is #12069B. Grayscale: #E5E5E5. Windows color (decimal): -1181340 or 6617581. OLE color: 6617581.
HSL color Cylindrical-coordinate representation of color #EDF964: hue angle of 64.83º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDF964 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 100 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.02 |
| HSL | 64.83º | 0.93% | 0.68% | - |
| HSV(B) | 64.83º | 0.6% | 0.98% | - |
| XYZ | 71.1 | 86.68 | 25.04 | - |
| YUV | 228.43 | 55.52 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 100 | 0.05 | 0 | 0.60 | 0.02 | 64.83 | 0.93 | 0.68 |
| Hex | ED | F9 | 64 | 5 | 0 | 3C | 2 | 41 | 5D | 44 |
| Octal | 355 | 371 | 144 | 5 | 0 | 74 | 2 | 101 | 135 | 104 |
| Binary | 11101101 | 11111001 | 1100100 | 101 | 0 | 111100 | 10 | 1000001 | 1011101 | 1000100 |
Color Harmonies of #EDF964
Complementary color
Monochromatic Colors of #EDF964
Black with #EDF964
Text Example
Text Example
White with #EDF964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF964; }
p { color: rgb(237,249,100); }
H1.HeaderClassName
{
color: #EDF964;
}
.AnyTagClassName
{
color: #EDF964;
}
</style>
background-color css
<style>
a { background-color: #EDF964; }
a { background-color: rgb(237,249,100); }
div.DivClassName
{
background-color: #EDF964;
}
.BgClassName
{
background-color: #EDF964;
}
</style>
border-color css
<style>
span { border-color: #EDF964; }
span { border-color: rgb(237,249,100); }
td.TdClassName
{
border-color: #EDF964;
}
.TagClassName
{
border-color: #EDF964;
}
</style>