Shades of Honeysuckle #E5E26C
Tints of Honeysuckle #E5E26C
RGB
CMYK
RGB Variations
Color information
#E5E26C (or 0xE5E26C) is known color: Honeysuckle. HEX triplet: E5, E2 and 6C. RGB value is (229,226,108). Sum of RGB (Red+Green+Blue) = 229+226+108=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 226 (88.67% from 255 or 40.14% from 563); Blue value is 108 (42.58% from 255 or 19.18% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E26C is #1A1D93. Grayscale: #D5D5D5. Windows color (decimal): -1711508 or 7135973. OLE color: 7135973.
HSL color Cylindrical-coordinate representation of color #E5E26C: hue angle of 58.51º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5E26C is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 226 | 108 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.10 |
| HSL | 58.51º | 0.7% | 0.66% | - |
| HSV(B) | 58.51º | 0.53% | 0.9% | - |
| XYZ | 62.22 | 72.13 | 24.83 | - |
| YUV | 213.45 | 68.49 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 226 | 108 | 0 | 0.01 | 0.53 | 0.10 | 58.51 | 0.7 | 0.66 |
| Hex | E5 | E2 | 6C | 0 | 1 | 35 | A | 3B | 46 | 42 |
| Octal | 345 | 342 | 154 | 0 | 1 | 65 | 12 | 73 | 106 | 102 |
| Binary | 11100101 | 11100010 | 1101100 | 0 | 1 | 110101 | 1010 | 111011 | 1000110 | 1000010 |
Color Harmonies of #E5E26C
Complementary color
Monochromatic Colors of #E5E26C
Black with #E5E26C
Text Example
Text Example
White with #E5E26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E26C; }
p { color: rgb(229,226,108); }
H1.HeaderClassName
{
color: #E5E26C;
}
.AnyTagClassName
{
color: #E5E26C;
}
</style>
background-color css
<style>
a { background-color: #E5E26C; }
a { background-color: rgb(229,226,108); }
div.DivClassName
{
background-color: #E5E26C;
}
.BgClassName
{
background-color: #E5E26C;
}
</style>
border-color css
<style>
span { border-color: #E5E26C; }
span { border-color: rgb(229,226,108); }
td.TdClassName
{
border-color: #E5E26C;
}
.TagClassName
{
border-color: #E5E26C;
}
</style>