Shades of Manz #E1D250
Tints of Manz #E1D250
RGB
CMYK
RGB Variations
Color information
#E1D250 (or 0xE1D250) is known color: Manz. HEX triplet: E1, D2 and 50. RGB value is (225,210,80). Sum of RGB (Red+Green+Blue) = 225+210+80=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D250 is #1E2DAF. Grayscale: #C8C8C8. Windows color (decimal): -1977776 or 5296865. OLE color: 5296865.
HSL color Cylindrical-coordinate representation of color #E1D250: hue angle of 53.79º 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 #E1D250 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 80 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.12 |
| HSL | 53.79º | 0.71% | 0.6% | - |
| HSV(B) | 53.79º | 0.64% | 0.88% | - |
| XYZ | 55.55 | 62.68 | 16.76 | - |
| YUV | 199.67 | 60.47 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 80 | 0 | 0.07 | 0.64 | 0.12 | 53.79 | 0.71 | 0.6 |
| Hex | E1 | D2 | 50 | 0 | 7 | 40 | C | 36 | 47 | 3C |
| Octal | 341 | 322 | 120 | 0 | 7 | 100 | 14 | 66 | 107 | 74 |
| Binary | 11100001 | 11010010 | 1010000 | 0 | 111 | 1000000 | 1100 | 110110 | 1000111 | 111100 |
Color Harmonies of #E1D250
Complementary color
Monochromatic Colors of #E1D250
Black with #E1D250
Text Example
Text Example
White with #E1D250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D250; }
p { color: rgb(225,210,80); }
H1.HeaderClassName
{
color: #E1D250;
}
.AnyTagClassName
{
color: #E1D250;
}
</style>
background-color css
<style>
a { background-color: #E1D250; }
a { background-color: rgb(225,210,80); }
div.DivClassName
{
background-color: #E1D250;
}
.BgClassName
{
background-color: #E1D250;
}
</style>
border-color css
<style>
span { border-color: #E1D250; }
span { border-color: rgb(225,210,80); }
td.TdClassName
{
border-color: #E1D250;
}
.TagClassName
{
border-color: #E1D250;
}
</style>