Shades of Manz #E3D552
Tints of Manz #E3D552
RGB
CMYK
RGB Variations
Color information
#E3D552 (or 0xE3D552) is known color: Manz. HEX triplet: E3, D5 and 52. RGB value is (227,213,82). Sum of RGB (Red+Green+Blue) = 227+213+82=522 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.49% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 82 (32.42% from 255 or 15.71% from 522); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D552 is #1C2AAD. Grayscale: #CACACA. Windows color (decimal): -1845934 or 5428707. OLE color: 5428707.
HSL color Cylindrical-coordinate representation of color #E3D552: hue angle of 54.21º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E3D552 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 213 | 82 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.11 |
| HSL | 54.21º | 0.72% | 0.61% | - |
| HSV(B) | 54.21º | 0.64% | 0.89% | - |
| XYZ | 57 | 64.53 | 17.43 | - |
| YUV | 202.25 | 60.14 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 213 | 82 | 0 | 0.06 | 0.64 | 0.11 | 54.21 | 0.72 | 0.61 |
| Hex | E3 | D5 | 52 | 0 | 6 | 40 | B | 36 | 48 | 3D |
| Octal | 343 | 325 | 122 | 0 | 6 | 100 | 13 | 66 | 110 | 75 |
| Binary | 11100011 | 11010101 | 1010010 | 0 | 110 | 1000000 | 1011 | 110110 | 1001000 | 111101 |
Color Harmonies of #E3D552
Complementary color
Monochromatic Colors of #E3D552
Black with #E3D552
Text Example
Text Example
White with #E3D552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D552; }
p { color: rgb(227,213,82); }
H1.HeaderClassName
{
color: #E3D552;
}
.AnyTagClassName
{
color: #E3D552;
}
</style>
background-color css
<style>
a { background-color: #E3D552; }
a { background-color: rgb(227,213,82); }
div.DivClassName
{
background-color: #E3D552;
}
.BgClassName
{
background-color: #E3D552;
}
</style>
border-color css
<style>
span { border-color: #E3D552; }
span { border-color: rgb(227,213,82); }
td.TdClassName
{
border-color: #E3D552;
}
.TagClassName
{
border-color: #E3D552;
}
</style>