Shades of Manz #E1D55F
Tints of Manz #E1D55F
RGB
CMYK
RGB Variations
Color information
#E1D55F (or 0xE1D55F) is known color: Manz. HEX triplet: E1, D5 and 5F. RGB value is (225,213,95). Sum of RGB (Red+Green+Blue) = 225+213+95=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 95 (37.5% from 255 or 17.82% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D55F is #1E2AA0. Grayscale: #CBCBCB. Windows color (decimal): -1976993 or 6280673. OLE color: 6280673.
HSL color Cylindrical-coordinate representation of color #E1D55F: hue angle of 54.46º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1D55F is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 95 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.12 |
| HSL | 54.46º | 0.68% | 0.63% | - |
| HSV(B) | 54.46º | 0.58% | 0.88% | - |
| XYZ | 56.91 | 64.42 | 20.26 | - |
| YUV | 203.14 | 66.98 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 95 | 0 | 0.05 | 0.58 | 0.12 | 54.46 | 0.68 | 0.63 |
| Hex | E1 | D5 | 5F | 0 | 5 | 3A | C | 36 | 44 | 3F |
| Octal | 341 | 325 | 137 | 0 | 5 | 72 | 14 | 66 | 104 | 77 |
| Binary | 11100001 | 11010101 | 1011111 | 0 | 101 | 111010 | 1100 | 110110 | 1000100 | 111111 |
Color Harmonies of #E1D55F
Complementary color
Monochromatic Colors of #E1D55F
Black with #E1D55F
Text Example
Text Example
White with #E1D55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D55F; }
p { color: rgb(225,213,95); }
H1.HeaderClassName
{
color: #E1D55F;
}
.AnyTagClassName
{
color: #E1D55F;
}
</style>
background-color css
<style>
a { background-color: #E1D55F; }
a { background-color: rgb(225,213,95); }
div.DivClassName
{
background-color: #E1D55F;
}
.BgClassName
{
background-color: #E1D55F;
}
</style>
border-color css
<style>
span { border-color: #E1D55F; }
span { border-color: rgb(225,213,95); }
td.TdClassName
{
border-color: #E1D55F;
}
.TagClassName
{
border-color: #E1D55F;
}
</style>