Shades of Manz #E5E955
Tints of Manz #E5E955
RGB
CMYK
RGB Variations
Color information
#E5E955 (or 0xE5E955) is known color: Manz. HEX triplet: E5, E9 and 55. RGB value is (229,233,85). Sum of RGB (Red+Green+Blue) = 229+233+85=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 85 (33.59% from 255 or 15.54% from 547); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E955 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5E955 is #1A16AA. Grayscale: #D7D7D7. Windows color (decimal): -1709739 or 5630437. OLE color: 5630437.
HSL color Cylindrical-coordinate representation of color #E5E955: hue angle of 61.62º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E5E955 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 233 | 85 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.09 |
| HSL | 61.62º | 0.77% | 0.62% | - |
| HSV(B) | 61.62º | 0.64% | 0.91% | - |
| XYZ | 63.09 | 75.59 | 19.86 | - |
| YUV | 214.93 | 54.67 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 85 | 0.02 | 0 | 0.64 | 0.09 | 61.62 | 0.77 | 0.62 |
| Hex | E5 | E9 | 55 | 2 | 0 | 40 | 9 | 3E | 4D | 3E |
| Octal | 345 | 351 | 125 | 2 | 0 | 100 | 11 | 76 | 115 | 76 |
| Binary | 11100101 | 11101001 | 1010101 | 10 | 0 | 1000000 | 1001 | 111110 | 1001101 | 111110 |
Color Harmonies of #E5E955
Complementary color
Monochromatic Colors of #E5E955
Black with #E5E955
Text Example
Text Example
White with #E5E955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E955; }
p { color: rgb(229,233,85); }
H1.HeaderClassName
{
color: #E5E955;
}
.AnyTagClassName
{
color: #E5E955;
}
</style>
background-color css
<style>
a { background-color: #E5E955; }
a { background-color: rgb(229,233,85); }
div.DivClassName
{
background-color: #E5E955;
}
.BgClassName
{
background-color: #E5E955;
}
</style>
border-color css
<style>
span { border-color: #E5E955; }
span { border-color: rgb(229,233,85); }
td.TdClassName
{
border-color: #E5E955;
}
.TagClassName
{
border-color: #E5E955;
}
</style>