Shades of Manz #E2DB5C
Tints of Manz #E2DB5C
RGB
CMYK
RGB Variations
Color information
#E2DB5C (or 0xE2DB5C) is known color: Manz. HEX triplet: E2, DB and 5C. RGB value is (226,219,92). Sum of RGB (Red+Green+Blue) = 226+219+92=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 92 (36.33% from 255 or 17.13% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DB5C is #1D24A3. Grayscale: #CFCFCF. Windows color (decimal): -1909924 or 6085602. OLE color: 6085602.
HSL color Cylindrical-coordinate representation of color #E2DB5C: hue angle of 56.87º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2DB5C is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 92 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.11 |
| HSL | 56.87º | 0.7% | 0.62% | - |
| HSV(B) | 56.87º | 0.59% | 0.89% | - |
| XYZ | 58.63 | 67.6 | 20.08 | - |
| YUV | 206.62 | 63.32 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 92 | 0 | 0.03 | 0.59 | 0.11 | 56.87 | 0.7 | 0.62 |
| Hex | E2 | DB | 5C | 0 | 3 | 3B | B | 39 | 46 | 3E |
| Octal | 342 | 333 | 134 | 0 | 3 | 73 | 13 | 71 | 106 | 76 |
| Binary | 11100010 | 11011011 | 1011100 | 0 | 11 | 111011 | 1011 | 111001 | 1000110 | 111110 |
Color Harmonies of #E2DB5C
Complementary color
Monochromatic Colors of #E2DB5C
Black with #E2DB5C
Text Example
Text Example
White with #E2DB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB5C; }
p { color: rgb(226,219,92); }
H1.HeaderClassName
{
color: #E2DB5C;
}
.AnyTagClassName
{
color: #E2DB5C;
}
</style>
background-color css
<style>
a { background-color: #E2DB5C; }
a { background-color: rgb(226,219,92); }
div.DivClassName
{
background-color: #E2DB5C;
}
.BgClassName
{
background-color: #E2DB5C;
}
</style>
border-color css
<style>
span { border-color: #E2DB5C; }
span { border-color: rgb(226,219,92); }
td.TdClassName
{
border-color: #E2DB5C;
}
.TagClassName
{
border-color: #E2DB5C;
}
</style>