Shades of Manz #E1DB4D
Tints of Manz #E1DB4D
RGB
CMYK
RGB Variations
Color information
#E1DB4D (or 0xE1DB4D) is known color: Manz. HEX triplet: E1, DB and 4D. RGB value is (225,219,77). Sum of RGB (Red+Green+Blue) = 225+219+77=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 77 (30.47% from 255 or 14.78% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DB4D is #1E24B2. Grayscale: #CDCDCD. Windows color (decimal): -1975475 or 5102561. OLE color: 5102561.
HSL color Cylindrical-coordinate representation of color #E1DB4D: hue angle of 57.57º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1DB4D is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 77 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.12 |
| HSL | 57.57º | 0.71% | 0.59% | - |
| HSV(B) | 57.57º | 0.66% | 0.88% | - |
| XYZ | 57.72 | 67.21 | 16.95 | - |
| YUV | 204.61 | 55.99 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 77 | 0 | 0.03 | 0.66 | 0.12 | 57.57 | 0.71 | 0.59 |
| Hex | E1 | DB | 4D | 0 | 3 | 42 | C | 3A | 47 | 3B |
| Octal | 341 | 333 | 115 | 0 | 3 | 102 | 14 | 72 | 107 | 73 |
| Binary | 11100001 | 11011011 | 1001101 | 0 | 11 | 1000010 | 1100 | 111010 | 1000111 | 111011 |
Color Harmonies of #E1DB4D
Complementary color
Monochromatic Colors of #E1DB4D
Black with #E1DB4D
Text Example
Text Example
White with #E1DB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB4D; }
p { color: rgb(225,219,77); }
H1.HeaderClassName
{
color: #E1DB4D;
}
.AnyTagClassName
{
color: #E1DB4D;
}
</style>
background-color css
<style>
a { background-color: #E1DB4D; }
a { background-color: rgb(225,219,77); }
div.DivClassName
{
background-color: #E1DB4D;
}
.BgClassName
{
background-color: #E1DB4D;
}
</style>
border-color css
<style>
span { border-color: #E1DB4D; }
span { border-color: rgb(225,219,77); }
td.TdClassName
{
border-color: #E1DB4D;
}
.TagClassName
{
border-color: #E1DB4D;
}
</style>