Shades of Manz #E1D84A
Tints of Manz #E1D84A
RGB
CMYK
RGB Variations
Color information
#E1D84A (or 0xE1D84A) is known color: Manz. HEX triplet: E1, D8 and 4A. RGB value is (225,216,74). Sum of RGB (Red+Green+Blue) = 225+216+74=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D84A is #1E27B5. Grayscale: #CBCBCB. Windows color (decimal): -1976246 or 4905185. OLE color: 4905185.
HSL color Cylindrical-coordinate representation of color #E1D84A: hue angle of 56.42º 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 #E1D84A is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 216 | 74 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.12 |
| HSL | 56.42º | 0.72% | 0.59% | - |
| HSV(B) | 56.42º | 0.67% | 0.88% | - |
| XYZ | 56.84 | 65.61 | 16.15 | - |
| YUV | 202.5 | 55.48 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 216 | 74 | 0 | 0.04 | 0.67 | 0.12 | 56.42 | 0.72 | 0.59 |
| Hex | E1 | D8 | 4A | 0 | 4 | 43 | C | 38 | 48 | 3B |
| Octal | 341 | 330 | 112 | 0 | 4 | 103 | 14 | 70 | 110 | 73 |
| Binary | 11100001 | 11011000 | 1001010 | 0 | 100 | 1000011 | 1100 | 111000 | 1001000 | 111011 |
Color Harmonies of #E1D84A
Complementary color
Monochromatic Colors of #E1D84A
Black with #E1D84A
Text Example
Text Example
White with #E1D84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D84A; }
p { color: rgb(225,216,74); }
H1.HeaderClassName
{
color: #E1D84A;
}
.AnyTagClassName
{
color: #E1D84A;
}
</style>
background-color css
<style>
a { background-color: #E1D84A; }
a { background-color: rgb(225,216,74); }
div.DivClassName
{
background-color: #E1D84A;
}
.BgClassName
{
background-color: #E1D84A;
}
</style>
border-color css
<style>
span { border-color: #E1D84A; }
span { border-color: rgb(225,216,74); }
td.TdClassName
{
border-color: #E1D84A;
}
.TagClassName
{
border-color: #E1D84A;
}
</style>