Shades of Manz #E7E150
Tints of Manz #E7E150
RGB
CMYK
RGB Variations
Color information
#E7E150 (or 0xE7E150) is known color: Manz. HEX triplet: E7, E1 and 50. RGB value is (231,225,80). Sum of RGB (Red+Green+Blue) = 231+225+80=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 80 (31.64% from 255 or 14.93% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E150 is #181EAF. Grayscale: #D2D2D2. Windows color (decimal): -1580720 or 5300711. OLE color: 5300711.
HSL color Cylindrical-coordinate representation of color #E7E150: hue angle of 57.62º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7E150 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 80 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.09 |
| HSL | 57.62º | 0.76% | 0.61% | - |
| HSV(B) | 57.62º | 0.65% | 0.91% | - |
| XYZ | 61.33 | 71.42 | 18.14 | - |
| YUV | 210.26 | 54.49 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 80 | 0 | 0.03 | 0.65 | 0.09 | 57.62 | 0.76 | 0.61 |
| Hex | E7 | E1 | 50 | 0 | 3 | 41 | 9 | 3A | 4C | 3D |
| Octal | 347 | 341 | 120 | 0 | 3 | 101 | 11 | 72 | 114 | 75 |
| Binary | 11100111 | 11100001 | 1010000 | 0 | 11 | 1000001 | 1001 | 111010 | 1001100 | 111101 |
Color Harmonies of #E7E150
Complementary color
Monochromatic Colors of #E7E150
Black with #E7E150
Text Example
Text Example
White with #E7E150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E150; }
p { color: rgb(231,225,80); }
H1.HeaderClassName
{
color: #E7E150;
}
.AnyTagClassName
{
color: #E7E150;
}
</style>
background-color css
<style>
a { background-color: #E7E150; }
a { background-color: rgb(231,225,80); }
div.DivClassName
{
background-color: #E7E150;
}
.BgClassName
{
background-color: #E7E150;
}
</style>
border-color css
<style>
span { border-color: #E7E150; }
span { border-color: rgb(231,225,80); }
td.TdClassName
{
border-color: #E7E150;
}
.TagClassName
{
border-color: #E7E150;
}
</style>