Shades of Manz #E1D251
Tints of Manz #E1D251
RGB
CMYK
RGB Variations
Color information
#E1D251 (or 0xE1D251) is known color: Manz. HEX triplet: E1, D2 and 51. RGB value is (225,210,81). Sum of RGB (Red+Green+Blue) = 225+210+81=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 81 (32.03% from 255 or 15.70% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D251 is #1E2DAE. Grayscale: #C8C8C8. Windows color (decimal): -1977775 or 5362401. OLE color: 5362401.
HSL color Cylindrical-coordinate representation of color #E1D251: hue angle of 53.75º 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 #E1D251 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 81 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.12 |
| HSL | 53.75º | 0.71% | 0.6% | - |
| HSV(B) | 53.75º | 0.64% | 0.88% | - |
| XYZ | 55.58 | 62.69 | 16.96 | - |
| YUV | 199.78 | 60.97 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 81 | 0 | 0.07 | 0.64 | 0.12 | 53.75 | 0.71 | 0.6 |
| Hex | E1 | D2 | 51 | 0 | 7 | 40 | C | 36 | 47 | 3C |
| Octal | 341 | 322 | 121 | 0 | 7 | 100 | 14 | 66 | 107 | 74 |
| Binary | 11100001 | 11010010 | 1010001 | 0 | 111 | 1000000 | 1100 | 110110 | 1000111 | 111100 |
Color Harmonies of #E1D251
Complementary color
Monochromatic Colors of #E1D251
Black with #E1D251
Text Example
Text Example
White with #E1D251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D251; }
p { color: rgb(225,210,81); }
H1.HeaderClassName
{
color: #E1D251;
}
.AnyTagClassName
{
color: #E1D251;
}
</style>
background-color css
<style>
a { background-color: #E1D251; }
a { background-color: rgb(225,210,81); }
div.DivClassName
{
background-color: #E1D251;
}
.BgClassName
{
background-color: #E1D251;
}
</style>
border-color css
<style>
span { border-color: #E1D251; }
span { border-color: rgb(225,210,81); }
td.TdClassName
{
border-color: #E1D251;
}
.TagClassName
{
border-color: #E1D251;
}
</style>