Shades of Manz #E7D75E
Tints of Manz #E7D75E
RGB
CMYK
RGB Variations
Color information
#E7D75E (or 0xE7D75E) is known color: Manz. HEX triplet: E7, D7 and 5E. RGB value is (231,215,94). Sum of RGB (Red+Green+Blue) = 231+215+94=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 94 (37.11% from 255 or 17.41% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D75E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D75E is #1828A1. Grayscale: #CECECE. Windows color (decimal): -1583266 or 6215655. OLE color: 6215655.
HSL color Cylindrical-coordinate representation of color #E7D75E: hue angle of 52.99º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7D75E is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 94 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.09 |
| HSL | 52.99º | 0.74% | 0.64% | - |
| HSV(B) | 52.99º | 0.59% | 0.91% | - |
| XYZ | 59.28 | 66.4 | 20.28 | - |
| YUV | 205.99 | 64.8 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 94 | 0 | 0.07 | 0.59 | 0.09 | 52.99 | 0.74 | 0.64 |
| Hex | E7 | D7 | 5E | 0 | 7 | 3B | 9 | 35 | 4A | 40 |
| Octal | 347 | 327 | 136 | 0 | 7 | 73 | 11 | 65 | 112 | 100 |
| Binary | 11100111 | 11010111 | 1011110 | 0 | 111 | 111011 | 1001 | 110101 | 1001010 | 1000000 |
Color Harmonies of #E7D75E
Complementary color
Monochromatic Colors of #E7D75E
Black with #E7D75E
Text Example
Text Example
White with #E7D75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D75E; }
p { color: rgb(231,215,94); }
H1.HeaderClassName
{
color: #E7D75E;
}
.AnyTagClassName
{
color: #E7D75E;
}
</style>
background-color css
<style>
a { background-color: #E7D75E; }
a { background-color: rgb(231,215,94); }
div.DivClassName
{
background-color: #E7D75E;
}
.BgClassName
{
background-color: #E7D75E;
}
</style>
border-color css
<style>
span { border-color: #E7D75E; }
span { border-color: rgb(231,215,94); }
td.TdClassName
{
border-color: #E7D75E;
}
.TagClassName
{
border-color: #E7D75E;
}
</style>