Shades of Manz #E8DD49
Tints of Manz #E8DD49
RGB
CMYK
RGB Variations
Color information
#E8DD49 (or 0xE8DD49) is known color: Manz. HEX triplet: E8, DD and 49. RGB value is (232,221,73). Sum of RGB (Red+Green+Blue) = 232+221+73=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 73 (28.91% from 255 or 13.88% from 526); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DD49 is #1722B6. Grayscale: #D0D0D0. Windows color (decimal): -1516215 or 4840936. OLE color: 4840936.
HSL color Cylindrical-coordinate representation of color #E8DD49: hue angle of 55.85º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E8DD49 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 221 | 73 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.09 |
| HSL | 55.85º | 0.78% | 0.6% | - |
| HSV(B) | 55.85º | 0.69% | 0.91% | - |
| XYZ | 60.34 | 69.35 | 16.51 | - |
| YUV | 207.42 | 52.14 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 73 | 0 | 0.05 | 0.69 | 0.09 | 55.85 | 0.78 | 0.6 |
| Hex | E8 | DD | 49 | 0 | 5 | 45 | 9 | 38 | 4E | 3C |
| Octal | 350 | 335 | 111 | 0 | 5 | 105 | 11 | 70 | 116 | 74 |
| Binary | 11101000 | 11011101 | 1001001 | 0 | 101 | 1000101 | 1001 | 111000 | 1001110 | 111100 |
Color Harmonies of #E8DD49
Complementary color
Monochromatic Colors of #E8DD49
Black with #E8DD49
Text Example
Text Example
White with #E8DD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DD49; }
p { color: rgb(232,221,73); }
H1.HeaderClassName
{
color: #E8DD49;
}
.AnyTagClassName
{
color: #E8DD49;
}
</style>
background-color css
<style>
a { background-color: #E8DD49; }
a { background-color: rgb(232,221,73); }
div.DivClassName
{
background-color: #E8DD49;
}
.BgClassName
{
background-color: #E8DD49;
}
</style>
border-color css
<style>
span { border-color: #E8DD49; }
span { border-color: rgb(232,221,73); }
td.TdClassName
{
border-color: #E8DD49;
}
.TagClassName
{
border-color: #E8DD49;
}
</style>