Shades of Manz #E2DD4A
Tints of Manz #E2DD4A
RGB
CMYK
RGB Variations
Color information
#E2DD4A (or 0xE2DD4A) is known color: Manz. HEX triplet: E2, DD and 4A. RGB value is (226,221,74). Sum of RGB (Red+Green+Blue) = 226+221+74=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 74 (29.30% from 255 or 14.20% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DD4A is #1D22B5. Grayscale: #CECECE. Windows color (decimal): -1909430 or 4906466. OLE color: 4906466.
HSL color Cylindrical-coordinate representation of color #E2DD4A: hue angle of 58.03º 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 #E2DD4A is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 74 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.11 |
| HSL | 58.03º | 0.72% | 0.59% | - |
| HSV(B) | 58.03º | 0.67% | 0.89% | - |
| XYZ | 58.46 | 68.38 | 16.6 | - |
| YUV | 205.74 | 53.66 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 74 | 0 | 0.02 | 0.67 | 0.11 | 58.03 | 0.72 | 0.59 |
| Hex | E2 | DD | 4A | 0 | 2 | 43 | B | 3A | 48 | 3B |
| Octal | 342 | 335 | 112 | 0 | 2 | 103 | 13 | 72 | 110 | 73 |
| Binary | 11100010 | 11011101 | 1001010 | 0 | 10 | 1000011 | 1011 | 111010 | 1001000 | 111011 |
Color Harmonies of #E2DD4A
Complementary color
Monochromatic Colors of #E2DD4A
Black with #E2DD4A
Text Example
Text Example
White with #E2DD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD4A; }
p { color: rgb(226,221,74); }
H1.HeaderClassName
{
color: #E2DD4A;
}
.AnyTagClassName
{
color: #E2DD4A;
}
</style>
background-color css
<style>
a { background-color: #E2DD4A; }
a { background-color: rgb(226,221,74); }
div.DivClassName
{
background-color: #E2DD4A;
}
.BgClassName
{
background-color: #E2DD4A;
}
</style>
border-color css
<style>
span { border-color: #E2DD4A; }
span { border-color: rgb(226,221,74); }
td.TdClassName
{
border-color: #E2DD4A;
}
.TagClassName
{
border-color: #E2DD4A;
}
</style>