Shades of Manz #E7DC5B
Tints of Manz #E7DC5B
RGB
CMYK
RGB Variations
Color information
#E7DC5B (or 0xE7DC5B) is known color: Manz. HEX triplet: E7, DC and 5B. RGB value is (231,220,91). Sum of RGB (Red+Green+Blue) = 231+220+91=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 91 (35.94% from 255 or 16.79% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DC5B is #1823A4. Grayscale: #D1D1D1. Windows color (decimal): -1581989 or 6020327. OLE color: 6020327.
HSL color Cylindrical-coordinate representation of color #E7DC5B: hue angle of 55.29º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7DC5B is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 220 | 91 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.09 |
| HSL | 55.29º | 0.74% | 0.63% | - |
| HSV(B) | 55.29º | 0.61% | 0.91% | - |
| XYZ | 60.44 | 68.93 | 20.02 | - |
| YUV | 208.58 | 61.64 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 91 | 0 | 0.05 | 0.61 | 0.09 | 55.29 | 0.74 | 0.63 |
| Hex | E7 | DC | 5B | 0 | 5 | 3D | 9 | 37 | 4A | 3F |
| Octal | 347 | 334 | 133 | 0 | 5 | 75 | 11 | 67 | 112 | 77 |
| Binary | 11100111 | 11011100 | 1011011 | 0 | 101 | 111101 | 1001 | 110111 | 1001010 | 111111 |
Color Harmonies of #E7DC5B
Complementary color
Monochromatic Colors of #E7DC5B
Black with #E7DC5B
Text Example
Text Example
White with #E7DC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DC5B; }
p { color: rgb(231,220,91); }
H1.HeaderClassName
{
color: #E7DC5B;
}
.AnyTagClassName
{
color: #E7DC5B;
}
</style>
background-color css
<style>
a { background-color: #E7DC5B; }
a { background-color: rgb(231,220,91); }
div.DivClassName
{
background-color: #E7DC5B;
}
.BgClassName
{
background-color: #E7DC5B;
}
</style>
border-color css
<style>
span { border-color: #E7DC5B; }
span { border-color: rgb(231,220,91); }
td.TdClassName
{
border-color: #E7DC5B;
}
.TagClassName
{
border-color: #E7DC5B;
}
</style>