Shades of Manz #E5E154
Tints of Manz #E5E154
RGB
CMYK
RGB Variations
Color information
#E5E154 (or 0xE5E154) is known color: Manz. HEX triplet: E5, E1 and 54. RGB value is (229,225,84). Sum of RGB (Red+Green+Blue) = 229+225+84=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 84 (33.20% from 255 or 15.61% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E154 is #1A1EAB. Grayscale: #D2D2D2. Windows color (decimal): -1711788 or 5562853. OLE color: 5562853.
HSL color Cylindrical-coordinate representation of color #E5E154: hue angle of 58.34º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5E154 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 84 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.10 |
| HSL | 58.34º | 0.74% | 0.61% | - |
| HSV(B) | 58.34º | 0.63% | 0.9% | - |
| XYZ | 60.84 | 71.15 | 18.91 | - |
| YUV | 210.12 | 56.83 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 84 | 0 | 0.02 | 0.63 | 0.10 | 58.34 | 0.74 | 0.61 |
| Hex | E5 | E1 | 54 | 0 | 2 | 3F | A | 3A | 4A | 3D |
| Octal | 345 | 341 | 124 | 0 | 2 | 77 | 12 | 72 | 112 | 75 |
| Binary | 11100101 | 11100001 | 1010100 | 0 | 10 | 111111 | 1010 | 111010 | 1001010 | 111101 |
Color Harmonies of #E5E154
Complementary color
Monochromatic Colors of #E5E154
Black with #E5E154
Text Example
Text Example
White with #E5E154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E154; }
p { color: rgb(229,225,84); }
H1.HeaderClassName
{
color: #E5E154;
}
.AnyTagClassName
{
color: #E5E154;
}
</style>
background-color css
<style>
a { background-color: #E5E154; }
a { background-color: rgb(229,225,84); }
div.DivClassName
{
background-color: #E5E154;
}
.BgClassName
{
background-color: #E5E154;
}
</style>
border-color css
<style>
span { border-color: #E5E154; }
span { border-color: rgb(229,225,84); }
td.TdClassName
{
border-color: #E5E154;
}
.TagClassName
{
border-color: #E5E154;
}
</style>