Shades of Honeysuckle #EDF868
Tints of Honeysuckle #EDF868
RGB
CMYK
RGB Variations
Color information
#EDF868 (or 0xEDF868) is known color: Honeysuckle. HEX triplet: ED, F8 and 68. RGB value is (237,248,104). Sum of RGB (Red+Green+Blue) = 237+248+104=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 248 (97.27% from 255 or 42.11% from 589); Blue value is 104 (41.02% from 255 or 17.66% from 589); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF868 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF868 is #120797. Grayscale: #E4E4E4. Windows color (decimal): -1181592 or 6879469. OLE color: 6879469.
HSL color Cylindrical-coordinate representation of color #EDF868: hue angle of 64.58º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDF868 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 104 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.03 |
| HSL | 64.58º | 0.91% | 0.69% | - |
| HSV(B) | 64.58º | 0.58% | 0.97% | - |
| XYZ | 70.99 | 86.14 | 25.98 | - |
| YUV | 228.3 | 57.86 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 104 | 0.04 | 0 | 0.58 | 0.03 | 64.58 | 0.91 | 0.69 |
| Hex | ED | F8 | 68 | 4 | 0 | 3A | 3 | 41 | 5B | 45 |
| Octal | 355 | 370 | 150 | 4 | 0 | 72 | 3 | 101 | 133 | 105 |
| Binary | 11101101 | 11111000 | 1101000 | 100 | 0 | 111010 | 11 | 1000001 | 1011011 | 1000101 |
Color Harmonies of #EDF868
Complementary color
Monochromatic Colors of #EDF868
Black with #EDF868
Text Example
Text Example
White with #EDF868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF868; }
p { color: rgb(237,248,104); }
H1.HeaderClassName
{
color: #EDF868;
}
.AnyTagClassName
{
color: #EDF868;
}
</style>
background-color css
<style>
a { background-color: #EDF868; }
a { background-color: rgb(237,248,104); }
div.DivClassName
{
background-color: #EDF868;
}
.BgClassName
{
background-color: #EDF868;
}
</style>
border-color css
<style>
span { border-color: #EDF868; }
span { border-color: rgb(237,248,104); }
td.TdClassName
{
border-color: #EDF868;
}
.TagClassName
{
border-color: #EDF868;
}
</style>