Shades of Manz #E9E260
Tints of Manz #E9E260
RGB
CMYK
RGB Variations
Color information
#E9E260 (or 0xE9E260) is known color: Manz. HEX triplet: E9, E2 and 60. RGB value is (233,226,96). Sum of RGB (Red+Green+Blue) = 233+226+96=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 226 (88.67% from 255 or 40.72% from 555); Blue value is 96 (37.89% from 255 or 17.30% from 555); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9E260 is #161D9F. Grayscale: #D5D5D5. Windows color (decimal): -1449376 or 6349545. OLE color: 6349545.
HSL color Cylindrical-coordinate representation of color #E9E260: hue angle of 56.93º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E9E260 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 226 | 96 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.09 |
| HSL | 56.93º | 0.76% | 0.65% | - |
| HSV(B) | 56.93º | 0.59% | 0.91% | - |
| XYZ | 62.91 | 72.56 | 21.76 | - |
| YUV | 213.27 | 61.82 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 226 | 96 | 0 | 0.03 | 0.59 | 0.09 | 56.93 | 0.76 | 0.65 |
| Hex | E9 | E2 | 60 | 0 | 3 | 3B | 9 | 39 | 4C | 41 |
| Octal | 351 | 342 | 140 | 0 | 3 | 73 | 11 | 71 | 114 | 101 |
| Binary | 11101001 | 11100010 | 1100000 | 0 | 11 | 111011 | 1001 | 111001 | 1001100 | 1000001 |
Color Harmonies of #E9E260
Complementary color
Monochromatic Colors of #E9E260
Black with #E9E260
Text Example
Text Example
White with #E9E260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E260; }
p { color: rgb(233,226,96); }
H1.HeaderClassName
{
color: #E9E260;
}
.AnyTagClassName
{
color: #E9E260;
}
</style>
background-color css
<style>
a { background-color: #E9E260; }
a { background-color: rgb(233,226,96); }
div.DivClassName
{
background-color: #E9E260;
}
.BgClassName
{
background-color: #E9E260;
}
</style>
border-color css
<style>
span { border-color: #E9E260; }
span { border-color: rgb(233,226,96); }
td.TdClassName
{
border-color: #E9E260;
}
.TagClassName
{
border-color: #E9E260;
}
</style>