Shades of Manz #E1D34E
Tints of Manz #E1D34E
RGB
CMYK
RGB Variations
Color information
#E1D34E (or 0xE1D34E) is known color: Manz. HEX triplet: E1, D3 and 4E. RGB value is (225,211,78). Sum of RGB (Red+Green+Blue) = 225+211+78=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 78 (30.86% from 255 or 15.18% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D34E is #1E2CB1. Grayscale: #C8C8C8. Windows color (decimal): -1977522 or 5166049. OLE color: 5166049.
HSL color Cylindrical-coordinate representation of color #E1D34E: hue angle of 54.29º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E1D34E is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 78 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.12 |
| HSL | 54.29º | 0.71% | 0.59% | - |
| HSV(B) | 54.29º | 0.65% | 0.88% | - |
| XYZ | 55.72 | 63.15 | 16.46 | - |
| YUV | 200.02 | 59.14 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 78 | 0 | 0.06 | 0.65 | 0.12 | 54.29 | 0.71 | 0.59 |
| Hex | E1 | D3 | 4E | 0 | 6 | 41 | C | 36 | 47 | 3B |
| Octal | 341 | 323 | 116 | 0 | 6 | 101 | 14 | 66 | 107 | 73 |
| Binary | 11100001 | 11010011 | 1001110 | 0 | 110 | 1000001 | 1100 | 110110 | 1000111 | 111011 |
Color Harmonies of #E1D34E
Complementary color
Monochromatic Colors of #E1D34E
Black with #E1D34E
Text Example
Text Example
White with #E1D34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D34E; }
p { color: rgb(225,211,78); }
H1.HeaderClassName
{
color: #E1D34E;
}
.AnyTagClassName
{
color: #E1D34E;
}
</style>
background-color css
<style>
a { background-color: #E1D34E; }
a { background-color: rgb(225,211,78); }
div.DivClassName
{
background-color: #E1D34E;
}
.BgClassName
{
background-color: #E1D34E;
}
</style>
border-color css
<style>
span { border-color: #E1D34E; }
span { border-color: rgb(225,211,78); }
td.TdClassName
{
border-color: #E1D34E;
}
.TagClassName
{
border-color: #E1D34E;
}
</style>