Shades of Manz #E1D74A
Tints of Manz #E1D74A
RGB
CMYK
RGB Variations
Color information
#E1D74A (or 0xE1D74A) is known color: Manz. HEX triplet: E1, D7 and 4A. RGB value is (225,215,74). Sum of RGB (Red+Green+Blue) = 225+215+74=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 74 (29.30% from 255 or 14.40% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D74A is #1E28B5. Grayscale: #CACACA. Windows color (decimal): -1976502 or 4904929. OLE color: 4904929.
HSL color Cylindrical-coordinate representation of color #E1D74A: hue angle of 56.03º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1D74A is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 215 | 74 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.12 |
| HSL | 56.03º | 0.72% | 0.59% | - |
| HSV(B) | 56.03º | 0.67% | 0.88% | - |
| XYZ | 56.59 | 65.1 | 16.06 | - |
| YUV | 201.92 | 55.81 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 215 | 74 | 0 | 0.04 | 0.67 | 0.12 | 56.03 | 0.72 | 0.59 |
| Hex | E1 | D7 | 4A | 0 | 4 | 43 | C | 38 | 48 | 3B |
| Octal | 341 | 327 | 112 | 0 | 4 | 103 | 14 | 70 | 110 | 73 |
| Binary | 11100001 | 11010111 | 1001010 | 0 | 100 | 1000011 | 1100 | 111000 | 1001000 | 111011 |
Color Harmonies of #E1D74A
Complementary color
Monochromatic Colors of #E1D74A
Black with #E1D74A
Text Example
Text Example
White with #E1D74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D74A; }
p { color: rgb(225,215,74); }
H1.HeaderClassName
{
color: #E1D74A;
}
.AnyTagClassName
{
color: #E1D74A;
}
</style>
background-color css
<style>
a { background-color: #E1D74A; }
a { background-color: rgb(225,215,74); }
div.DivClassName
{
background-color: #E1D74A;
}
.BgClassName
{
background-color: #E1D74A;
}
</style>
border-color css
<style>
span { border-color: #E1D74A; }
span { border-color: rgb(225,215,74); }
td.TdClassName
{
border-color: #E1D74A;
}
.TagClassName
{
border-color: #E1D74A;
}
</style>