Shades of Manz #E7D75B
Tints of Manz #E7D75B
RGB
CMYK
RGB Variations
Color information
#E7D75B (or 0xE7D75B) is known color: Manz. HEX triplet: E7, D7 and 5B. RGB value is (231,215,91). Sum of RGB (Red+Green+Blue) = 231+215+91=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 91 (35.94% from 255 or 16.95% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D75B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D75B is #1828A4. Grayscale: #CECECE. Windows color (decimal): -1583269 or 6019047. OLE color: 6019047.
HSL color Cylindrical-coordinate representation of color #E7D75B: hue angle of 53.14º 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 #E7D75B is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 91 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.09 |
| HSL | 53.14º | 0.74% | 0.63% | - |
| HSV(B) | 53.14º | 0.61% | 0.91% | - |
| XYZ | 59.14 | 66.35 | 19.59 | - |
| YUV | 205.65 | 63.3 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 91 | 0 | 0.07 | 0.61 | 0.09 | 53.14 | 0.74 | 0.63 |
| Hex | E7 | D7 | 5B | 0 | 7 | 3D | 9 | 35 | 4A | 3F |
| Octal | 347 | 327 | 133 | 0 | 7 | 75 | 11 | 65 | 112 | 77 |
| Binary | 11100111 | 11010111 | 1011011 | 0 | 111 | 111101 | 1001 | 110101 | 1001010 | 111111 |
Color Harmonies of #E7D75B
Complementary color
Monochromatic Colors of #E7D75B
Black with #E7D75B
Text Example
Text Example
White with #E7D75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D75B; }
p { color: rgb(231,215,91); }
H1.HeaderClassName
{
color: #E7D75B;
}
.AnyTagClassName
{
color: #E7D75B;
}
</style>
background-color css
<style>
a { background-color: #E7D75B; }
a { background-color: rgb(231,215,91); }
div.DivClassName
{
background-color: #E7D75B;
}
.BgClassName
{
background-color: #E7D75B;
}
</style>
border-color css
<style>
span { border-color: #E7D75B; }
span { border-color: rgb(231,215,91); }
td.TdClassName
{
border-color: #E7D75B;
}
.TagClassName
{
border-color: #E7D75B;
}
</style>