Shades of Manz #E7E45C
Tints of Manz #E7E45C
RGB
CMYK
RGB Variations
Color information
#E7E45C (or 0xE7E45C) is known color: Manz. HEX triplet: E7, E4 and 5C. RGB value is (231,228,92). Sum of RGB (Red+Green+Blue) = 231+228+92=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 92 (36.33% from 255 or 16.70% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E45C is #181BA3. Grayscale: #D5D5D5. Windows color (decimal): -1579940 or 6087911. OLE color: 6087911.
HSL color Cylindrical-coordinate representation of color #E7E45C: hue angle of 58.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7E45C is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 228 | 92 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.09 |
| HSL | 58.71º | 0.74% | 0.63% | - |
| HSV(B) | 58.71º | 0.6% | 0.91% | - |
| XYZ | 62.63 | 73.25 | 20.96 | - |
| YUV | 213.39 | 59.49 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 228 | 92 | 0 | 0.01 | 0.60 | 0.09 | 58.71 | 0.74 | 0.63 |
| Hex | E7 | E4 | 5C | 0 | 1 | 3C | 9 | 3B | 4A | 3F |
| Octal | 347 | 344 | 134 | 0 | 1 | 74 | 11 | 73 | 112 | 77 |
| Binary | 11100111 | 11100100 | 1011100 | 0 | 1 | 111100 | 1001 | 111011 | 1001010 | 111111 |
Color Harmonies of #E7E45C
Complementary color
Monochromatic Colors of #E7E45C
Black with #E7E45C
Text Example
Text Example
White with #E7E45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E45C; }
p { color: rgb(231,228,92); }
H1.HeaderClassName
{
color: #E7E45C;
}
.AnyTagClassName
{
color: #E7E45C;
}
</style>
background-color css
<style>
a { background-color: #E7E45C; }
a { background-color: rgb(231,228,92); }
div.DivClassName
{
background-color: #E7E45C;
}
.BgClassName
{
background-color: #E7E45C;
}
</style>
border-color css
<style>
span { border-color: #E7E45C; }
span { border-color: rgb(231,228,92); }
td.TdClassName
{
border-color: #E7E45C;
}
.TagClassName
{
border-color: #E7E45C;
}
</style>