Shades of Manz #E2DC4B
Tints of Manz #E2DC4B
RGB
CMYK
RGB Variations
Color information
#E2DC4B (or 0xE2DC4B) is known color: Manz. HEX triplet: E2, DC and 4B. RGB value is (226,220,75). Sum of RGB (Red+Green+Blue) = 226+220+75=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 75 (29.69% from 255 or 14.40% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DC4B is #1D23B4. Grayscale: #CDCDCD. Windows color (decimal): -1909685 or 4971746. OLE color: 4971746.
HSL color Cylindrical-coordinate representation of color #E2DC4B: hue angle of 57.62º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2DC4B is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 220 | 75 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.11 |
| HSL | 57.62º | 0.72% | 0.59% | - |
| HSV(B) | 57.62º | 0.67% | 0.89% | - |
| XYZ | 58.23 | 67.86 | 16.69 | - |
| YUV | 205.26 | 54.49 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 220 | 75 | 0 | 0.03 | 0.67 | 0.11 | 57.62 | 0.72 | 0.59 |
| Hex | E2 | DC | 4B | 0 | 3 | 43 | B | 3A | 48 | 3B |
| Octal | 342 | 334 | 113 | 0 | 3 | 103 | 13 | 72 | 110 | 73 |
| Binary | 11100010 | 11011100 | 1001011 | 0 | 11 | 1000011 | 1011 | 111010 | 1001000 | 111011 |
Color Harmonies of #E2DC4B
Complementary color
Monochromatic Colors of #E2DC4B
Black with #E2DC4B
Text Example
Text Example
White with #E2DC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DC4B; }
p { color: rgb(226,220,75); }
H1.HeaderClassName
{
color: #E2DC4B;
}
.AnyTagClassName
{
color: #E2DC4B;
}
</style>
background-color css
<style>
a { background-color: #E2DC4B; }
a { background-color: rgb(226,220,75); }
div.DivClassName
{
background-color: #E2DC4B;
}
.BgClassName
{
background-color: #E2DC4B;
}
</style>
border-color css
<style>
span { border-color: #E2DC4B; }
span { border-color: rgb(226,220,75); }
td.TdClassName
{
border-color: #E2DC4B;
}
.TagClassName
{
border-color: #E2DC4B;
}
</style>