Shades of Manz #E5E455
Tints of Manz #E5E455
RGB
CMYK
RGB Variations
Color information
#E5E455 (or 0xE5E455) is known color: Manz. HEX triplet: E5, E4 and 55. RGB value is (229,228,85). Sum of RGB (Red+Green+Blue) = 229+228+85=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 85 (33.59% from 255 or 15.68% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E455 is #1A1BAA. Grayscale: #D4D4D4. Windows color (decimal): -1711019 or 5629157. OLE color: 5629157.
HSL color Cylindrical-coordinate representation of color #E5E455: hue angle of 59.58º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5E455 is Cyan = 0, Magento = 0.00, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 228 | 85 | - |
| CMYK | 0 | 0.00 | 0.63 | 0.10 |
| HSL | 59.58º | 0.73% | 0.62% | - |
| HSV(B) | 59.58º | 0.63% | 0.9% | - |
| XYZ | 61.7 | 72.8 | 19.39 | - |
| YUV | 212 | 56.33 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 228 | 85 | 0 | 0.00 | 0.63 | 0.10 | 59.58 | 0.73 | 0.62 |
| Hex | E5 | E4 | 55 | 0 | 0 | 3F | A | 3C | 49 | 3E |
| Octal | 345 | 344 | 125 | 0 | 0 | 77 | 12 | 74 | 111 | 76 |
| Binary | 11100101 | 11100100 | 1010101 | 0 | 0 | 111111 | 1010 | 111100 | 1001001 | 111110 |
Color Harmonies of #E5E455
Complementary color
Monochromatic Colors of #E5E455
Black with #E5E455
Text Example
Text Example
White with #E5E455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E455; }
p { color: rgb(229,228,85); }
H1.HeaderClassName
{
color: #E5E455;
}
.AnyTagClassName
{
color: #E5E455;
}
</style>
background-color css
<style>
a { background-color: #E5E455; }
a { background-color: rgb(229,228,85); }
div.DivClassName
{
background-color: #E5E455;
}
.BgClassName
{
background-color: #E5E455;
}
</style>
border-color css
<style>
span { border-color: #E5E455; }
span { border-color: rgb(229,228,85); }
td.TdClassName
{
border-color: #E5E455;
}
.TagClassName
{
border-color: #E5E455;
}
</style>