Shades of Manz #E5E061
Tints of Manz #E5E061
RGB
CMYK
RGB Variations
Color information
#E5E061 (or 0xE5E061) is known color: Manz. HEX triplet: E5, E0 and 61. RGB value is (229,224,97). Sum of RGB (Red+Green+Blue) = 229+224+97=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 97 (38.28% from 255 or 17.64% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E061 is #1A1F9E. Grayscale: #D3D3D3. Windows color (decimal): -1712031 or 6414565. OLE color: 6414565.
HSL color Cylindrical-coordinate representation of color #E5E061: hue angle of 57.73º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5E061 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 97 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.10 |
| HSL | 57.73º | 0.72% | 0.64% | - |
| HSV(B) | 57.73º | 0.58% | 0.9% | - |
| XYZ | 61.13 | 70.83 | 21.76 | - |
| YUV | 211.02 | 63.66 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 97 | 0 | 0.02 | 0.58 | 0.10 | 57.73 | 0.72 | 0.64 |
| Hex | E5 | E0 | 61 | 0 | 2 | 3A | A | 3A | 48 | 40 |
| Octal | 345 | 340 | 141 | 0 | 2 | 72 | 12 | 72 | 110 | 100 |
| Binary | 11100101 | 11100000 | 1100001 | 0 | 10 | 111010 | 1010 | 111010 | 1001000 | 1000000 |
Color Harmonies of #E5E061
Complementary color
Monochromatic Colors of #E5E061
Black with #E5E061
Text Example
Text Example
White with #E5E061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E061; }
p { color: rgb(229,224,97); }
H1.HeaderClassName
{
color: #E5E061;
}
.AnyTagClassName
{
color: #E5E061;
}
</style>
background-color css
<style>
a { background-color: #E5E061; }
a { background-color: rgb(229,224,97); }
div.DivClassName
{
background-color: #E5E061;
}
.BgClassName
{
background-color: #E5E061;
}
</style>
border-color css
<style>
span { border-color: #E5E061; }
span { border-color: rgb(229,224,97); }
td.TdClassName
{
border-color: #E5E061;
}
.TagClassName
{
border-color: #E5E061;
}
</style>