Shades of Honeysuckle #E5E670
Tints of Honeysuckle #E5E670
RGB
CMYK
RGB Variations
Color information
#E5E670 (or 0xE5E670) is known color: Honeysuckle. HEX triplet: E5, E6 and 70. RGB value is (229,230,112). Sum of RGB (Red+Green+Blue) = 229+230+112=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 230 (90.23% from 255 or 40.28% from 571); Blue value is 112 (44.14% from 255 or 19.61% from 571); Max value from RGB is 230 - color contains mainly: green. Hex color #E5E670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5E670 is #1A198F. Grayscale: #D8D8D8. Windows color (decimal): -1710480 or 7399141. OLE color: 7399141.
HSL color Cylindrical-coordinate representation of color #E5E670: hue angle of 60.51º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5E670 is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 230 | 112 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.10 |
| HSL | 60.51º | 0.7% | 0.67% | - |
| HSV(B) | 60.51º | 0.51% | 0.9% | - |
| XYZ | 63.53 | 74.42 | 26.35 | - |
| YUV | 216.25 | 69.17 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 230 | 112 | 0.00 | 0 | 0.51 | 0.10 | 60.51 | 0.7 | 0.67 |
| Hex | E5 | E6 | 70 | 0 | 0 | 33 | A | 3D | 46 | 43 |
| Octal | 345 | 346 | 160 | 0 | 0 | 63 | 12 | 75 | 106 | 103 |
| Binary | 11100101 | 11100110 | 1110000 | 0 | 0 | 110011 | 1010 | 111101 | 1000110 | 1000011 |
Color Harmonies of #E5E670
Complementary color
Monochromatic Colors of #E5E670
Black with #E5E670
Text Example
Text Example
White with #E5E670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E670; }
p { color: rgb(229,230,112); }
H1.HeaderClassName
{
color: #E5E670;
}
.AnyTagClassName
{
color: #E5E670;
}
</style>
background-color css
<style>
a { background-color: #E5E670; }
a { background-color: rgb(229,230,112); }
div.DivClassName
{
background-color: #E5E670;
}
.BgClassName
{
background-color: #E5E670;
}
</style>
border-color css
<style>
span { border-color: #E5E670; }
span { border-color: rgb(229,230,112); }
td.TdClassName
{
border-color: #E5E670;
}
.TagClassName
{
border-color: #E5E670;
}
</style>