Shades of Manz #E1E949
Tints of Manz #E1E949
RGB
CMYK
RGB Variations
Color information
#E1E949 (or 0xE1E949) is known color: Manz. HEX triplet: E1, E9 and 49. RGB value is (225,233,73). Sum of RGB (Red+Green+Blue) = 225+233+73=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 73 (28.91% from 255 or 13.75% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #E1E949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1E949 is #1E16B6. Grayscale: #D5D5D5. Windows color (decimal): -1971895 or 4844001. OLE color: 4844001.
HSL color Cylindrical-coordinate representation of color #E1E949: hue angle of 63º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E1E949 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 233 | 73 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.09 |
| HSL | 63º | 0.78% | 0.6% | - |
| HSV(B) | 63º | 0.69% | 0.91% | - |
| XYZ | 61.39 | 74.77 | 17.5 | - |
| YUV | 212.37 | 49.35 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 233 | 73 | 0.03 | 0 | 0.69 | 0.09 | 63 | 0.78 | 0.6 |
| Hex | E1 | E9 | 49 | 3 | 0 | 45 | 9 | 3F | 4E | 3C |
| Octal | 341 | 351 | 111 | 3 | 0 | 105 | 11 | 77 | 116 | 74 |
| Binary | 11100001 | 11101001 | 1001001 | 11 | 0 | 1000101 | 1001 | 111111 | 1001110 | 111100 |
Color Harmonies of #E1E949
Complementary color
Monochromatic Colors of #E1E949
Black with #E1E949
Text Example
Text Example
White with #E1E949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E949; }
p { color: rgb(225,233,73); }
H1.HeaderClassName
{
color: #E1E949;
}
.AnyTagClassName
{
color: #E1E949;
}
</style>
background-color css
<style>
a { background-color: #E1E949; }
a { background-color: rgb(225,233,73); }
div.DivClassName
{
background-color: #E1E949;
}
.BgClassName
{
background-color: #E1E949;
}
</style>
border-color css
<style>
span { border-color: #E1E949; }
span { border-color: rgb(225,233,73); }
td.TdClassName
{
border-color: #E1E949;
}
.TagClassName
{
border-color: #E1E949;
}
</style>