Shades of Manz #E7D552
Tints of Manz #E7D552
RGB
CMYK
RGB Variations
Color information
#E7D552 (or 0xE7D552) is known color: Manz. HEX triplet: E7, D5 and 52. RGB value is (231,213,82). Sum of RGB (Red+Green+Blue) = 231+213+82=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 82 (32.42% from 255 or 15.59% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D552 is #182AAD. Grayscale: #CBCBCB. Windows color (decimal): -1583790 or 5428711. OLE color: 5428711.
HSL color Cylindrical-coordinate representation of color #E7D552: hue angle of 52.75º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7D552 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 82 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.09 |
| HSL | 52.75º | 0.76% | 0.61% | - |
| HSV(B) | 52.75º | 0.65% | 0.91% | - |
| XYZ | 58.27 | 65.19 | 17.49 | - |
| YUV | 203.45 | 59.46 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 82 | 0 | 0.08 | 0.65 | 0.09 | 52.75 | 0.76 | 0.61 |
| Hex | E7 | D5 | 52 | 0 | 8 | 41 | 9 | 35 | 4C | 3D |
| Octal | 347 | 325 | 122 | 0 | 10 | 101 | 11 | 65 | 114 | 75 |
| Binary | 11100111 | 11010101 | 1010010 | 0 | 1000 | 1000001 | 1001 | 110101 | 1001100 | 111101 |
Color Harmonies of #E7D552
Complementary color
Monochromatic Colors of #E7D552
Black with #E7D552
Text Example
Text Example
White with #E7D552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D552; }
p { color: rgb(231,213,82); }
H1.HeaderClassName
{
color: #E7D552;
}
.AnyTagClassName
{
color: #E7D552;
}
</style>
background-color css
<style>
a { background-color: #E7D552; }
a { background-color: rgb(231,213,82); }
div.DivClassName
{
background-color: #E7D552;
}
.BgClassName
{
background-color: #E7D552;
}
</style>
border-color css
<style>
span { border-color: #E7D552; }
span { border-color: rgb(231,213,82); }
td.TdClassName
{
border-color: #E7D552;
}
.TagClassName
{
border-color: #E7D552;
}
</style>