Shades of Manz #E1EB4D
Tints of Manz #E1EB4D
RGB
CMYK
RGB Variations
Color information
#E1EB4D (or 0xE1EB4D) is known color: Manz. HEX triplet: E1, EB and 4D. RGB value is (225,235,77). Sum of RGB (Red+Green+Blue) = 225+235+77=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 77 (30.47% from 255 or 14.34% from 537); Max value from RGB is 235 - color contains mainly: green. Hex color #E1EB4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1EB4D is #1E14B2. Grayscale: #D6D6D6. Windows color (decimal): -1971379 or 5106657. OLE color: 5106657.
HSL color Cylindrical-coordinate representation of color #E1EB4D: hue angle of 63.8º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1EB4D is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 235 | 77 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.08 |
| HSL | 63.8º | 0.8% | 0.61% | - |
| HSV(B) | 63.8º | 0.67% | 0.92% | - |
| XYZ | 62.1 | 75.96 | 18.41 | - |
| YUV | 214 | 50.69 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 235 | 77 | 0.04 | 0 | 0.67 | 0.08 | 63.8 | 0.8 | 0.61 |
| Hex | E1 | EB | 4D | 4 | 0 | 43 | 8 | 40 | 50 | 3D |
| Octal | 341 | 353 | 115 | 4 | 0 | 103 | 10 | 100 | 120 | 75 |
| Binary | 11100001 | 11101011 | 1001101 | 100 | 0 | 1000011 | 1000 | 1000000 | 1010000 | 111101 |
Color Harmonies of #E1EB4D
Complementary color
Monochromatic Colors of #E1EB4D
Black with #E1EB4D
Text Example
Text Example
White with #E1EB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EB4D; }
p { color: rgb(225,235,77); }
H1.HeaderClassName
{
color: #E1EB4D;
}
.AnyTagClassName
{
color: #E1EB4D;
}
</style>
background-color css
<style>
a { background-color: #E1EB4D; }
a { background-color: rgb(225,235,77); }
div.DivClassName
{
background-color: #E1EB4D;
}
.BgClassName
{
background-color: #E1EB4D;
}
</style>
border-color css
<style>
span { border-color: #E1EB4D; }
span { border-color: rgb(225,235,77); }
td.TdClassName
{
border-color: #E1EB4D;
}
.TagClassName
{
border-color: #E1EB4D;
}
</style>