Shades of Manz #E1DB4F
Tints of Manz #E1DB4F
RGB
CMYK
RGB Variations
Color information
#E1DB4F (or 0xE1DB4F) is known color: Manz. HEX triplet: E1, DB and 4F. RGB value is (225,219,79). Sum of RGB (Red+Green+Blue) = 225+219+79=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 79 (31.25% from 255 or 15.11% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DB4F is #1E24B0. Grayscale: #CDCDCD. Windows color (decimal): -1975473 or 5233633. OLE color: 5233633.
HSL color Cylindrical-coordinate representation of color #E1DB4F: hue angle of 57.53º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E1DB4F is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 79 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.12 |
| HSL | 57.53º | 0.71% | 0.6% | - |
| HSV(B) | 57.53º | 0.65% | 0.88% | - |
| XYZ | 57.79 | 67.24 | 17.33 | - |
| YUV | 204.83 | 56.99 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 79 | 0 | 0.03 | 0.65 | 0.12 | 57.53 | 0.71 | 0.6 |
| Hex | E1 | DB | 4F | 0 | 3 | 41 | C | 3A | 47 | 3C |
| Octal | 341 | 333 | 117 | 0 | 3 | 101 | 14 | 72 | 107 | 74 |
| Binary | 11100001 | 11011011 | 1001111 | 0 | 11 | 1000001 | 1100 | 111010 | 1000111 | 111100 |
Color Harmonies of #E1DB4F
Complementary color
Monochromatic Colors of #E1DB4F
Black with #E1DB4F
Text Example
Text Example
White with #E1DB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB4F; }
p { color: rgb(225,219,79); }
H1.HeaderClassName
{
color: #E1DB4F;
}
.AnyTagClassName
{
color: #E1DB4F;
}
</style>
background-color css
<style>
a { background-color: #E1DB4F; }
a { background-color: rgb(225,219,79); }
div.DivClassName
{
background-color: #E1DB4F;
}
.BgClassName
{
background-color: #E1DB4F;
}
</style>
border-color css
<style>
span { border-color: #E1DB4F; }
span { border-color: rgb(225,219,79); }
td.TdClassName
{
border-color: #E1DB4F;
}
.TagClassName
{
border-color: #E1DB4F;
}
</style>