Shades of Honeysuckle #EDEF68
Tints of Honeysuckle #EDEF68
RGB
CMYK
RGB Variations
Color information
#EDEF68 (or 0xEDEF68) is known color: Honeysuckle. HEX triplet: ED, EF and 68. RGB value is (237,239,104). Sum of RGB (Red+Green+Blue) = 237+239+104=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 104 (41.02% from 255 or 17.93% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF68 is #121097. Grayscale: #DFDFDF. Windows color (decimal): -1183896 or 6877165. OLE color: 6877165.
HSL color Cylindrical-coordinate representation of color #EDEF68: hue angle of 60.89º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDEF68 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 104 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.06 |
| HSL | 60.89º | 0.81% | 0.67% | - |
| HSV(B) | 60.89º | 0.56% | 0.94% | - |
| XYZ | 68.29 | 80.74 | 25.08 | - |
| YUV | 223.01 | 60.84 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 104 | 0.01 | 0 | 0.56 | 0.06 | 60.89 | 0.81 | 0.67 |
| Hex | ED | EF | 68 | 1 | 0 | 38 | 6 | 3D | 51 | 43 |
| Octal | 355 | 357 | 150 | 1 | 0 | 70 | 6 | 75 | 121 | 103 |
| Binary | 11101101 | 11101111 | 1101000 | 1 | 0 | 111000 | 110 | 111101 | 1010001 | 1000011 |
Color Harmonies of #EDEF68
Complementary color
Monochromatic Colors of #EDEF68
Black with #EDEF68
Text Example
Text Example
White with #EDEF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF68; }
p { color: rgb(237,239,104); }
H1.HeaderClassName
{
color: #EDEF68;
}
.AnyTagClassName
{
color: #EDEF68;
}
</style>
background-color css
<style>
a { background-color: #EDEF68; }
a { background-color: rgb(237,239,104); }
div.DivClassName
{
background-color: #EDEF68;
}
.BgClassName
{
background-color: #EDEF68;
}
</style>
border-color css
<style>
span { border-color: #EDEF68; }
span { border-color: rgb(237,239,104); }
td.TdClassName
{
border-color: #EDEF68;
}
.TagClassName
{
border-color: #EDEF68;
}
</style>