Shades of Manz #E7E45A
Tints of Manz #E7E45A
RGB
CMYK
RGB Variations
Color information
#E7E45A (or 0xE7E45A) is known color: Manz. HEX triplet: E7, E4 and 5A. RGB value is (231,228,90). Sum of RGB (Red+Green+Blue) = 231+228+90=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 228 (89.45% from 255 or 41.53% from 549); Blue value is 90 (35.55% from 255 or 16.39% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E45A is #181BA5. Grayscale: #D5D5D5. Windows color (decimal): -1579942 or 5956839. OLE color: 5956839.
HSL color Cylindrical-coordinate representation of color #E7E45A: hue angle of 58.72º degrees, saturation: 0.75, 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 #E7E45A is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 228 | 90 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.09 |
| HSL | 58.72º | 0.75% | 0.63% | - |
| HSV(B) | 58.72º | 0.61% | 0.91% | - |
| XYZ | 62.54 | 73.21 | 20.51 | - |
| YUV | 213.17 | 58.49 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 228 | 90 | 0 | 0.01 | 0.61 | 0.09 | 58.72 | 0.75 | 0.63 |
| Hex | E7 | E4 | 5A | 0 | 1 | 3D | 9 | 3B | 4B | 3F |
| Octal | 347 | 344 | 132 | 0 | 1 | 75 | 11 | 73 | 113 | 77 |
| Binary | 11100111 | 11100100 | 1011010 | 0 | 1 | 111101 | 1001 | 111011 | 1001011 | 111111 |
Color Harmonies of #E7E45A
Complementary color
Monochromatic Colors of #E7E45A
Black with #E7E45A
Text Example
Text Example
White with #E7E45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E45A; }
p { color: rgb(231,228,90); }
H1.HeaderClassName
{
color: #E7E45A;
}
.AnyTagClassName
{
color: #E7E45A;
}
</style>
background-color css
<style>
a { background-color: #E7E45A; }
a { background-color: rgb(231,228,90); }
div.DivClassName
{
background-color: #E7E45A;
}
.BgClassName
{
background-color: #E7E45A;
}
</style>
border-color css
<style>
span { border-color: #E7E45A; }
span { border-color: rgb(231,228,90); }
td.TdClassName
{
border-color: #E7E45A;
}
.TagClassName
{
border-color: #E7E45A;
}
</style>