Shades of Manz #E1D34F
Tints of Manz #E1D34F
RGB
CMYK
RGB Variations
Color information
#E1D34F (or 0xE1D34F) is known color: Manz. HEX triplet: E1, D3 and 4F. RGB value is (225,211,79). Sum of RGB (Red+Green+Blue) = 225+211+79=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 79 (31.25% from 255 or 15.34% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D34F is #1E2CB0. Grayscale: #C8C8C8. Windows color (decimal): -1977521 or 5231585. OLE color: 5231585.
HSL color Cylindrical-coordinate representation of color #E1D34F: hue angle of 54.25º 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 #E1D34F is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 79 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.12 |
| HSL | 54.25º | 0.71% | 0.6% | - |
| HSV(B) | 54.25º | 0.65% | 0.88% | - |
| XYZ | 55.76 | 63.16 | 16.65 | - |
| YUV | 200.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 79 | 0 | 0.06 | 0.65 | 0.12 | 54.25 | 0.71 | 0.6 |
| Hex | E1 | D3 | 4F | 0 | 6 | 41 | C | 36 | 47 | 3C |
| Octal | 341 | 323 | 117 | 0 | 6 | 101 | 14 | 66 | 107 | 74 |
| Binary | 11100001 | 11010011 | 1001111 | 0 | 110 | 1000001 | 1100 | 110110 | 1000111 | 111100 |
Color Harmonies of #E1D34F
Complementary color
Monochromatic Colors of #E1D34F
Black with #E1D34F
Text Example
Text Example
White with #E1D34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D34F; }
p { color: rgb(225,211,79); }
H1.HeaderClassName
{
color: #E1D34F;
}
.AnyTagClassName
{
color: #E1D34F;
}
</style>
background-color css
<style>
a { background-color: #E1D34F; }
a { background-color: rgb(225,211,79); }
div.DivClassName
{
background-color: #E1D34F;
}
.BgClassName
{
background-color: #E1D34F;
}
</style>
border-color css
<style>
span { border-color: #E1D34F; }
span { border-color: rgb(225,211,79); }
td.TdClassName
{
border-color: #E1D34F;
}
.TagClassName
{
border-color: #E1D34F;
}
</style>