Shades of Manz #E8E256
Tints of Manz #E8E256
RGB
CMYK
RGB Variations
Color information
#E8E256 (or 0xE8E256) is known color: Manz. HEX triplet: E8, E2 and 56. RGB value is (232,226,86). Sum of RGB (Red+Green+Blue) = 232+226+86=544 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.65% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 86 (33.98% from 255 or 15.81% from 544); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8E256 is #171DA9. Grayscale: #D4D4D4. Windows color (decimal): -1514922 or 5694184. OLE color: 5694184.
HSL color Cylindrical-coordinate representation of color #E8E256: hue angle of 57.53º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E8E256 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 226 | 86 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.09 |
| HSL | 57.53º | 0.76% | 0.62% | - |
| HSV(B) | 57.53º | 0.63% | 0.91% | - |
| XYZ | 62.15 | 72.22 | 19.47 | - |
| YUV | 211.83 | 56.99 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 226 | 86 | 0 | 0.03 | 0.63 | 0.09 | 57.53 | 0.76 | 0.62 |
| Hex | E8 | E2 | 56 | 0 | 3 | 3F | 9 | 3A | 4C | 3E |
| Octal | 350 | 342 | 126 | 0 | 3 | 77 | 11 | 72 | 114 | 76 |
| Binary | 11101000 | 11100010 | 1010110 | 0 | 11 | 111111 | 1001 | 111010 | 1001100 | 111110 |
Color Harmonies of #E8E256
Complementary color
Monochromatic Colors of #E8E256
Black with #E8E256
Text Example
Text Example
White with #E8E256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E256; }
p { color: rgb(232,226,86); }
H1.HeaderClassName
{
color: #E8E256;
}
.AnyTagClassName
{
color: #E8E256;
}
</style>
background-color css
<style>
a { background-color: #E8E256; }
a { background-color: rgb(232,226,86); }
div.DivClassName
{
background-color: #E8E256;
}
.BgClassName
{
background-color: #E8E256;
}
</style>
border-color css
<style>
span { border-color: #E8E256; }
span { border-color: rgb(232,226,86); }
td.TdClassName
{
border-color: #E8E256;
}
.TagClassName
{
border-color: #E8E256;
}
</style>