Shades of Manz #E3D056
Tints of Manz #E3D056
RGB
CMYK
RGB Variations
Color information
#E3D056 (or 0xE3D056) is known color: Manz. HEX triplet: E3, D0 and 56. RGB value is (227,208,86). Sum of RGB (Red+Green+Blue) = 227+208+86=521 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.57% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 86 (33.98% from 255 or 16.51% from 521); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D056 is #1C2FA9. Grayscale: #C8C8C8. Windows color (decimal): -1847210 or 5689571. OLE color: 5689571.
HSL color Cylindrical-coordinate representation of color #E3D056: hue angle of 51.91º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E3D056 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 208 | 86 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.11 |
| HSL | 51.91º | 0.72% | 0.61% | - |
| HSV(B) | 51.91º | 0.62% | 0.89% | - |
| XYZ | 55.91 | 62.11 | 17.85 | - |
| YUV | 199.77 | 63.79 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 208 | 86 | 0 | 0.08 | 0.62 | 0.11 | 51.91 | 0.72 | 0.61 |
| Hex | E3 | D0 | 56 | 0 | 8 | 3E | B | 34 | 48 | 3D |
| Octal | 343 | 320 | 126 | 0 | 10 | 76 | 13 | 64 | 110 | 75 |
| Binary | 11100011 | 11010000 | 1010110 | 0 | 1000 | 111110 | 1011 | 110100 | 1001000 | 111101 |
Color Harmonies of #E3D056
Complementary color
Monochromatic Colors of #E3D056
Black with #E3D056
Text Example
Text Example
White with #E3D056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D056; }
p { color: rgb(227,208,86); }
H1.HeaderClassName
{
color: #E3D056;
}
.AnyTagClassName
{
color: #E3D056;
}
</style>
background-color css
<style>
a { background-color: #E3D056; }
a { background-color: rgb(227,208,86); }
div.DivClassName
{
background-color: #E3D056;
}
.BgClassName
{
background-color: #E3D056;
}
</style>
border-color css
<style>
span { border-color: #E3D056; }
span { border-color: rgb(227,208,86); }
td.TdClassName
{
border-color: #E3D056;
}
.TagClassName
{
border-color: #E3D056;
}
</style>