Shades of Manz #E5E35B
Tints of Manz #E5E35B
RGB
CMYK
RGB Variations
Color information
#E5E35B (or 0xE5E35B) is known color: Manz. HEX triplet: E5, E3 and 5B. RGB value is (229,227,91). Sum of RGB (Red+Green+Blue) = 229+227+91=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 91 (35.94% from 255 or 16.64% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E35B is #1A1CA4. Grayscale: #D4D4D4. Windows color (decimal): -1711269 or 6022117. OLE color: 6022117.
HSL color Cylindrical-coordinate representation of color #E5E35B: hue angle of 59.13º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5E35B is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 227 | 91 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.10 |
| HSL | 59.13º | 0.73% | 0.63% | - |
| HSV(B) | 59.13º | 0.6% | 0.9% | - |
| XYZ | 61.67 | 72.35 | 20.61 | - |
| YUV | 212.09 | 59.66 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 227 | 91 | 0 | 0.01 | 0.60 | 0.10 | 59.13 | 0.73 | 0.63 |
| Hex | E5 | E3 | 5B | 0 | 1 | 3C | A | 3B | 49 | 3F |
| Octal | 345 | 343 | 133 | 0 | 1 | 74 | 12 | 73 | 111 | 77 |
| Binary | 11100101 | 11100011 | 1011011 | 0 | 1 | 111100 | 1010 | 111011 | 1001001 | 111111 |
Color Harmonies of #E5E35B
Complementary color
Monochromatic Colors of #E5E35B
Black with #E5E35B
Text Example
Text Example
White with #E5E35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E35B; }
p { color: rgb(229,227,91); }
H1.HeaderClassName
{
color: #E5E35B;
}
.AnyTagClassName
{
color: #E5E35B;
}
</style>
background-color css
<style>
a { background-color: #E5E35B; }
a { background-color: rgb(229,227,91); }
div.DivClassName
{
background-color: #E5E35B;
}
.BgClassName
{
background-color: #E5E35B;
}
</style>
border-color css
<style>
span { border-color: #E5E35B; }
span { border-color: rgb(229,227,91); }
td.TdClassName
{
border-color: #E5E35B;
}
.TagClassName
{
border-color: #E5E35B;
}
</style>