Shades of Manz #E7D457
Tints of Manz #E7D457
RGB
CMYK
RGB Variations
Color information
#E7D457 (or 0xE7D457) is known color: Manz. HEX triplet: E7, D4 and 57. RGB value is (231,212,87). Sum of RGB (Red+Green+Blue) = 231+212+87=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 87 (34.38% from 255 or 16.42% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D457 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D457 is #182BA8. Grayscale: #CBCBCB. Windows color (decimal): -1584041 or 5756135. OLE color: 5756135.
HSL color Cylindrical-coordinate representation of color #E7D457: hue angle of 52.08º 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 #E7D457 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 87 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.09 |
| HSL | 52.08º | 0.75% | 0.62% | - |
| HSV(B) | 52.08º | 0.62% | 0.91% | - |
| XYZ | 58.22 | 64.76 | 18.45 | - |
| YUV | 203.43 | 62.29 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 87 | 0 | 0.08 | 0.62 | 0.09 | 52.08 | 0.75 | 0.62 |
| Hex | E7 | D4 | 57 | 0 | 8 | 3E | 9 | 34 | 4B | 3E |
| Octal | 347 | 324 | 127 | 0 | 10 | 76 | 11 | 64 | 113 | 76 |
| Binary | 11100111 | 11010100 | 1010111 | 0 | 1000 | 111110 | 1001 | 110100 | 1001011 | 111110 |
Color Harmonies of #E7D457
Complementary color
Monochromatic Colors of #E7D457
Black with #E7D457
Text Example
Text Example
White with #E7D457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D457; }
p { color: rgb(231,212,87); }
H1.HeaderClassName
{
color: #E7D457;
}
.AnyTagClassName
{
color: #E7D457;
}
</style>
background-color css
<style>
a { background-color: #E7D457; }
a { background-color: rgb(231,212,87); }
div.DivClassName
{
background-color: #E7D457;
}
.BgClassName
{
background-color: #E7D457;
}
</style>
border-color css
<style>
span { border-color: #E7D457; }
span { border-color: rgb(231,212,87); }
td.TdClassName
{
border-color: #E7D457;
}
.TagClassName
{
border-color: #E7D457;
}
</style>