Shades of Manz #E1D65A
Tints of Manz #E1D65A
RGB
CMYK
RGB Variations
Color information
#E1D65A (or 0xE1D65A) is known color: Manz. HEX triplet: E1, D6 and 5A. RGB value is (225,214,90). Sum of RGB (Red+Green+Blue) = 225+214+90=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 90 (35.55% from 255 or 17.01% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D65A is #1E29A5. Grayscale: #CBCBCB. Windows color (decimal): -1976742 or 5953249. OLE color: 5953249.
HSL color Cylindrical-coordinate representation of color #E1D65A: hue angle of 55.11º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1D65A is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 90 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.12 |
| HSL | 55.11º | 0.69% | 0.62% | - |
| HSV(B) | 55.11º | 0.6% | 0.88% | - |
| XYZ | 56.94 | 64.84 | 19.19 | - |
| YUV | 203.15 | 64.14 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 90 | 0 | 0.05 | 0.60 | 0.12 | 55.11 | 0.69 | 0.62 |
| Hex | E1 | D6 | 5A | 0 | 5 | 3C | C | 37 | 45 | 3E |
| Octal | 341 | 326 | 132 | 0 | 5 | 74 | 14 | 67 | 105 | 76 |
| Binary | 11100001 | 11010110 | 1011010 | 0 | 101 | 111100 | 1100 | 110111 | 1000101 | 111110 |
Color Harmonies of #E1D65A
Complementary color
Monochromatic Colors of #E1D65A
Black with #E1D65A
Text Example
Text Example
White with #E1D65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D65A; }
p { color: rgb(225,214,90); }
H1.HeaderClassName
{
color: #E1D65A;
}
.AnyTagClassName
{
color: #E1D65A;
}
</style>
background-color css
<style>
a { background-color: #E1D65A; }
a { background-color: rgb(225,214,90); }
div.DivClassName
{
background-color: #E1D65A;
}
.BgClassName
{
background-color: #E1D65A;
}
</style>
border-color css
<style>
span { border-color: #E1D65A; }
span { border-color: rgb(225,214,90); }
td.TdClassName
{
border-color: #E1D65A;
}
.TagClassName
{
border-color: #E1D65A;
}
</style>