Shades of Honeysuckle #EDEC68
Tints of Honeysuckle #EDEC68
RGB
CMYK
RGB Variations
Color information
#EDEC68 (or 0xEDEC68) is known color: Honeysuckle. HEX triplet: ED, EC and 68. RGB value is (237,236,104). Sum of RGB (Red+Green+Blue) = 237+236+104=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 104 (41.02% from 255 or 18.02% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC68 is #121397. Grayscale: #DDDDDD. Windows color (decimal): -1184664 or 6876397. OLE color: 6876397.
HSL color Cylindrical-coordinate representation of color #EDEC68: hue angle of 59.55º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDEC68 is Cyan = 0, Magento = 0.00, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 104 | - |
| CMYK | 0 | 0.00 | 0.56 | 0.07 |
| HSL | 59.55º | 0.79% | 0.67% | - |
| HSV(B) | 59.55º | 0.56% | 0.93% | - |
| XYZ | 67.42 | 78.99 | 24.79 | - |
| YUV | 221.25 | 61.83 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 104 | 0 | 0.00 | 0.56 | 0.07 | 59.55 | 0.79 | 0.67 |
| Hex | ED | EC | 68 | 0 | 0 | 38 | 7 | 3C | 4F | 43 |
| Octal | 355 | 354 | 150 | 0 | 0 | 70 | 7 | 74 | 117 | 103 |
| Binary | 11101101 | 11101100 | 1101000 | 0 | 0 | 111000 | 111 | 111100 | 1001111 | 1000011 |
Color Harmonies of #EDEC68
Complementary color
Monochromatic Colors of #EDEC68
Black with #EDEC68
Text Example
Text Example
White with #EDEC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC68; }
p { color: rgb(237,236,104); }
H1.HeaderClassName
{
color: #EDEC68;
}
.AnyTagClassName
{
color: #EDEC68;
}
</style>
background-color css
<style>
a { background-color: #EDEC68; }
a { background-color: rgb(237,236,104); }
div.DivClassName
{
background-color: #EDEC68;
}
.BgClassName
{
background-color: #EDEC68;
}
</style>
border-color css
<style>
span { border-color: #EDEC68; }
span { border-color: rgb(237,236,104); }
td.TdClassName
{
border-color: #EDEC68;
}
.TagClassName
{
border-color: #EDEC68;
}
</style>