Shades of Manz #E1E04D
Tints of Manz #E1E04D
RGB
CMYK
RGB Variations
Color information
#E1E04D (or 0xE1E04D) is known color: Manz. HEX triplet: E1, E0 and 4D. RGB value is (225,224,77). Sum of RGB (Red+Green+Blue) = 225+224+77=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 77 (30.47% from 255 or 14.64% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E04D is #1E1FB2. Grayscale: #D0D0D0. Windows color (decimal): -1974195 or 5103841. OLE color: 5103841.
HSL color Cylindrical-coordinate representation of color #E1E04D: hue angle of 59.59º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1E04D is Cyan = 0, Magento = 0.00, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 77 | - |
| CMYK | 0 | 0.00 | 0.66 | 0.12 |
| HSL | 59.59º | 0.71% | 0.59% | - |
| HSV(B) | 59.59º | 0.66% | 0.88% | - |
| XYZ | 59.05 | 69.85 | 17.39 | - |
| YUV | 207.54 | 54.33 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 77 | 0 | 0.00 | 0.66 | 0.12 | 59.59 | 0.71 | 0.59 |
| Hex | E1 | E0 | 4D | 0 | 0 | 42 | C | 3C | 47 | 3B |
| Octal | 341 | 340 | 115 | 0 | 0 | 102 | 14 | 74 | 107 | 73 |
| Binary | 11100001 | 11100000 | 1001101 | 0 | 0 | 1000010 | 1100 | 111100 | 1000111 | 111011 |
Color Harmonies of #E1E04D
Complementary color
Monochromatic Colors of #E1E04D
Black with #E1E04D
Text Example
Text Example
White with #E1E04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E04D; }
p { color: rgb(225,224,77); }
H1.HeaderClassName
{
color: #E1E04D;
}
.AnyTagClassName
{
color: #E1E04D;
}
</style>
background-color css
<style>
a { background-color: #E1E04D; }
a { background-color: rgb(225,224,77); }
div.DivClassName
{
background-color: #E1E04D;
}
.BgClassName
{
background-color: #E1E04D;
}
</style>
border-color css
<style>
span { border-color: #E1E04D; }
span { border-color: rgb(225,224,77); }
td.TdClassName
{
border-color: #E1E04D;
}
.TagClassName
{
border-color: #E1E04D;
}
</style>