Shades of Honeysuckle #EDF168
Tints of Honeysuckle #EDF168
RGB
CMYK
RGB Variations
Color information
#EDF168 (or 0xEDF168) is known color: Honeysuckle. HEX triplet: ED, F1 and 68. RGB value is (237,241,104). Sum of RGB (Red+Green+Blue) = 237+241+104=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 104 (41.02% from 255 or 17.87% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF168 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF168 is #120E97. Grayscale: #E0E0E0. Windows color (decimal): -1183384 or 6877677. OLE color: 6877677.
HSL color Cylindrical-coordinate representation of color #EDF168: hue angle of 61.75º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDF168 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 104 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.05 |
| HSL | 61.75º | 0.83% | 0.68% | - |
| HSV(B) | 61.75º | 0.57% | 0.95% | - |
| XYZ | 68.88 | 81.91 | 25.28 | - |
| YUV | 224.19 | 60.17 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 104 | 0.02 | 0 | 0.57 | 0.05 | 61.75 | 0.83 | 0.68 |
| Hex | ED | F1 | 68 | 2 | 0 | 39 | 5 | 3E | 53 | 44 |
| Octal | 355 | 361 | 150 | 2 | 0 | 71 | 5 | 76 | 123 | 104 |
| Binary | 11101101 | 11110001 | 1101000 | 10 | 0 | 111001 | 101 | 111110 | 1010011 | 1000100 |
Color Harmonies of #EDF168
Complementary color
Monochromatic Colors of #EDF168
Black with #EDF168
Text Example
Text Example
White with #EDF168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF168; }
p { color: rgb(237,241,104); }
H1.HeaderClassName
{
color: #EDF168;
}
.AnyTagClassName
{
color: #EDF168;
}
</style>
background-color css
<style>
a { background-color: #EDF168; }
a { background-color: rgb(237,241,104); }
div.DivClassName
{
background-color: #EDF168;
}
.BgClassName
{
background-color: #EDF168;
}
</style>
border-color css
<style>
span { border-color: #EDF168; }
span { border-color: rgb(237,241,104); }
td.TdClassName
{
border-color: #EDF168;
}
.TagClassName
{
border-color: #EDF168;
}
</style>