Shades of Manz #E1E34F
Tints of Manz #E1E34F
RGB
CMYK
RGB Variations
Color information
#E1E34F (or 0xE1E34F) is known color: Manz. HEX triplet: E1, E3 and 4F. RGB value is (225,227,79). Sum of RGB (Red+Green+Blue) = 225+227+79=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 79 (31.25% from 255 or 14.88% from 531); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E34F is #1E1CB0. Grayscale: #D2D2D2. Windows color (decimal): -1973425 or 5235681. OLE color: 5235681.
HSL color Cylindrical-coordinate representation of color #E1E34F: hue angle of 60.81º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E1E34F is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 227 | 79 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.11 |
| HSL | 60.81º | 0.73% | 0.6% | - |
| HSV(B) | 60.81º | 0.65% | 0.89% | - |
| XYZ | 59.93 | 71.51 | 18.04 | - |
| YUV | 209.53 | 54.34 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 227 | 79 | 0.01 | 0 | 0.65 | 0.11 | 60.81 | 0.73 | 0.6 |
| Hex | E1 | E3 | 4F | 1 | 0 | 41 | B | 3D | 49 | 3C |
| Octal | 341 | 343 | 117 | 1 | 0 | 101 | 13 | 75 | 111 | 74 |
| Binary | 11100001 | 11100011 | 1001111 | 1 | 0 | 1000001 | 1011 | 111101 | 1001001 | 111100 |
Color Harmonies of #E1E34F
Complementary color
Monochromatic Colors of #E1E34F
Black with #E1E34F
Text Example
Text Example
White with #E1E34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E34F; }
p { color: rgb(225,227,79); }
H1.HeaderClassName
{
color: #E1E34F;
}
.AnyTagClassName
{
color: #E1E34F;
}
</style>
background-color css
<style>
a { background-color: #E1E34F; }
a { background-color: rgb(225,227,79); }
div.DivClassName
{
background-color: #E1E34F;
}
.BgClassName
{
background-color: #E1E34F;
}
</style>
border-color css
<style>
span { border-color: #E1E34F; }
span { border-color: rgb(225,227,79); }
td.TdClassName
{
border-color: #E1E34F;
}
.TagClassName
{
border-color: #E1E34F;
}
</style>