Shades of Manz #E1E54D
Tints of Manz #E1E54D
RGB
CMYK
RGB Variations
Color information
#E1E54D (or 0xE1E54D) is known color: Manz. HEX triplet: E1, E5 and 4D. RGB value is (225,229,77). Sum of RGB (Red+Green+Blue) = 225+229+77=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 77 (30.47% from 255 or 14.50% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E54D is #1E1AB2. Grayscale: #D3D3D3. Windows color (decimal): -1972915 or 5105121. OLE color: 5105121.
HSL color Cylindrical-coordinate representation of color #E1E54D: hue angle of 61.58º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1E54D is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 229 | 77 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.10 |
| HSL | 61.58º | 0.75% | 0.6% | - |
| HSV(B) | 61.58º | 0.66% | 0.9% | - |
| XYZ | 60.41 | 72.58 | 17.85 | - |
| YUV | 210.48 | 52.67 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 229 | 77 | 0.02 | 0 | 0.66 | 0.10 | 61.58 | 0.75 | 0.6 |
| Hex | E1 | E5 | 4D | 2 | 0 | 42 | A | 3E | 4B | 3C |
| Octal | 341 | 345 | 115 | 2 | 0 | 102 | 12 | 76 | 113 | 74 |
| Binary | 11100001 | 11100101 | 1001101 | 10 | 0 | 1000010 | 1010 | 111110 | 1001011 | 111100 |
Color Harmonies of #E1E54D
Complementary color
Monochromatic Colors of #E1E54D
Black with #E1E54D
Text Example
Text Example
White with #E1E54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E54D; }
p { color: rgb(225,229,77); }
H1.HeaderClassName
{
color: #E1E54D;
}
.AnyTagClassName
{
color: #E1E54D;
}
</style>
background-color css
<style>
a { background-color: #E1E54D; }
a { background-color: rgb(225,229,77); }
div.DivClassName
{
background-color: #E1E54D;
}
.BgClassName
{
background-color: #E1E54D;
}
</style>
border-color css
<style>
span { border-color: #E1E54D; }
span { border-color: rgb(225,229,77); }
td.TdClassName
{
border-color: #E1E54D;
}
.TagClassName
{
border-color: #E1E54D;
}
</style>