Shades of Manz #E1D151
Tints of Manz #E1D151
RGB
CMYK
RGB Variations
Color information
#E1D151 (or 0xE1D151) is known color: Manz. HEX triplet: E1, D1 and 51. RGB value is (225,209,81). Sum of RGB (Red+Green+Blue) = 225+209+81=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 81 (32.03% from 255 or 15.73% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D151 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D151 is #1E2EAE. Grayscale: #C7C7C7. Windows color (decimal): -1978031 or 5362145. OLE color: 5362145.
HSL color Cylindrical-coordinate representation of color #E1D151: hue angle of 53.33º 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 #E1D151 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 209 | 81 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.12 |
| HSL | 53.33º | 0.71% | 0.6% | - |
| HSV(B) | 53.33º | 0.64% | 0.88% | - |
| XYZ | 55.34 | 62.2 | 16.87 | - |
| YUV | 199.19 | 61.3 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 209 | 81 | 0 | 0.07 | 0.64 | 0.12 | 53.33 | 0.71 | 0.6 |
| Hex | E1 | D1 | 51 | 0 | 7 | 40 | C | 35 | 47 | 3C |
| Octal | 341 | 321 | 121 | 0 | 7 | 100 | 14 | 65 | 107 | 74 |
| Binary | 11100001 | 11010001 | 1010001 | 0 | 111 | 1000000 | 1100 | 110101 | 1000111 | 111100 |
Color Harmonies of #E1D151
Complementary color
Monochromatic Colors of #E1D151
Black with #E1D151
Text Example
Text Example
White with #E1D151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D151; }
p { color: rgb(225,209,81); }
H1.HeaderClassName
{
color: #E1D151;
}
.AnyTagClassName
{
color: #E1D151;
}
</style>
background-color css
<style>
a { background-color: #E1D151; }
a { background-color: rgb(225,209,81); }
div.DivClassName
{
background-color: #E1D151;
}
.BgClassName
{
background-color: #E1D151;
}
</style>
border-color css
<style>
span { border-color: #E1D151; }
span { border-color: rgb(225,209,81); }
td.TdClassName
{
border-color: #E1D151;
}
.TagClassName
{
border-color: #E1D151;
}
</style>