Shades of Honeysuckle #E5E95A
Tints of Honeysuckle #E5E95A
RGB
CMYK
RGB Variations
Color information
#E5E95A (or 0xE5E95A) is known color: Honeysuckle. HEX triplet: E5, E9 and 5A. RGB value is (229,233,90). Sum of RGB (Red+Green+Blue) = 229+233+90=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 233 (91.41% from 255 or 42.21% from 552); Blue value is 90 (35.55% from 255 or 16.30% from 552); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E95A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5E95A is #1A16A5. Grayscale: #D8D8D8. Windows color (decimal): -1709734 or 5958117. OLE color: 5958117.
HSL color Cylindrical-coordinate representation of color #E5E95A: hue angle of 61.68º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5E95A is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 233 | 90 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.09 |
| HSL | 61.68º | 0.76% | 0.63% | - |
| HSV(B) | 61.68º | 0.61% | 0.91% | - |
| XYZ | 63.3 | 75.67 | 20.94 | - |
| YUV | 215.5 | 57.17 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 90 | 0.02 | 0 | 0.61 | 0.09 | 61.68 | 0.76 | 0.63 |
| Hex | E5 | E9 | 5A | 2 | 0 | 3D | 9 | 3E | 4C | 3F |
| Octal | 345 | 351 | 132 | 2 | 0 | 75 | 11 | 76 | 114 | 77 |
| Binary | 11100101 | 11101001 | 1011010 | 10 | 0 | 111101 | 1001 | 111110 | 1001100 | 111111 |
Color Harmonies of #E5E95A
Complementary color
Monochromatic Colors of #E5E95A
Black with #E5E95A
Text Example
Text Example
White with #E5E95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E95A; }
p { color: rgb(229,233,90); }
H1.HeaderClassName
{
color: #E5E95A;
}
.AnyTagClassName
{
color: #E5E95A;
}
</style>
background-color css
<style>
a { background-color: #E5E95A; }
a { background-color: rgb(229,233,90); }
div.DivClassName
{
background-color: #E5E95A;
}
.BgClassName
{
background-color: #E5E95A;
}
</style>
border-color css
<style>
span { border-color: #E5E95A; }
span { border-color: rgb(229,233,90); }
td.TdClassName
{
border-color: #E5E95A;
}
.TagClassName
{
border-color: #E5E95A;
}
</style>