Shades of Manz #E2D653
Tints of Manz #E2D653
RGB
CMYK
RGB Variations
Color information
#E2D653 (or 0xE2D653) is known color: Manz. HEX triplet: E2, D6 and 53. RGB value is (226,214,83). Sum of RGB (Red+Green+Blue) = 226+214+83=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 83 (32.81% from 255 or 15.87% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D653 is #1D29AC. Grayscale: #CBCBCB. Windows color (decimal): -1911213 or 5494498. OLE color: 5494498.
HSL color Cylindrical-coordinate representation of color #E2D653: hue angle of 54.97º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E2D653 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 83 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.11 |
| HSL | 54.97º | 0.71% | 0.61% | - |
| HSV(B) | 54.97º | 0.63% | 0.89% | - |
| XYZ | 56.97 | 64.89 | 17.71 | - |
| YUV | 202.65 | 60.48 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 83 | 0 | 0.05 | 0.63 | 0.11 | 54.97 | 0.71 | 0.61 |
| Hex | E2 | D6 | 53 | 0 | 5 | 3F | B | 37 | 47 | 3D |
| Octal | 342 | 326 | 123 | 0 | 5 | 77 | 13 | 67 | 107 | 75 |
| Binary | 11100010 | 11010110 | 1010011 | 0 | 101 | 111111 | 1011 | 110111 | 1000111 | 111101 |
Color Harmonies of #E2D653
Complementary color
Monochromatic Colors of #E2D653
Black with #E2D653
Text Example
Text Example
White with #E2D653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D653; }
p { color: rgb(226,214,83); }
H1.HeaderClassName
{
color: #E2D653;
}
.AnyTagClassName
{
color: #E2D653;
}
</style>
background-color css
<style>
a { background-color: #E2D653; }
a { background-color: rgb(226,214,83); }
div.DivClassName
{
background-color: #E2D653;
}
.BgClassName
{
background-color: #E2D653;
}
</style>
border-color css
<style>
span { border-color: #E2D653; }
span { border-color: rgb(226,214,83); }
td.TdClassName
{
border-color: #E2D653;
}
.TagClassName
{
border-color: #E2D653;
}
</style>