Shades of Manz #E7E355
Tints of Manz #E7E355
RGB
CMYK
RGB Variations
Color information
#E7E355 (or 0xE7E355) is known color: Manz. HEX triplet: E7, E3 and 55. RGB value is (231,227,85). Sum of RGB (Red+Green+Blue) = 231+227+85=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 85 (33.59% from 255 or 15.65% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E355 is #181CAA. Grayscale: #D4D4D4. Windows color (decimal): -1580203 or 5628903. OLE color: 5628903.
HSL color Cylindrical-coordinate representation of color #E7E355: hue angle of 58.36º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E7E355 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 227 | 85 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.09 |
| HSL | 58.36º | 0.75% | 0.62% | - |
| HSV(B) | 58.36º | 0.63% | 0.91% | - |
| XYZ | 62.06 | 72.58 | 19.33 | - |
| YUV | 212.01 | 56.33 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 227 | 85 | 0 | 0.02 | 0.63 | 0.09 | 58.36 | 0.75 | 0.62 |
| Hex | E7 | E3 | 55 | 0 | 2 | 3F | 9 | 3A | 4B | 3E |
| Octal | 347 | 343 | 125 | 0 | 2 | 77 | 11 | 72 | 113 | 76 |
| Binary | 11100111 | 11100011 | 1010101 | 0 | 10 | 111111 | 1001 | 111010 | 1001011 | 111110 |
Color Harmonies of #E7E355
Complementary color
Monochromatic Colors of #E7E355
Black with #E7E355
Text Example
Text Example
White with #E7E355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E355; }
p { color: rgb(231,227,85); }
H1.HeaderClassName
{
color: #E7E355;
}
.AnyTagClassName
{
color: #E7E355;
}
</style>
background-color css
<style>
a { background-color: #E7E355; }
a { background-color: rgb(231,227,85); }
div.DivClassName
{
background-color: #E7E355;
}
.BgClassName
{
background-color: #E7E355;
}
</style>
border-color css
<style>
span { border-color: #E7E355; }
span { border-color: rgb(231,227,85); }
td.TdClassName
{
border-color: #E7E355;
}
.TagClassName
{
border-color: #E7E355;
}
</style>