Shades of Honeysuckle #E2E85D
Tints of Honeysuckle #E2E85D
RGB
CMYK
RGB Variations
Color information
#E2E85D (or 0xE2E85D) is known color: Honeysuckle. HEX triplet: E2, E8 and 5D. RGB value is (226,232,93). Sum of RGB (Red+Green+Blue) = 226+232+93=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 232 (91.02% from 255 or 42.11% from 551); Blue value is 93 (36.72% from 255 or 16.88% from 551); Max value from RGB is 232 - color contains mainly: green. Hex color #E2E85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2E85D is #1D17A2. Grayscale: #D6D6D6. Windows color (decimal): -1906595 or 6154466. OLE color: 6154466.
HSL color Cylindrical-coordinate representation of color #E2E85D: hue angle of 62.59º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2E85D is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 232 | 93 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.09 |
| HSL | 62.59º | 0.75% | 0.64% | - |
| HSV(B) | 62.59º | 0.6% | 0.91% | - |
| XYZ | 62.2 | 74.67 | 21.49 | - |
| YUV | 214.36 | 59.51 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 232 | 93 | 0.03 | 0 | 0.60 | 0.09 | 62.59 | 0.75 | 0.64 |
| Hex | E2 | E8 | 5D | 3 | 0 | 3C | 9 | 3F | 4B | 40 |
| Octal | 342 | 350 | 135 | 3 | 0 | 74 | 11 | 77 | 113 | 100 |
| Binary | 11100010 | 11101000 | 1011101 | 11 | 0 | 111100 | 1001 | 111111 | 1001011 | 1000000 |
Color Harmonies of #E2E85D
Complementary color
Monochromatic Colors of #E2E85D
Black with #E2E85D
Text Example
Text Example
White with #E2E85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E85D; }
p { color: rgb(226,232,93); }
H1.HeaderClassName
{
color: #E2E85D;
}
.AnyTagClassName
{
color: #E2E85D;
}
</style>
background-color css
<style>
a { background-color: #E2E85D; }
a { background-color: rgb(226,232,93); }
div.DivClassName
{
background-color: #E2E85D;
}
.BgClassName
{
background-color: #E2E85D;
}
</style>
border-color css
<style>
span { border-color: #E2E85D; }
span { border-color: rgb(226,232,93); }
td.TdClassName
{
border-color: #E2E85D;
}
.TagClassName
{
border-color: #E2E85D;
}
</style>