Shades of Manz #E2DD4B
Tints of Manz #E2DD4B
RGB
CMYK
RGB Variations
Color information
#E2DD4B (or 0xE2DD4B) is known color: Manz. HEX triplet: E2, DD and 4B. RGB value is (226,221,75). Sum of RGB (Red+Green+Blue) = 226+221+75=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 75 (29.69% from 255 or 14.37% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DD4B is #1D22B4. Grayscale: #CECECE. Windows color (decimal): -1909429 or 4972002. OLE color: 4972002.
HSL color Cylindrical-coordinate representation of color #E2DD4B: hue angle of 58.01º 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 #E2DD4B is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 75 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.11 |
| HSL | 58.01º | 0.72% | 0.59% | - |
| HSV(B) | 58.01º | 0.67% | 0.89% | - |
| XYZ | 58.49 | 68.39 | 16.77 | - |
| YUV | 205.85 | 54.16 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 75 | 0 | 0.02 | 0.67 | 0.11 | 58.01 | 0.72 | 0.59 |
| Hex | E2 | DD | 4B | 0 | 2 | 43 | B | 3A | 48 | 3B |
| Octal | 342 | 335 | 113 | 0 | 2 | 103 | 13 | 72 | 110 | 73 |
| Binary | 11100010 | 11011101 | 1001011 | 0 | 10 | 1000011 | 1011 | 111010 | 1001000 | 111011 |
Color Harmonies of #E2DD4B
Complementary color
Monochromatic Colors of #E2DD4B
Black with #E2DD4B
Text Example
Text Example
White with #E2DD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD4B; }
p { color: rgb(226,221,75); }
H1.HeaderClassName
{
color: #E2DD4B;
}
.AnyTagClassName
{
color: #E2DD4B;
}
</style>
background-color css
<style>
a { background-color: #E2DD4B; }
a { background-color: rgb(226,221,75); }
div.DivClassName
{
background-color: #E2DD4B;
}
.BgClassName
{
background-color: #E2DD4B;
}
</style>
border-color css
<style>
span { border-color: #E2DD4B; }
span { border-color: rgb(226,221,75); }
td.TdClassName
{
border-color: #E2DD4B;
}
.TagClassName
{
border-color: #E2DD4B;
}
</style>