Shades of Honeysuckle #EDF66C
Tints of Honeysuckle #EDF66C
RGB
CMYK
RGB Variations
Color information
#EDF66C (or 0xEDF66C) is known color: Honeysuckle. HEX triplet: ED, F6 and 6C. RGB value is (237,246,108). Sum of RGB (Red+Green+Blue) = 237+246+108=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 246 (96.48% from 255 or 41.62% from 591); Blue value is 108 (42.58% from 255 or 18.27% from 591); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF66C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF66C is #120993. Grayscale: #E4E4E4. Windows color (decimal): -1182100 or 7141101. OLE color: 7141101.
HSL color Cylindrical-coordinate representation of color #EDF66C: hue angle of 63.91º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDF66C is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 108 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.04 |
| HSL | 63.91º | 0.88% | 0.69% | - |
| HSV(B) | 63.91º | 0.56% | 0.96% | - |
| XYZ | 70.59 | 85 | 26.87 | - |
| YUV | 227.58 | 60.52 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 108 | 0.04 | 0 | 0.56 | 0.04 | 63.91 | 0.88 | 0.69 |
| Hex | ED | F6 | 6C | 4 | 0 | 38 | 4 | 40 | 58 | 45 |
| Octal | 355 | 366 | 154 | 4 | 0 | 70 | 4 | 100 | 130 | 105 |
| Binary | 11101101 | 11110110 | 1101100 | 100 | 0 | 111000 | 100 | 1000000 | 1011000 | 1000101 |
Color Harmonies of #EDF66C
Complementary color
Monochromatic Colors of #EDF66C
Black with #EDF66C
Text Example
Text Example
White with #EDF66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF66C; }
p { color: rgb(237,246,108); }
H1.HeaderClassName
{
color: #EDF66C;
}
.AnyTagClassName
{
color: #EDF66C;
}
</style>
background-color css
<style>
a { background-color: #EDF66C; }
a { background-color: rgb(237,246,108); }
div.DivClassName
{
background-color: #EDF66C;
}
.BgClassName
{
background-color: #EDF66C;
}
</style>
border-color css
<style>
span { border-color: #EDF66C; }
span { border-color: rgb(237,246,108); }
td.TdClassName
{
border-color: #EDF66C;
}
.TagClassName
{
border-color: #EDF66C;
}
</style>