Shades of Manz #E7E74A
Tints of Manz #E7E74A
RGB
CMYK
RGB Variations
Color information
#E7E74A (or 0xE7E74A) is known color: Manz. HEX triplet: E7, E7 and 4A. RGB value is (231,231,74). Sum of RGB (Red+Green+Blue) = 231+231+74=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 231 (90.62% from 255 or 43.10% from 536); Blue value is 74 (29.30% from 255 or 13.81% from 536); Max value from RGB is 231 - color contains mainly: red, green. Hex color #E7E74A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7E74A is #1818B5. Grayscale: #D5D5D5. Windows color (decimal): -1579190 or 4909031. OLE color: 4909031.
HSL color Cylindrical-coordinate representation of color #E7E74A: hue angle of 60º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7E74A is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 231 | 74 | - |
| CMYK | 0 | 0 | 0.68 | 0.09 |
| HSL | 60º | 0.77% | 0.6% | - |
| HSV(B) | 60º | 0.68% | 0.91% | - |
| XYZ | 62.77 | 74.64 | 17.58 | - |
| YUV | 213.1 | 49.5 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 231 | 74 | 0 | 0 | 0.68 | 0.09 | 60 | 0.77 | 0.6 |
| Hex | E7 | E7 | 4A | 0 | 0 | 44 | 9 | 3C | 4D | 3C |
| Octal | 347 | 347 | 112 | 0 | 0 | 104 | 11 | 74 | 115 | 74 |
| Binary | 11100111 | 11100111 | 1001010 | 0 | 0 | 1000100 | 1001 | 111100 | 1001101 | 111100 |
Color Harmonies of #E7E74A
Complementary color
Monochromatic Colors of #E7E74A
Black with #E7E74A
Text Example
Text Example
White with #E7E74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E74A; }
p { color: rgb(231,231,74); }
H1.HeaderClassName
{
color: #E7E74A;
}
.AnyTagClassName
{
color: #E7E74A;
}
</style>
background-color css
<style>
a { background-color: #E7E74A; }
a { background-color: rgb(231,231,74); }
div.DivClassName
{
background-color: #E7E74A;
}
.BgClassName
{
background-color: #E7E74A;
}
</style>
border-color css
<style>
span { border-color: #E7E74A; }
span { border-color: rgb(231,231,74); }
td.TdClassName
{
border-color: #E7E74A;
}
.TagClassName
{
border-color: #E7E74A;
}
</style>