Shades of Manz #E1D150
Tints of Manz #E1D150
RGB
CMYK
RGB Variations
Color information
#E1D150 (or 0xE1D150) is known color: Manz. HEX triplet: E1, D1 and 50. RGB value is (225,209,80). Sum of RGB (Red+Green+Blue) = 225+209+80=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D150 is #1E2EAF. Grayscale: #C7C7C7. Windows color (decimal): -1978032 or 5296609. OLE color: 5296609.
HSL color Cylindrical-coordinate representation of color #E1D150: hue angle of 53.38º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1D150 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 209 | 80 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.12 |
| HSL | 53.38º | 0.71% | 0.6% | - |
| HSV(B) | 53.38º | 0.64% | 0.88% | - |
| XYZ | 55.3 | 62.19 | 16.68 | - |
| YUV | 199.08 | 60.8 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 209 | 80 | 0 | 0.07 | 0.64 | 0.12 | 53.38 | 0.71 | 0.6 |
| Hex | E1 | D1 | 50 | 0 | 7 | 40 | C | 35 | 47 | 3C |
| Octal | 341 | 321 | 120 | 0 | 7 | 100 | 14 | 65 | 107 | 74 |
| Binary | 11100001 | 11010001 | 1010000 | 0 | 111 | 1000000 | 1100 | 110101 | 1000111 | 111100 |
Color Harmonies of #E1D150
Complementary color
Monochromatic Colors of #E1D150
Black with #E1D150
Text Example
Text Example
White with #E1D150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D150; }
p { color: rgb(225,209,80); }
H1.HeaderClassName
{
color: #E1D150;
}
.AnyTagClassName
{
color: #E1D150;
}
</style>
background-color css
<style>
a { background-color: #E1D150; }
a { background-color: rgb(225,209,80); }
div.DivClassName
{
background-color: #E1D150;
}
.BgClassName
{
background-color: #E1D150;
}
</style>
border-color css
<style>
span { border-color: #E1D150; }
span { border-color: rgb(225,209,80); }
td.TdClassName
{
border-color: #E1D150;
}
.TagClassName
{
border-color: #E1D150;
}
</style>