Shades of Manz #E7E94F
Tints of Manz #E7E94F
RGB
CMYK
RGB Variations
Color information
#E7E94F (or 0xE7E94F) is known color: Manz. HEX triplet: E7, E9 and 4F. RGB value is (231,233,79). Sum of RGB (Red+Green+Blue) = 231+233+79=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 79 (31.25% from 255 or 14.55% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #E7E94F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E7E94F is #1816B0. Grayscale: #D7D7D7. Windows color (decimal): -1578673 or 5237223. OLE color: 5237223.
HSL color Cylindrical-coordinate representation of color #E7E94F: 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 #E7E94F is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 233 | 79 | - |
| 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.51 | 75.83 | 18.69 | - |
| YUV | 214.85 | 51.34 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 233 | 79 | 0.01 | 0 | 0.66 | 0.09 | 60.78 | 0.78 | 0.61 |
| Hex | E7 | E9 | 4F | 1 | 0 | 42 | 9 | 3D | 4E | 3D |
| Octal | 347 | 351 | 117 | 1 | 0 | 102 | 11 | 75 | 116 | 75 |
| Binary | 11100111 | 11101001 | 1001111 | 1 | 0 | 1000010 | 1001 | 111101 | 1001110 | 111101 |
Color Harmonies of #E7E94F
Complementary color
Monochromatic Colors of #E7E94F
Black with #E7E94F
Text Example
Text Example
White with #E7E94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E94F; }
p { color: rgb(231,233,79); }
H1.HeaderClassName
{
color: #E7E94F;
}
.AnyTagClassName
{
color: #E7E94F;
}
</style>
background-color css
<style>
a { background-color: #E7E94F; }
a { background-color: rgb(231,233,79); }
div.DivClassName
{
background-color: #E7E94F;
}
.BgClassName
{
background-color: #E7E94F;
}
</style>
border-color css
<style>
span { border-color: #E7E94F; }
span { border-color: rgb(231,233,79); }
td.TdClassName
{
border-color: #E7E94F;
}
.TagClassName
{
border-color: #E7E94F;
}
</style>