Shades of Manz #E1DB51
Tints of Manz #E1DB51
RGB
CMYK
RGB Variations
Color information
#E1DB51 (or 0xE1DB51) is known color: Manz. HEX triplet: E1, DB and 51. RGB value is (225,219,81). Sum of RGB (Red+Green+Blue) = 225+219+81=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 81 (32.03% from 255 or 15.43% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DB51 is #1E24AE. Grayscale: #CDCDCD. Windows color (decimal): -1975471 or 5364705. OLE color: 5364705.
HSL color Cylindrical-coordinate representation of color #E1DB51: hue angle of 57.5º 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 #E1DB51 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 81 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.12 |
| HSL | 57.5º | 0.71% | 0.6% | - |
| HSV(B) | 57.5º | 0.64% | 0.88% | - |
| XYZ | 57.87 | 67.26 | 17.72 | - |
| YUV | 205.06 | 57.99 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 81 | 0 | 0.03 | 0.64 | 0.12 | 57.5 | 0.71 | 0.6 |
| Hex | E1 | DB | 51 | 0 | 3 | 40 | C | 3A | 47 | 3C |
| Octal | 341 | 333 | 121 | 0 | 3 | 100 | 14 | 72 | 107 | 74 |
| Binary | 11100001 | 11011011 | 1010001 | 0 | 11 | 1000000 | 1100 | 111010 | 1000111 | 111100 |
Color Harmonies of #E1DB51
Complementary color
Monochromatic Colors of #E1DB51
Black with #E1DB51
Text Example
Text Example
White with #E1DB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB51; }
p { color: rgb(225,219,81); }
H1.HeaderClassName
{
color: #E1DB51;
}
.AnyTagClassName
{
color: #E1DB51;
}
</style>
background-color css
<style>
a { background-color: #E1DB51; }
a { background-color: rgb(225,219,81); }
div.DivClassName
{
background-color: #E1DB51;
}
.BgClassName
{
background-color: #E1DB51;
}
</style>
border-color css
<style>
span { border-color: #E1DB51; }
span { border-color: rgb(225,219,81); }
td.TdClassName
{
border-color: #E1DB51;
}
.TagClassName
{
border-color: #E1DB51;
}
</style>