Shades of Manz #E2DE4D
Tints of Manz #E2DE4D
RGB
CMYK
RGB Variations
Color information
#E2DE4D (or 0xE2DE4D) is known color: Manz. HEX triplet: E2, DE and 4D. RGB value is (226,222,77). Sum of RGB (Red+Green+Blue) = 226+222+77=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 77 (30.47% from 255 or 14.67% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DE4D is #1D21B2. Grayscale: #CFCFCF. Windows color (decimal): -1909171 or 5103330. OLE color: 5103330.
HSL color Cylindrical-coordinate representation of color #E2DE4D: hue angle of 58.39º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2DE4D is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 222 | 77 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.11 |
| HSL | 58.39º | 0.72% | 0.59% | - |
| HSV(B) | 58.39º | 0.66% | 0.89% | - |
| XYZ | 58.82 | 68.95 | 17.23 | - |
| YUV | 206.67 | 54.83 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 222 | 77 | 0 | 0.02 | 0.66 | 0.11 | 58.39 | 0.72 | 0.59 |
| Hex | E2 | DE | 4D | 0 | 2 | 42 | B | 3A | 48 | 3B |
| Octal | 342 | 336 | 115 | 0 | 2 | 102 | 13 | 72 | 110 | 73 |
| Binary | 11100010 | 11011110 | 1001101 | 0 | 10 | 1000010 | 1011 | 111010 | 1001000 | 111011 |
Color Harmonies of #E2DE4D
Complementary color
Monochromatic Colors of #E2DE4D
Black with #E2DE4D
Text Example
Text Example
White with #E2DE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DE4D; }
p { color: rgb(226,222,77); }
H1.HeaderClassName
{
color: #E2DE4D;
}
.AnyTagClassName
{
color: #E2DE4D;
}
</style>
background-color css
<style>
a { background-color: #E2DE4D; }
a { background-color: rgb(226,222,77); }
div.DivClassName
{
background-color: #E2DE4D;
}
.BgClassName
{
background-color: #E2DE4D;
}
</style>
border-color css
<style>
span { border-color: #E2DE4D; }
span { border-color: rgb(226,222,77); }
td.TdClassName
{
border-color: #E2DE4D;
}
.TagClassName
{
border-color: #E2DE4D;
}
</style>