Shades of Honeysuckle #EDE16C
Tints of Honeysuckle #EDE16C
RGB
CMYK
RGB Variations
Color information
#EDE16C (or 0xEDE16C) is known color: Honeysuckle. HEX triplet: ED, E1 and 6C. RGB value is (237,225,108). Sum of RGB (Red+Green+Blue) = 237+225+108=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 108 (42.58% from 255 or 18.95% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE16C is #121E93. Grayscale: #D7D7D7. Windows color (decimal): -1187476 or 7135725. OLE color: 7135725.
HSL color Cylindrical-coordinate representation of color #EDE16C: hue angle of 54.42º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDE16C is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 108 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.07 |
| HSL | 54.42º | 0.78% | 0.68% | - |
| HSV(B) | 54.42º | 0.54% | 0.93% | - |
| XYZ | 64.56 | 72.94 | 24.86 | - |
| YUV | 215.25 | 67.48 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 108 | 0 | 0.05 | 0.54 | 0.07 | 54.42 | 0.78 | 0.68 |
| Hex | ED | E1 | 6C | 0 | 5 | 36 | 7 | 36 | 4E | 44 |
| Octal | 355 | 341 | 154 | 0 | 5 | 66 | 7 | 66 | 116 | 104 |
| Binary | 11101101 | 11100001 | 1101100 | 0 | 101 | 110110 | 111 | 110110 | 1001110 | 1000100 |
Color Harmonies of #EDE16C
Complementary color
Monochromatic Colors of #EDE16C
Black with #EDE16C
Text Example
Text Example
White with #EDE16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE16C; }
p { color: rgb(237,225,108); }
H1.HeaderClassName
{
color: #EDE16C;
}
.AnyTagClassName
{
color: #EDE16C;
}
</style>
background-color css
<style>
a { background-color: #EDE16C; }
a { background-color: rgb(237,225,108); }
div.DivClassName
{
background-color: #EDE16C;
}
.BgClassName
{
background-color: #EDE16C;
}
</style>
border-color css
<style>
span { border-color: #EDE16C; }
span { border-color: rgb(237,225,108); }
td.TdClassName
{
border-color: #EDE16C;
}
.TagClassName
{
border-color: #EDE16C;
}
</style>