Shades of Manz #E7E15E
Tints of Manz #E7E15E
RGB
CMYK
RGB Variations
Color information
#E7E15E (or 0xE7E15E) is known color: Manz. HEX triplet: E7, E1 and 5E. RGB value is (231,225,94). Sum of RGB (Red+Green+Blue) = 231+225+94=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 94 (37.11% from 255 or 17.09% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E15E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E15E is #181EA1. Grayscale: #D4D4D4. Windows color (decimal): -1580706 or 6218215. OLE color: 6218215.
HSL color Cylindrical-coordinate representation of color #E7E15E: hue angle of 57.37º 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 #E7E15E is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 94 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.09 |
| HSL | 57.37º | 0.74% | 0.64% | - |
| HSV(B) | 57.37º | 0.59% | 0.91% | - |
| XYZ | 61.9 | 71.65 | 21.16 | - |
| YUV | 211.86 | 61.49 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 94 | 0 | 0.03 | 0.59 | 0.09 | 57.37 | 0.74 | 0.64 |
| Hex | E7 | E1 | 5E | 0 | 3 | 3B | 9 | 39 | 4A | 40 |
| Octal | 347 | 341 | 136 | 0 | 3 | 73 | 11 | 71 | 112 | 100 |
| Binary | 11100111 | 11100001 | 1011110 | 0 | 11 | 111011 | 1001 | 111001 | 1001010 | 1000000 |
Color Harmonies of #E7E15E
Complementary color
Monochromatic Colors of #E7E15E
Black with #E7E15E
Text Example
Text Example
White with #E7E15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E15E; }
p { color: rgb(231,225,94); }
H1.HeaderClassName
{
color: #E7E15E;
}
.AnyTagClassName
{
color: #E7E15E;
}
</style>
background-color css
<style>
a { background-color: #E7E15E; }
a { background-color: rgb(231,225,94); }
div.DivClassName
{
background-color: #E7E15E;
}
.BgClassName
{
background-color: #E7E15E;
}
</style>
border-color css
<style>
span { border-color: #E7E15E; }
span { border-color: rgb(231,225,94); }
td.TdClassName
{
border-color: #E7E15E;
}
.TagClassName
{
border-color: #E7E15E;
}
</style>