Shades of Honeysuckle #EDE36B
Tints of Honeysuckle #EDE36B
RGB
CMYK
RGB Variations
Color information
#EDE36B (or 0xEDE36B) is known color: Honeysuckle. HEX triplet: ED, E3 and 6B. RGB value is (237,227,107). Sum of RGB (Red+Green+Blue) = 237+227+107=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 227 (89.06% from 255 or 39.75% from 571); Blue value is 107 (42.19% from 255 or 18.74% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE36B is #121C94. Grayscale: #D8D8D8. Windows color (decimal): -1186965 or 7070701. OLE color: 7070701.
HSL color Cylindrical-coordinate representation of color #EDE36B: hue angle of 55.38º 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 #EDE36B is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 107 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.07 |
| HSL | 55.38º | 0.78% | 0.67% | - |
| HSV(B) | 55.38º | 0.55% | 0.93% | - |
| XYZ | 65.05 | 74 | 24.77 | - |
| YUV | 216.31 | 66.31 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 107 | 0 | 0.04 | 0.55 | 0.07 | 55.38 | 0.78 | 0.67 |
| Hex | ED | E3 | 6B | 0 | 4 | 37 | 7 | 37 | 4E | 43 |
| Octal | 355 | 343 | 153 | 0 | 4 | 67 | 7 | 67 | 116 | 103 |
| Binary | 11101101 | 11100011 | 1101011 | 0 | 100 | 110111 | 111 | 110111 | 1001110 | 1000011 |
Color Harmonies of #EDE36B
Complementary color
Monochromatic Colors of #EDE36B
Black with #EDE36B
Text Example
Text Example
White with #EDE36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE36B; }
p { color: rgb(237,227,107); }
H1.HeaderClassName
{
color: #EDE36B;
}
.AnyTagClassName
{
color: #EDE36B;
}
</style>
background-color css
<style>
a { background-color: #EDE36B; }
a { background-color: rgb(237,227,107); }
div.DivClassName
{
background-color: #EDE36B;
}
.BgClassName
{
background-color: #EDE36B;
}
</style>
border-color css
<style>
span { border-color: #EDE36B; }
span { border-color: rgb(237,227,107); }
td.TdClassName
{
border-color: #EDE36B;
}
.TagClassName
{
border-color: #EDE36B;
}
</style>