Shades of Manz #E1E14A
Tints of Manz #E1E14A
RGB
CMYK
RGB Variations
Color information
#E1E14A (or 0xE1E14A) is known color: Manz. HEX triplet: E1, E1 and 4A. RGB value is (225,225,74). Sum of RGB (Red+Green+Blue) = 225+225+74=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 74 (29.30% from 255 or 14.12% from 524); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E14A is #1E1EB5. Grayscale: #D0D0D0. Windows color (decimal): -1973942 or 4907489. OLE color: 4907489.
HSL color Cylindrical-coordinate representation of color #E1E14A: hue angle of 60º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1E14A is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 225 | 74 | - |
| CMYK | 0 | 0 | 0.67 | 0.12 |
| HSL | 60º | 0.72% | 0.59% | - |
| HSV(B) | 60º | 0.67% | 0.88% | - |
| XYZ | 59.21 | 70.35 | 16.94 | - |
| YUV | 207.79 | 52.5 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 225 | 74 | 0 | 0 | 0.67 | 0.12 | 60 | 0.72 | 0.59 |
| Hex | E1 | E1 | 4A | 0 | 0 | 43 | C | 3C | 48 | 3B |
| Octal | 341 | 341 | 112 | 0 | 0 | 103 | 14 | 74 | 110 | 73 |
| Binary | 11100001 | 11100001 | 1001010 | 0 | 0 | 1000011 | 1100 | 111100 | 1001000 | 111011 |
Color Harmonies of #E1E14A
Complementary color
Monochromatic Colors of #E1E14A
Black with #E1E14A
Text Example
Text Example
White with #E1E14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E14A; }
p { color: rgb(225,225,74); }
H1.HeaderClassName
{
color: #E1E14A;
}
.AnyTagClassName
{
color: #E1E14A;
}
</style>
background-color css
<style>
a { background-color: #E1E14A; }
a { background-color: rgb(225,225,74); }
div.DivClassName
{
background-color: #E1E14A;
}
.BgClassName
{
background-color: #E1E14A;
}
</style>
border-color css
<style>
span { border-color: #E1E14A; }
span { border-color: rgb(225,225,74); }
td.TdClassName
{
border-color: #E1E14A;
}
.TagClassName
{
border-color: #E1E14A;
}
</style>