Shades of Honeysuckle #EDE367
Tints of Honeysuckle #EDE367
RGB
CMYK
RGB Variations
Color information
#EDE367 (or 0xEDE367) is known color: Honeysuckle. HEX triplet: ED, E3 and 67. RGB value is (237,227,103). Sum of RGB (Red+Green+Blue) = 237+227+103=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 103 (40.62% from 255 or 18.17% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE367 is #121C98. Grayscale: #D8D8D8. Windows color (decimal): -1186969 or 6808557. OLE color: 6808557.
HSL color Cylindrical-coordinate representation of color #EDE367: hue angle of 55.52º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDE367 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 103 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.07 |
| HSL | 55.52º | 0.79% | 0.67% | - |
| HSV(B) | 55.52º | 0.57% | 0.93% | - |
| XYZ | 64.84 | 73.92 | 23.68 | - |
| YUV | 215.85 | 64.31 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 103 | 0 | 0.04 | 0.57 | 0.07 | 55.52 | 0.79 | 0.67 |
| Hex | ED | E3 | 67 | 0 | 4 | 39 | 7 | 38 | 4F | 43 |
| Octal | 355 | 343 | 147 | 0 | 4 | 71 | 7 | 70 | 117 | 103 |
| Binary | 11101101 | 11100011 | 1100111 | 0 | 100 | 111001 | 111 | 111000 | 1001111 | 1000011 |
Color Harmonies of #EDE367
Complementary color
Monochromatic Colors of #EDE367
Black with #EDE367
Text Example
Text Example
White with #EDE367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE367; }
p { color: rgb(237,227,103); }
H1.HeaderClassName
{
color: #EDE367;
}
.AnyTagClassName
{
color: #EDE367;
}
</style>
background-color css
<style>
a { background-color: #EDE367; }
a { background-color: rgb(237,227,103); }
div.DivClassName
{
background-color: #EDE367;
}
.BgClassName
{
background-color: #EDE367;
}
</style>
border-color css
<style>
span { border-color: #EDE367; }
span { border-color: rgb(237,227,103); }
td.TdClassName
{
border-color: #EDE367;
}
.TagClassName
{
border-color: #EDE367;
}
</style>