Shades of Manz #E7D757
Tints of Manz #E7D757
RGB
CMYK
RGB Variations
Color information
#E7D757 (or 0xE7D757) is known color: Manz. HEX triplet: E7, D7 and 57. RGB value is (231,215,87). Sum of RGB (Red+Green+Blue) = 231+215+87=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 87 (34.38% from 255 or 16.32% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D757 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D757 is #1828A8. Grayscale: #CDCDCD. Windows color (decimal): -1583273 or 5756903. OLE color: 5756903.
HSL color Cylindrical-coordinate representation of color #E7D757: hue angle of 53.33º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E7D757 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 87 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.09 |
| HSL | 53.33º | 0.75% | 0.62% | - |
| HSV(B) | 53.33º | 0.62% | 0.91% | - |
| XYZ | 58.98 | 66.28 | 18.7 | - |
| YUV | 205.19 | 61.3 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 87 | 0 | 0.07 | 0.62 | 0.09 | 53.33 | 0.75 | 0.62 |
| Hex | E7 | D7 | 57 | 0 | 7 | 3E | 9 | 35 | 4B | 3E |
| Octal | 347 | 327 | 127 | 0 | 7 | 76 | 11 | 65 | 113 | 76 |
| Binary | 11100111 | 11010111 | 1010111 | 0 | 111 | 111110 | 1001 | 110101 | 1001011 | 111110 |
Color Harmonies of #E7D757
Complementary color
Monochromatic Colors of #E7D757
Black with #E7D757
Text Example
Text Example
White with #E7D757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D757; }
p { color: rgb(231,215,87); }
H1.HeaderClassName
{
color: #E7D757;
}
.AnyTagClassName
{
color: #E7D757;
}
</style>
background-color css
<style>
a { background-color: #E7D757; }
a { background-color: rgb(231,215,87); }
div.DivClassName
{
background-color: #E7D757;
}
.BgClassName
{
background-color: #E7D757;
}
</style>
border-color css
<style>
span { border-color: #E7D757; }
span { border-color: rgb(231,215,87); }
td.TdClassName
{
border-color: #E7D757;
}
.TagClassName
{
border-color: #E7D757;
}
</style>