Shades of Manz #E3DB56
Tints of Manz #E3DB56
RGB
CMYK
RGB Variations
Color information
#E3DB56 (or 0xE3DB56) is known color: Manz. HEX triplet: E3, DB and 56. RGB value is (227,219,86). Sum of RGB (Red+Green+Blue) = 227+219+86=532 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.67% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 86 (33.98% from 255 or 16.17% from 532); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DB56 is #1C24A9. Grayscale: #CECECE. Windows color (decimal): -1844394 or 5692387. OLE color: 5692387.
HSL color Cylindrical-coordinate representation of color #E3DB56: hue angle of 56.6º 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 #E3DB56 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 219 | 86 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.11 |
| HSL | 56.6º | 0.72% | 0.61% | - |
| HSV(B) | 56.6º | 0.62% | 0.89% | - |
| XYZ | 58.69 | 67.67 | 18.77 | - |
| YUV | 206.23 | 60.15 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 219 | 86 | 0 | 0.04 | 0.62 | 0.11 | 56.6 | 0.72 | 0.61 |
| Hex | E3 | DB | 56 | 0 | 4 | 3E | B | 39 | 48 | 3D |
| Octal | 343 | 333 | 126 | 0 | 4 | 76 | 13 | 71 | 110 | 75 |
| Binary | 11100011 | 11011011 | 1010110 | 0 | 100 | 111110 | 1011 | 111001 | 1001000 | 111101 |
Color Harmonies of #E3DB56
Complementary color
Monochromatic Colors of #E3DB56
Black with #E3DB56
Text Example
Text Example
White with #E3DB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DB56; }
p { color: rgb(227,219,86); }
H1.HeaderClassName
{
color: #E3DB56;
}
.AnyTagClassName
{
color: #E3DB56;
}
</style>
background-color css
<style>
a { background-color: #E3DB56; }
a { background-color: rgb(227,219,86); }
div.DivClassName
{
background-color: #E3DB56;
}
.BgClassName
{
background-color: #E3DB56;
}
</style>
border-color css
<style>
span { border-color: #E3DB56; }
span { border-color: rgb(227,219,86); }
td.TdClassName
{
border-color: #E3DB56;
}
.TagClassName
{
border-color: #E3DB56;
}
</style>