Shades of Manz #E6E056
Tints of Manz #E6E056
RGB
CMYK
RGB Variations
Color information
#E6E056 (or 0xE6E056) is known color: Manz. HEX triplet: E6, E0 and 56. RGB value is (230,224,86). Sum of RGB (Red+Green+Blue) = 230+224+86=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 86 (33.98% from 255 or 15.93% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E056 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E056 is #191FA9. Grayscale: #D2D2D2. Windows color (decimal): -1646506 or 5693670. OLE color: 5693670.
HSL color Cylindrical-coordinate representation of color #E6E056: hue angle of 57.5º 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 #E6E056 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 224 | 86 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.10 |
| HSL | 57.5º | 0.74% | 0.62% | - |
| HSV(B) | 57.5º | 0.63% | 0.9% | - |
| XYZ | 60.97 | 70.81 | 19.26 | - |
| YUV | 210.06 | 57.99 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 224 | 86 | 0 | 0.03 | 0.63 | 0.10 | 57.5 | 0.74 | 0.62 |
| Hex | E6 | E0 | 56 | 0 | 3 | 3F | A | 3A | 4A | 3E |
| Octal | 346 | 340 | 126 | 0 | 3 | 77 | 12 | 72 | 112 | 76 |
| Binary | 11100110 | 11100000 | 1010110 | 0 | 11 | 111111 | 1010 | 111010 | 1001010 | 111110 |
Color Harmonies of #E6E056
Complementary color
Monochromatic Colors of #E6E056
Black with #E6E056
Text Example
Text Example
White with #E6E056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E056; }
p { color: rgb(230,224,86); }
H1.HeaderClassName
{
color: #E6E056;
}
.AnyTagClassName
{
color: #E6E056;
}
</style>
background-color css
<style>
a { background-color: #E6E056; }
a { background-color: rgb(230,224,86); }
div.DivClassName
{
background-color: #E6E056;
}
.BgClassName
{
background-color: #E6E056;
}
</style>
border-color css
<style>
span { border-color: #E6E056; }
span { border-color: rgb(230,224,86); }
td.TdClassName
{
border-color: #E6E056;
}
.TagClassName
{
border-color: #E6E056;
}
</style>