Shades of Manz #E7D55E
Tints of Manz #E7D55E
RGB
CMYK
RGB Variations
Color information
#E7D55E (or 0xE7D55E) is known color: Manz. HEX triplet: E7, D5 and 5E. RGB value is (231,213,94). Sum of RGB (Red+Green+Blue) = 231+213+94=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D55E is #182AA1. Grayscale: #CDCDCD. Windows color (decimal): -1583778 or 6215143. OLE color: 6215143.
HSL color Cylindrical-coordinate representation of color #E7D55E: hue angle of 52.12º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7D55E is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 94 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.09 |
| HSL | 52.12º | 0.74% | 0.64% | - |
| HSV(B) | 52.12º | 0.59% | 0.91% | - |
| XYZ | 58.77 | 65.39 | 20.11 | - |
| YUV | 204.82 | 65.46 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 94 | 0 | 0.08 | 0.59 | 0.09 | 52.12 | 0.74 | 0.64 |
| Hex | E7 | D5 | 5E | 0 | 8 | 3B | 9 | 34 | 4A | 40 |
| Octal | 347 | 325 | 136 | 0 | 10 | 73 | 11 | 64 | 112 | 100 |
| Binary | 11100111 | 11010101 | 1011110 | 0 | 1000 | 111011 | 1001 | 110100 | 1001010 | 1000000 |
Color Harmonies of #E7D55E
Complementary color
Monochromatic Colors of #E7D55E
Black with #E7D55E
Text Example
Text Example
White with #E7D55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D55E; }
p { color: rgb(231,213,94); }
H1.HeaderClassName
{
color: #E7D55E;
}
.AnyTagClassName
{
color: #E7D55E;
}
</style>
background-color css
<style>
a { background-color: #E7D55E; }
a { background-color: rgb(231,213,94); }
div.DivClassName
{
background-color: #E7D55E;
}
.BgClassName
{
background-color: #E7D55E;
}
</style>
border-color css
<style>
span { border-color: #E7D55E; }
span { border-color: rgb(231,213,94); }
td.TdClassName
{
border-color: #E7D55E;
}
.TagClassName
{
border-color: #E7D55E;
}
</style>