Shades of Manz #E7D55B
Tints of Manz #E7D55B
RGB
CMYK
RGB Variations
Color information
#E7D55B (or 0xE7D55B) is known color: Manz. HEX triplet: E7, D5 and 5B. RGB value is (231,213,91). Sum of RGB (Red+Green+Blue) = 231+213+91=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 91 (35.94% from 255 or 17.01% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D55B is #182AA4. Grayscale: #CCCCCC. Windows color (decimal): -1583781 or 6018535. OLE color: 6018535.
HSL color Cylindrical-coordinate representation of color #E7D55B: hue angle of 52.29º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7D55B is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 91 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.09 |
| HSL | 52.29º | 0.74% | 0.63% | - |
| HSV(B) | 52.29º | 0.61% | 0.91% | - |
| XYZ | 58.64 | 65.33 | 19.42 | - |
| YUV | 204.47 | 63.96 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 91 | 0 | 0.08 | 0.61 | 0.09 | 52.29 | 0.74 | 0.63 |
| Hex | E7 | D5 | 5B | 0 | 8 | 3D | 9 | 34 | 4A | 3F |
| Octal | 347 | 325 | 133 | 0 | 10 | 75 | 11 | 64 | 112 | 77 |
| Binary | 11100111 | 11010101 | 1011011 | 0 | 1000 | 111101 | 1001 | 110100 | 1001010 | 111111 |
Color Harmonies of #E7D55B
Complementary color
Monochromatic Colors of #E7D55B
Black with #E7D55B
Text Example
Text Example
White with #E7D55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D55B; }
p { color: rgb(231,213,91); }
H1.HeaderClassName
{
color: #E7D55B;
}
.AnyTagClassName
{
color: #E7D55B;
}
</style>
background-color css
<style>
a { background-color: #E7D55B; }
a { background-color: rgb(231,213,91); }
div.DivClassName
{
background-color: #E7D55B;
}
.BgClassName
{
background-color: #E7D55B;
}
</style>
border-color css
<style>
span { border-color: #E7D55B; }
span { border-color: rgb(231,213,91); }
td.TdClassName
{
border-color: #E7D55B;
}
.TagClassName
{
border-color: #E7D55B;
}
</style>