Shades of Manz #E1D84F
Tints of Manz #E1D84F
RGB
CMYK
RGB Variations
Color information
#E1D84F (or 0xE1D84F) is known color: Manz. HEX triplet: E1, D8 and 4F. RGB value is (225,216,79). Sum of RGB (Red+Green+Blue) = 225+216+79=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 79 (31.25% from 255 or 15.19% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D84F is #1E27B0. Grayscale: #CBCBCB. Windows color (decimal): -1976241 or 5232865. OLE color: 5232865.
HSL color Cylindrical-coordinate representation of color #E1D84F: hue angle of 56.3º 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 #E1D84F is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 216 | 79 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.12 |
| HSL | 56.3º | 0.71% | 0.6% | - |
| HSV(B) | 56.3º | 0.65% | 0.88% | - |
| XYZ | 57.02 | 65.68 | 17.07 | - |
| YUV | 203.07 | 57.98 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 216 | 79 | 0 | 0.04 | 0.65 | 0.12 | 56.3 | 0.71 | 0.6 |
| Hex | E1 | D8 | 4F | 0 | 4 | 41 | C | 38 | 47 | 3C |
| Octal | 341 | 330 | 117 | 0 | 4 | 101 | 14 | 70 | 107 | 74 |
| Binary | 11100001 | 11011000 | 1001111 | 0 | 100 | 1000001 | 1100 | 111000 | 1000111 | 111100 |
Color Harmonies of #E1D84F
Complementary color
Monochromatic Colors of #E1D84F
Black with #E1D84F
Text Example
Text Example
White with #E1D84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D84F; }
p { color: rgb(225,216,79); }
H1.HeaderClassName
{
color: #E1D84F;
}
.AnyTagClassName
{
color: #E1D84F;
}
</style>
background-color css
<style>
a { background-color: #E1D84F; }
a { background-color: rgb(225,216,79); }
div.DivClassName
{
background-color: #E1D84F;
}
.BgClassName
{
background-color: #E1D84F;
}
</style>
border-color css
<style>
span { border-color: #E1D84F; }
span { border-color: rgb(225,216,79); }
td.TdClassName
{
border-color: #E1D84F;
}
.TagClassName
{
border-color: #E1D84F;
}
</style>