Shades of Manz #E3D750
Tints of Manz #E3D750
RGB
CMYK
RGB Variations
Color information
#E3D750 (or 0xE3D750) is known color: Manz. HEX triplet: E3, D7 and 50. RGB value is (227,215,80). Sum of RGB (Red+Green+Blue) = 227+215+80=522 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.49% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 80 (31.64% from 255 or 15.33% from 522); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D750 is #1C28AF. Grayscale: #CBCBCB. Windows color (decimal): -1845424 or 5298147. OLE color: 5298147.
HSL color Cylindrical-coordinate representation of color #E3D750: hue angle of 55.1º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E3D750 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 215 | 80 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.11 |
| HSL | 55.1º | 0.72% | 0.6% | - |
| HSV(B) | 55.1º | 0.65% | 0.89% | - |
| XYZ | 57.43 | 65.51 | 17.21 | - |
| YUV | 203.2 | 58.48 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 215 | 80 | 0 | 0.05 | 0.65 | 0.11 | 55.1 | 0.72 | 0.6 |
| Hex | E3 | D7 | 50 | 0 | 5 | 41 | B | 37 | 48 | 3C |
| Octal | 343 | 327 | 120 | 0 | 5 | 101 | 13 | 67 | 110 | 74 |
| Binary | 11100011 | 11010111 | 1010000 | 0 | 101 | 1000001 | 1011 | 110111 | 1001000 | 111100 |
Color Harmonies of #E3D750
Complementary color
Monochromatic Colors of #E3D750
Black with #E3D750
Text Example
Text Example
White with #E3D750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D750; }
p { color: rgb(227,215,80); }
H1.HeaderClassName
{
color: #E3D750;
}
.AnyTagClassName
{
color: #E3D750;
}
</style>
background-color css
<style>
a { background-color: #E3D750; }
a { background-color: rgb(227,215,80); }
div.DivClassName
{
background-color: #E3D750;
}
.BgClassName
{
background-color: #E3D750;
}
</style>
border-color css
<style>
span { border-color: #E3D750; }
span { border-color: rgb(227,215,80); }
td.TdClassName
{
border-color: #E3D750;
}
.TagClassName
{
border-color: #E3D750;
}
</style>