Shades of Manz #E7D955
Tints of Manz #E7D955
RGB
CMYK
RGB Variations
Color information
#E7D955 (or 0xE7D955) is known color: Manz. HEX triplet: E7, D9 and 55. RGB value is (231,217,85). Sum of RGB (Red+Green+Blue) = 231+217+85=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 85 (33.59% from 255 or 15.95% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D955 is #1826AA. Grayscale: #CECECE. Windows color (decimal): -1582763 or 5626343. OLE color: 5626343.
HSL color Cylindrical-coordinate representation of color #E7D955: hue angle of 54.25º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E7D955 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 217 | 85 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.09 |
| HSL | 54.25º | 0.75% | 0.62% | - |
| HSV(B) | 54.25º | 0.63% | 0.91% | - |
| XYZ | 59.41 | 67.27 | 18.45 | - |
| YUV | 206.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 85 | 0 | 0.06 | 0.63 | 0.09 | 54.25 | 0.75 | 0.62 |
| Hex | E7 | D9 | 55 | 0 | 6 | 3F | 9 | 36 | 4B | 3E |
| Octal | 347 | 331 | 125 | 0 | 6 | 77 | 11 | 66 | 113 | 76 |
| Binary | 11100111 | 11011001 | 1010101 | 0 | 110 | 111111 | 1001 | 110110 | 1001011 | 111110 |
Color Harmonies of #E7D955
Complementary color
Monochromatic Colors of #E7D955
Black with #E7D955
Text Example
Text Example
White with #E7D955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D955; }
p { color: rgb(231,217,85); }
H1.HeaderClassName
{
color: #E7D955;
}
.AnyTagClassName
{
color: #E7D955;
}
</style>
background-color css
<style>
a { background-color: #E7D955; }
a { background-color: rgb(231,217,85); }
div.DivClassName
{
background-color: #E7D955;
}
.BgClassName
{
background-color: #E7D955;
}
</style>
border-color css
<style>
span { border-color: #E7D955; }
span { border-color: rgb(231,217,85); }
td.TdClassName
{
border-color: #E7D955;
}
.TagClassName
{
border-color: #E7D955;
}
</style>