Shades of Manz #E1D65B
Tints of Manz #E1D65B
RGB
CMYK
RGB Variations
Color information
#E1D65B (or 0xE1D65B) is known color: Manz. HEX triplet: E1, D6 and 5B. RGB value is (225,214,91). Sum of RGB (Red+Green+Blue) = 225+214+91=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 91 (35.94% from 255 or 17.17% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D65B is #1E29A4. Grayscale: #CBCBCB. Windows color (decimal): -1976741 or 6018785. OLE color: 6018785.
HSL color Cylindrical-coordinate representation of color #E1D65B: hue angle of 55.07º 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 #E1D65B is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 91 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.12 |
| HSL | 55.07º | 0.69% | 0.62% | - |
| HSV(B) | 55.07º | 0.6% | 0.88% | - |
| XYZ | 56.99 | 64.86 | 19.41 | - |
| YUV | 203.27 | 64.64 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 91 | 0 | 0.05 | 0.60 | 0.12 | 55.07 | 0.69 | 0.62 |
| Hex | E1 | D6 | 5B | 0 | 5 | 3C | C | 37 | 45 | 3E |
| Octal | 341 | 326 | 133 | 0 | 5 | 74 | 14 | 67 | 105 | 76 |
| Binary | 11100001 | 11010110 | 1011011 | 0 | 101 | 111100 | 1100 | 110111 | 1000101 | 111110 |
Color Harmonies of #E1D65B
Complementary color
Monochromatic Colors of #E1D65B
Black with #E1D65B
Text Example
Text Example
White with #E1D65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D65B; }
p { color: rgb(225,214,91); }
H1.HeaderClassName
{
color: #E1D65B;
}
.AnyTagClassName
{
color: #E1D65B;
}
</style>
background-color css
<style>
a { background-color: #E1D65B; }
a { background-color: rgb(225,214,91); }
div.DivClassName
{
background-color: #E1D65B;
}
.BgClassName
{
background-color: #E1D65B;
}
</style>
border-color css
<style>
span { border-color: #E1D65B; }
span { border-color: rgb(225,214,91); }
td.TdClassName
{
border-color: #E1D65B;
}
.TagClassName
{
border-color: #E1D65B;
}
</style>