Shades of Manz #E7E45D
Tints of Manz #E7E45D
RGB
CMYK
RGB Variations
Color information
#E7E45D (or 0xE7E45D) is known color: Manz. HEX triplet: E7, E4 and 5D. RGB value is (231,228,93). Sum of RGB (Red+Green+Blue) = 231+228+93=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 228 (89.45% from 255 or 41.30% from 552); Blue value is 93 (36.72% from 255 or 16.85% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E45D is #181BA2. Grayscale: #D6D6D6. Windows color (decimal): -1579939 or 6153447. OLE color: 6153447.
HSL color Cylindrical-coordinate representation of color #E7E45D: hue angle of 58.7º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7E45D is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 228 | 93 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.09 |
| HSL | 58.7º | 0.74% | 0.64% | - |
| HSV(B) | 58.7º | 0.6% | 0.91% | - |
| XYZ | 62.67 | 73.27 | 21.19 | - |
| YUV | 213.51 | 59.99 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 228 | 93 | 0 | 0.01 | 0.60 | 0.09 | 58.7 | 0.74 | 0.64 |
| Hex | E7 | E4 | 5D | 0 | 1 | 3C | 9 | 3B | 4A | 40 |
| Octal | 347 | 344 | 135 | 0 | 1 | 74 | 11 | 73 | 112 | 100 |
| Binary | 11100111 | 11100100 | 1011101 | 0 | 1 | 111100 | 1001 | 111011 | 1001010 | 1000000 |
Color Harmonies of #E7E45D
Complementary color
Monochromatic Colors of #E7E45D
Black with #E7E45D
Text Example
Text Example
White with #E7E45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E45D; }
p { color: rgb(231,228,93); }
H1.HeaderClassName
{
color: #E7E45D;
}
.AnyTagClassName
{
color: #E7E45D;
}
</style>
background-color css
<style>
a { background-color: #E7E45D; }
a { background-color: rgb(231,228,93); }
div.DivClassName
{
background-color: #E7E45D;
}
.BgClassName
{
background-color: #E7E45D;
}
</style>
border-color css
<style>
span { border-color: #E7E45D; }
span { border-color: rgb(231,228,93); }
td.TdClassName
{
border-color: #E7E45D;
}
.TagClassName
{
border-color: #E7E45D;
}
</style>