Shades of Manz #E6E256
Tints of Manz #E6E256
RGB
CMYK
RGB Variations
Color information
#E6E256 (or 0xE6E256) is known color: Manz. HEX triplet: E6, E2 and 56. RGB value is (230,226,86). Sum of RGB (Red+Green+Blue) = 230+226+86=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 226 (88.67% from 255 or 41.70% from 542); Blue value is 86 (33.98% from 255 or 15.87% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E256 is #191DA9. Grayscale: #D3D3D3. Windows color (decimal): -1645994 or 5694182. OLE color: 5694182.
HSL color Cylindrical-coordinate representation of color #E6E256: hue angle of 58.33º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6E256 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 226 | 86 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.10 |
| HSL | 58.33º | 0.74% | 0.62% | - |
| HSV(B) | 58.33º | 0.63% | 0.9% | - |
| XYZ | 61.51 | 71.89 | 19.44 | - |
| YUV | 211.24 | 57.33 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 226 | 86 | 0 | 0.02 | 0.63 | 0.10 | 58.33 | 0.74 | 0.62 |
| Hex | E6 | E2 | 56 | 0 | 2 | 3F | A | 3A | 4A | 3E |
| Octal | 346 | 342 | 126 | 0 | 2 | 77 | 12 | 72 | 112 | 76 |
| Binary | 11100110 | 11100010 | 1010110 | 0 | 10 | 111111 | 1010 | 111010 | 1001010 | 111110 |
Color Harmonies of #E6E256
Complementary color
Monochromatic Colors of #E6E256
Black with #E6E256
Text Example
Text Example
White with #E6E256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E256; }
p { color: rgb(230,226,86); }
H1.HeaderClassName
{
color: #E6E256;
}
.AnyTagClassName
{
color: #E6E256;
}
</style>
background-color css
<style>
a { background-color: #E6E256; }
a { background-color: rgb(230,226,86); }
div.DivClassName
{
background-color: #E6E256;
}
.BgClassName
{
background-color: #E6E256;
}
</style>
border-color css
<style>
span { border-color: #E6E256; }
span { border-color: rgb(230,226,86); }
td.TdClassName
{
border-color: #E6E256;
}
.TagClassName
{
border-color: #E6E256;
}
</style>