Shades of Manz #E3D45B
Tints of Manz #E3D45B
RGB
CMYK
RGB Variations
Color information
#E3D45B (or 0xE3D45B) is known color: Manz. HEX triplet: E3, D4 and 5B. RGB value is (227,212,91). Sum of RGB (Red+Green+Blue) = 227+212+91=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 91 (35.94% from 255 or 17.17% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D45B is #1C2BA4. Grayscale: #CBCBCB. Windows color (decimal): -1846181 or 6018275. OLE color: 6018275.
HSL color Cylindrical-coordinate representation of color #E3D45B: hue angle of 53.38º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E3D45B is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 212 | 91 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.11 |
| HSL | 53.38º | 0.71% | 0.62% | - |
| HSV(B) | 53.38º | 0.6% | 0.89% | - |
| XYZ | 57.11 | 64.17 | 19.27 | - |
| YUV | 202.69 | 64.97 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 212 | 91 | 0 | 0.07 | 0.60 | 0.11 | 53.38 | 0.71 | 0.62 |
| Hex | E3 | D4 | 5B | 0 | 7 | 3C | B | 35 | 47 | 3E |
| Octal | 343 | 324 | 133 | 0 | 7 | 74 | 13 | 65 | 107 | 76 |
| Binary | 11100011 | 11010100 | 1011011 | 0 | 111 | 111100 | 1011 | 110101 | 1000111 | 111110 |
Color Harmonies of #E3D45B
Complementary color
Monochromatic Colors of #E3D45B
Black with #E3D45B
Text Example
Text Example
White with #E3D45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D45B; }
p { color: rgb(227,212,91); }
H1.HeaderClassName
{
color: #E3D45B;
}
.AnyTagClassName
{
color: #E3D45B;
}
</style>
background-color css
<style>
a { background-color: #E3D45B; }
a { background-color: rgb(227,212,91); }
div.DivClassName
{
background-color: #E3D45B;
}
.BgClassName
{
background-color: #E3D45B;
}
</style>
border-color css
<style>
span { border-color: #E3D45B; }
span { border-color: rgb(227,212,91); }
td.TdClassName
{
border-color: #E3D45B;
}
.TagClassName
{
border-color: #E3D45B;
}
</style>