Shades of Honeysuckle #E2E45F
Tints of Honeysuckle #E2E45F
RGB
CMYK
RGB Variations
Color information
#E2E45F (or 0xE2E45F) is known color: Honeysuckle. HEX triplet: E2, E4 and 5F. RGB value is (226,228,95). Sum of RGB (Red+Green+Blue) = 226+228+95=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 228 (89.45% from 255 or 41.53% from 549); Blue value is 95 (37.5% from 255 or 17.30% from 549); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E45F is #1D1BA0. Grayscale: #D4D4D4. Windows color (decimal): -1907617 or 6284514. OLE color: 6284514.
HSL color Cylindrical-coordinate representation of color #E2E45F: hue angle of 60.9º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2E45F is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 95 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.11 |
| HSL | 60.9º | 0.71% | 0.63% | - |
| HSV(B) | 60.9º | 0.58% | 0.89% | - |
| XYZ | 61.17 | 72.48 | 21.59 | - |
| YUV | 212.24 | 61.84 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 95 | 0.01 | 0 | 0.58 | 0.11 | 60.9 | 0.71 | 0.63 |
| Hex | E2 | E4 | 5F | 1 | 0 | 3A | B | 3D | 47 | 3F |
| Octal | 342 | 344 | 137 | 1 | 0 | 72 | 13 | 75 | 107 | 77 |
| Binary | 11100010 | 11100100 | 1011111 | 1 | 0 | 111010 | 1011 | 111101 | 1000111 | 111111 |
Color Harmonies of #E2E45F
Complementary color
Monochromatic Colors of #E2E45F
Black with #E2E45F
Text Example
Text Example
White with #E2E45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E45F; }
p { color: rgb(226,228,95); }
H1.HeaderClassName
{
color: #E2E45F;
}
.AnyTagClassName
{
color: #E2E45F;
}
</style>
background-color css
<style>
a { background-color: #E2E45F; }
a { background-color: rgb(226,228,95); }
div.DivClassName
{
background-color: #E2E45F;
}
.BgClassName
{
background-color: #E2E45F;
}
</style>
border-color css
<style>
span { border-color: #E2E45F; }
span { border-color: rgb(226,228,95); }
td.TdClassName
{
border-color: #E2E45F;
}
.TagClassName
{
border-color: #E2E45F;
}
</style>