Shades of Honeysuckle #E5E46D
Tints of Honeysuckle #E5E46D
RGB
CMYK
RGB Variations
Color information
#E5E46D (or 0xE5E46D) is known color: Honeysuckle. HEX triplet: E5, E4 and 6D. RGB value is (229,228,109). Sum of RGB (Red+Green+Blue) = 229+228+109=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 109 (42.97% from 255 or 19.26% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E46D is #1A1B92. Grayscale: #D7D7D7. Windows color (decimal): -1710995 or 7202021. OLE color: 7202021.
HSL color Cylindrical-coordinate representation of color #E5E46D: hue angle of 59.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5E46D is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 228 | 109 | - |
| CMYK | 0 | 0.00 | 0.52 | 0.10 |
| HSL | 59.5º | 0.7% | 0.66% | - |
| HSV(B) | 59.5º | 0.52% | 0.9% | - |
| XYZ | 62.82 | 73.25 | 25.3 | - |
| YUV | 214.73 | 68.33 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 228 | 109 | 0 | 0.00 | 0.52 | 0.10 | 59.5 | 0.7 | 0.66 |
| Hex | E5 | E4 | 6D | 0 | 0 | 34 | A | 3C | 46 | 42 |
| Octal | 345 | 344 | 155 | 0 | 0 | 64 | 12 | 74 | 106 | 102 |
| Binary | 11100101 | 11100100 | 1101101 | 0 | 0 | 110100 | 1010 | 111100 | 1000110 | 1000010 |
Color Harmonies of #E5E46D
Complementary color
Monochromatic Colors of #E5E46D
Black with #E5E46D
Text Example
Text Example
White with #E5E46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E46D; }
p { color: rgb(229,228,109); }
H1.HeaderClassName
{
color: #E5E46D;
}
.AnyTagClassName
{
color: #E5E46D;
}
</style>
background-color css
<style>
a { background-color: #E5E46D; }
a { background-color: rgb(229,228,109); }
div.DivClassName
{
background-color: #E5E46D;
}
.BgClassName
{
background-color: #E5E46D;
}
</style>
border-color css
<style>
span { border-color: #E5E46D; }
span { border-color: rgb(229,228,109); }
td.TdClassName
{
border-color: #E5E46D;
}
.TagClassName
{
border-color: #E5E46D;
}
</style>