Shades of Manz #E9DC52
Tints of Manz #E9DC52
RGB
CMYK
RGB Variations
Color information
#E9DC52 (or 0xE9DC52) is known color: Manz. HEX triplet: E9, DC and 52. RGB value is (233,220,82). Sum of RGB (Red+Green+Blue) = 233+220+82=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 82 (32.42% from 255 or 15.33% from 535); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DC52 is #1623AD. Grayscale: #D0D0D0. Windows color (decimal): -1450926 or 5430505. OLE color: 5430505.
HSL color Cylindrical-coordinate representation of color #E9DC52: hue angle of 54.83º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E9DC52 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 82 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.09 |
| HSL | 54.83º | 0.77% | 0.62% | - |
| HSV(B) | 54.83º | 0.65% | 0.91% | - |
| XYZ | 60.72 | 69.12 | 18.12 | - |
| YUV | 208.16 | 56.81 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 82 | 0 | 0.06 | 0.65 | 0.09 | 54.83 | 0.77 | 0.62 |
| Hex | E9 | DC | 52 | 0 | 6 | 41 | 9 | 37 | 4D | 3E |
| Octal | 351 | 334 | 122 | 0 | 6 | 101 | 11 | 67 | 115 | 76 |
| Binary | 11101001 | 11011100 | 1010010 | 0 | 110 | 1000001 | 1001 | 110111 | 1001101 | 111110 |
Color Harmonies of #E9DC52
Complementary color
Monochromatic Colors of #E9DC52
Black with #E9DC52
Text Example
Text Example
White with #E9DC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC52; }
p { color: rgb(233,220,82); }
H1.HeaderClassName
{
color: #E9DC52;
}
.AnyTagClassName
{
color: #E9DC52;
}
</style>
background-color css
<style>
a { background-color: #E9DC52; }
a { background-color: rgb(233,220,82); }
div.DivClassName
{
background-color: #E9DC52;
}
.BgClassName
{
background-color: #E9DC52;
}
</style>
border-color css
<style>
span { border-color: #E9DC52; }
span { border-color: rgb(233,220,82); }
td.TdClassName
{
border-color: #E9DC52;
}
.TagClassName
{
border-color: #E9DC52;
}
</style>