Shades of Manz #E5E356
Tints of Manz #E5E356
RGB
CMYK
RGB Variations
Color information
#E5E356 (or 0xE5E356) is known color: Manz. HEX triplet: E5, E3 and 56. RGB value is (229,227,86). Sum of RGB (Red+Green+Blue) = 229+227+86=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 227 (89.06% from 255 or 41.88% from 542); Blue value is 86 (33.98% from 255 or 15.87% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E356 is #1A1CA9. Grayscale: #D4D4D4. Windows color (decimal): -1711274 or 5694437. OLE color: 5694437.
HSL color Cylindrical-coordinate representation of color #E5E356: hue angle of 59.16º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5E356 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 227 | 86 | - |
CMYK | 0 | 0.01 | 0.62 | 0.10 |
HSL | 59.16º | 0.73% | 0.62% | - |
HSV(B) | 59.16º | 0.62% | 0.9% | - |
XYZ | 61.46 | 72.27 | 19.51 | - |
YUV | 211.52 | 57.16 | 140.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 227 | 86 | 0 | 0.01 | 0.62 | 0.10 | 59.16 | 0.73 | 0.62 |
Hex | E5 | E3 | 56 | 0 | 1 | 3E | A | 3B | 49 | 3E |
Octal | 345 | 343 | 126 | 0 | 1 | 76 | 12 | 73 | 111 | 76 |
Binary | 11100101 | 11100011 | 1010110 | 0 | 1 | 111110 | 1010 | 111011 | 1001001 | 111110 |
Color Harmonies of #E5E356
Complementary color
Monochromatic Colors of #E5E356
Black with #E5E356
Text Example
Text Example
White with #E5E356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E356; }
p { color: rgb(229,227,86); }
H1.HeaderClassName
{
color: #E5E356;
}
.AnyTagClassName
{
color: #E5E356;
}
</style>
background-color css
<style>
a { background-color: #E5E356; }
a { background-color: rgb(229,227,86); }
div.DivClassName
{
background-color: #E5E356;
}
.BgClassName
{
background-color: #E5E356;
}
</style>
border-color css
<style>
span { border-color: #E5E356; }
span { border-color: rgb(229,227,86); }
td.TdClassName
{
border-color: #E5E356;
}
.TagClassName
{
border-color: #E5E356;
}
</style>