Shades of Manz #E7E260
Tints of Manz #E7E260
RGB
CMYK
RGB Variations
Color information
#E7E260 (or 0xE7E260) is known color: Manz. HEX triplet: E7, E2 and 60. RGB value is (231,226,96). Sum of RGB (Red+Green+Blue) = 231+226+96=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 96 (37.89% from 255 or 17.36% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E260 is #181D9F. Grayscale: #D5D5D5. Windows color (decimal): -1580448 or 6349543. OLE color: 6349543.
HSL color Cylindrical-coordinate representation of color #E7E260: hue angle of 57.78º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7E260 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 226 | 96 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.09 |
| HSL | 57.78º | 0.74% | 0.64% | - |
| HSV(B) | 57.78º | 0.58% | 0.91% | - |
| XYZ | 62.26 | 72.23 | 21.73 | - |
| YUV | 212.68 | 62.16 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 226 | 96 | 0 | 0.02 | 0.58 | 0.09 | 57.78 | 0.74 | 0.64 |
| Hex | E7 | E2 | 60 | 0 | 2 | 3A | 9 | 3A | 4A | 40 |
| Octal | 347 | 342 | 140 | 0 | 2 | 72 | 11 | 72 | 112 | 100 |
| Binary | 11100111 | 11100010 | 1100000 | 0 | 10 | 111010 | 1001 | 111010 | 1001010 | 1000000 |
Color Harmonies of #E7E260
Complementary color
Monochromatic Colors of #E7E260
Black with #E7E260
Text Example
Text Example
White with #E7E260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E260; }
p { color: rgb(231,226,96); }
H1.HeaderClassName
{
color: #E7E260;
}
.AnyTagClassName
{
color: #E7E260;
}
</style>
background-color css
<style>
a { background-color: #E7E260; }
a { background-color: rgb(231,226,96); }
div.DivClassName
{
background-color: #E7E260;
}
.BgClassName
{
background-color: #E7E260;
}
</style>
border-color css
<style>
span { border-color: #E7E260; }
span { border-color: rgb(231,226,96); }
td.TdClassName
{
border-color: #E7E260;
}
.TagClassName
{
border-color: #E7E260;
}
</style>