Shades of Honeysuckle #E2EA5D
Tints of Honeysuckle #E2EA5D
RGB
CMYK
RGB Variations
Color information
#E2EA5D (or 0xE2EA5D) is known color: Honeysuckle. HEX triplet: E2, EA and 5D. RGB value is (226,234,93). Sum of RGB (Red+Green+Blue) = 226+234+93=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2EA5D is #1D15A2. Grayscale: #D8D8D8. Windows color (decimal): -1906083 or 6154978. OLE color: 6154978.
HSL color Cylindrical-coordinate representation of color #E2EA5D: hue angle of 63.4º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2EA5D is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 93 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.08 |
| HSL | 63.4º | 0.77% | 0.64% | - |
| HSV(B) | 63.4º | 0.6% | 0.92% | - |
| XYZ | 62.76 | 75.8 | 21.68 | - |
| YUV | 215.53 | 58.85 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 93 | 0.03 | 0 | 0.60 | 0.08 | 63.4 | 0.77 | 0.64 |
| Hex | E2 | EA | 5D | 3 | 0 | 3C | 8 | 3F | 4D | 40 |
| Octal | 342 | 352 | 135 | 3 | 0 | 74 | 10 | 77 | 115 | 100 |
| Binary | 11100010 | 11101010 | 1011101 | 11 | 0 | 111100 | 1000 | 111111 | 1001101 | 1000000 |
Color Harmonies of #E2EA5D
Complementary color
Monochromatic Colors of #E2EA5D
Black with #E2EA5D
Text Example
Text Example
White with #E2EA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EA5D; }
p { color: rgb(226,234,93); }
H1.HeaderClassName
{
color: #E2EA5D;
}
.AnyTagClassName
{
color: #E2EA5D;
}
</style>
background-color css
<style>
a { background-color: #E2EA5D; }
a { background-color: rgb(226,234,93); }
div.DivClassName
{
background-color: #E2EA5D;
}
.BgClassName
{
background-color: #E2EA5D;
}
</style>
border-color css
<style>
span { border-color: #E2EA5D; }
span { border-color: rgb(226,234,93); }
td.TdClassName
{
border-color: #E2EA5D;
}
.TagClassName
{
border-color: #E2EA5D;
}
</style>