Shades of Honeysuckle #E7E470
Tints of Honeysuckle #E7E470
RGB
CMYK
RGB Variations
Color information
#E7E470 (or 0xE7E470) is known color: Honeysuckle. HEX triplet: E7, E4 and 70. RGB value is (231,228,112). Sum of RGB (Red+Green+Blue) = 231+228+112=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 228 (89.45% from 255 or 39.93% from 571); Blue value is 112 (44.14% from 255 or 19.61% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E470 is #181B8F. Grayscale: #D8D8D8. Windows color (decimal): -1579920 or 7398631. OLE color: 7398631.
HSL color Cylindrical-coordinate representation of color #E7E470: hue angle of 58.49º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7E470 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 228 | 112 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.09 |
| HSL | 58.49º | 0.71% | 0.67% | - |
| HSV(B) | 58.49º | 0.52% | 0.91% | - |
| XYZ | 63.62 | 73.65 | 26.19 | - |
| YUV | 215.67 | 69.49 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 228 | 112 | 0 | 0.01 | 0.52 | 0.09 | 58.49 | 0.71 | 0.67 |
| Hex | E7 | E4 | 70 | 0 | 1 | 34 | 9 | 3A | 47 | 43 |
| Octal | 347 | 344 | 160 | 0 | 1 | 64 | 11 | 72 | 107 | 103 |
| Binary | 11100111 | 11100100 | 1110000 | 0 | 1 | 110100 | 1001 | 111010 | 1000111 | 1000011 |
Color Harmonies of #E7E470
Complementary color
Monochromatic Colors of #E7E470
Black with #E7E470
Text Example
Text Example
White with #E7E470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E470; }
p { color: rgb(231,228,112); }
H1.HeaderClassName
{
color: #E7E470;
}
.AnyTagClassName
{
color: #E7E470;
}
</style>
background-color css
<style>
a { background-color: #E7E470; }
a { background-color: rgb(231,228,112); }
div.DivClassName
{
background-color: #E7E470;
}
.BgClassName
{
background-color: #E7E470;
}
</style>
border-color css
<style>
span { border-color: #E7E470; }
span { border-color: rgb(231,228,112); }
td.TdClassName
{
border-color: #E7E470;
}
.TagClassName
{
border-color: #E7E470;
}
</style>