Shades of Honeysuckle #EDE16B
Tints of Honeysuckle #EDE16B
RGB
CMYK
RGB Variations
Color information
#EDE16B (or 0xEDE16B) is known color: Honeysuckle. HEX triplet: ED, E1 and 6B. RGB value is (237,225,107). Sum of RGB (Red+Green+Blue) = 237+225+107=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 107 (42.19% from 255 or 18.80% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE16B is #121E94. Grayscale: #D7D7D7. Windows color (decimal): -1187477 or 7070189. OLE color: 7070189.
HSL color Cylindrical-coordinate representation of color #EDE16B: hue angle of 54.46º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDE16B is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 107 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.07 |
| HSL | 54.46º | 0.78% | 0.67% | - |
| HSV(B) | 54.46º | 0.55% | 0.93% | - |
| XYZ | 64.5 | 72.92 | 24.58 | - |
| YUV | 215.14 | 66.98 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 107 | 0 | 0.05 | 0.55 | 0.07 | 54.46 | 0.78 | 0.67 |
| Hex | ED | E1 | 6B | 0 | 5 | 37 | 7 | 36 | 4E | 43 |
| Octal | 355 | 341 | 153 | 0 | 5 | 67 | 7 | 66 | 116 | 103 |
| Binary | 11101101 | 11100001 | 1101011 | 0 | 101 | 110111 | 111 | 110110 | 1001110 | 1000011 |
Color Harmonies of #EDE16B
Complementary color
Monochromatic Colors of #EDE16B
Black with #EDE16B
Text Example
Text Example
White with #EDE16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE16B; }
p { color: rgb(237,225,107); }
H1.HeaderClassName
{
color: #EDE16B;
}
.AnyTagClassName
{
color: #EDE16B;
}
</style>
background-color css
<style>
a { background-color: #EDE16B; }
a { background-color: rgb(237,225,107); }
div.DivClassName
{
background-color: #EDE16B;
}
.BgClassName
{
background-color: #EDE16B;
}
</style>
border-color css
<style>
span { border-color: #EDE16B; }
span { border-color: rgb(237,225,107); }
td.TdClassName
{
border-color: #EDE16B;
}
.TagClassName
{
border-color: #EDE16B;
}
</style>