Shades of Honeysuckle #EDF068
Tints of Honeysuckle #EDF068
RGB
CMYK
RGB Variations
Color information
#EDF068 (or 0xEDF068) is known color: Honeysuckle. HEX triplet: ED, F0 and 68. RGB value is (237,240,104). Sum of RGB (Red+Green+Blue) = 237+240+104=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 104 (41.02% from 255 or 17.90% from 581); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF068 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF068 is #120F97. Grayscale: #E0E0E0. Windows color (decimal): -1183640 or 6877421. OLE color: 6877421.
HSL color Cylindrical-coordinate representation of color #EDF068: hue angle of 61.32º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDF068 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 104 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.06 |
| HSL | 61.32º | 0.82% | 0.67% | - |
| HSV(B) | 61.32º | 0.57% | 0.94% | - |
| XYZ | 68.58 | 81.32 | 25.18 | - |
| YUV | 223.6 | 60.51 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 104 | 0.01 | 0 | 0.57 | 0.06 | 61.32 | 0.82 | 0.67 |
| Hex | ED | F0 | 68 | 1 | 0 | 39 | 6 | 3D | 52 | 43 |
| Octal | 355 | 360 | 150 | 1 | 0 | 71 | 6 | 75 | 122 | 103 |
| Binary | 11101101 | 11110000 | 1101000 | 1 | 0 | 111001 | 110 | 111101 | 1010010 | 1000011 |
Color Harmonies of #EDF068
Complementary color
Monochromatic Colors of #EDF068
Black with #EDF068
Text Example
Text Example
White with #EDF068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF068; }
p { color: rgb(237,240,104); }
H1.HeaderClassName
{
color: #EDF068;
}
.AnyTagClassName
{
color: #EDF068;
}
</style>
background-color css
<style>
a { background-color: #EDF068; }
a { background-color: rgb(237,240,104); }
div.DivClassName
{
background-color: #EDF068;
}
.BgClassName
{
background-color: #EDF068;
}
</style>
border-color css
<style>
span { border-color: #EDF068; }
span { border-color: rgb(237,240,104); }
td.TdClassName
{
border-color: #EDF068;
}
.TagClassName
{
border-color: #EDF068;
}
</style>