Shades of Manz #E7E950
Tints of Manz #E7E950
RGB
CMYK
RGB Variations
Color information
#E7E950 (or 0xE7E950) is known color: Manz. HEX triplet: E7, E9 and 50. RGB value is (231,233,80). Sum of RGB (Red+Green+Blue) = 231+233+80=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 233 (91.41% from 255 or 42.83% from 544); Blue value is 80 (31.64% from 255 or 14.71% from 544); Max value from RGB is 233 - color contains mainly: green. Hex color #E7E950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E7E950 is #1816AF. Grayscale: #D7D7D7. Windows color (decimal): -1578672 or 5302759. OLE color: 5302759.
HSL color Cylindrical-coordinate representation of color #E7E950: hue angle of 60.78º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E7E950 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 233 | 80 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.09 |
| HSL | 60.78º | 0.78% | 0.61% | - |
| HSV(B) | 60.78º | 0.66% | 0.91% | - |
| XYZ | 63.54 | 75.85 | 18.88 | - |
| YUV | 214.96 | 51.84 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 233 | 80 | 0.01 | 0 | 0.66 | 0.09 | 60.78 | 0.78 | 0.61 |
| Hex | E7 | E9 | 50 | 1 | 0 | 42 | 9 | 3D | 4E | 3D |
| Octal | 347 | 351 | 120 | 1 | 0 | 102 | 11 | 75 | 116 | 75 |
| Binary | 11100111 | 11101001 | 1010000 | 1 | 0 | 1000010 | 1001 | 111101 | 1001110 | 111101 |
Color Harmonies of #E7E950
Complementary color
Monochromatic Colors of #E7E950
Black with #E7E950
Text Example
Text Example
White with #E7E950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E950; }
p { color: rgb(231,233,80); }
H1.HeaderClassName
{
color: #E7E950;
}
.AnyTagClassName
{
color: #E7E950;
}
</style>
background-color css
<style>
a { background-color: #E7E950; }
a { background-color: rgb(231,233,80); }
div.DivClassName
{
background-color: #E7E950;
}
.BgClassName
{
background-color: #E7E950;
}
</style>
border-color css
<style>
span { border-color: #E7E950; }
span { border-color: rgb(231,233,80); }
td.TdClassName
{
border-color: #E7E950;
}
.TagClassName
{
border-color: #E7E950;
}
</style>