Shades of Honeysuckle #E5E56B
Tints of Honeysuckle #E5E56B
RGB
CMYK
RGB Variations
Color information
#E5E56B (or 0xE5E56B) is known color: Honeysuckle. HEX triplet: E5, E5 and 6B. RGB value is (229,229,107). Sum of RGB (Red+Green+Blue) = 229+229+107=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 229 (89.84% from 255 or 40.53% from 565); Blue value is 107 (42.19% from 255 or 18.94% from 565); Max value from RGB is 229 - color contains mainly: red, green. Hex color #E5E56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E56B is #1A1A94. Grayscale: #D7D7D7. Windows color (decimal): -1710741 or 7071205. OLE color: 7071205.
HSL color Cylindrical-coordinate representation of color #E5E56B: hue angle of 60º 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 #E5E56B is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 229 | 107 | - |
CMYK | 0 | 0 | 0.53 | 0.10 |
HSL | 60º | 0.7% | 0.66% | - |
HSV(B) | 60º | 0.53% | 0.9% | - |
XYZ | 62.99 | 73.76 | 24.83 | - |
YUV | 215.09 | 67 | 137.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 229 | 107 | 0 | 0 | 0.53 | 0.10 | 60 | 0.7 | 0.66 |
Hex | E5 | E5 | 6B | 0 | 0 | 35 | A | 3C | 46 | 42 |
Octal | 345 | 345 | 153 | 0 | 0 | 65 | 12 | 74 | 106 | 102 |
Binary | 11100101 | 11100101 | 1101011 | 0 | 0 | 110101 | 1010 | 111100 | 1000110 | 1000010 |
Color Harmonies of #E5E56B
Complementary color
Monochromatic Colors of #E5E56B
Black with #E5E56B
Text Example
Text Example
White with #E5E56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E56B; }
p { color: rgb(229,229,107); }
H1.HeaderClassName
{
color: #E5E56B;
}
.AnyTagClassName
{
color: #E5E56B;
}
</style>
background-color css
<style>
a { background-color: #E5E56B; }
a { background-color: rgb(229,229,107); }
div.DivClassName
{
background-color: #E5E56B;
}
.BgClassName
{
background-color: #E5E56B;
}
</style>
border-color css
<style>
span { border-color: #E5E56B; }
span { border-color: rgb(229,229,107); }
td.TdClassName
{
border-color: #E5E56B;
}
.TagClassName
{
border-color: #E5E56B;
}
</style>