Shades of Manz #E9DC60
Tints of Manz #E9DC60
RGB
CMYK
RGB Variations
Color information
#E9DC60 (or 0xE9DC60) is known color: Manz. HEX triplet: E9, DC and 60. RGB value is (233,220,96). Sum of RGB (Red+Green+Blue) = 233+220+96=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 96 (37.89% from 255 or 17.49% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DC60 is #16239F. Grayscale: #D2D2D2. Windows color (decimal): -1450912 or 6348009. OLE color: 6348009.
HSL color Cylindrical-coordinate representation of color #E9DC60: hue angle of 54.31º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E9DC60 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 96 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.09 |
| HSL | 54.31º | 0.76% | 0.65% | - |
| HSV(B) | 54.31º | 0.59% | 0.91% | - |
| XYZ | 61.31 | 69.35 | 21.22 | - |
| YUV | 209.75 | 63.81 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 96 | 0 | 0.06 | 0.59 | 0.09 | 54.31 | 0.76 | 0.65 |
| Hex | E9 | DC | 60 | 0 | 6 | 3B | 9 | 36 | 4C | 41 |
| Octal | 351 | 334 | 140 | 0 | 6 | 73 | 11 | 66 | 114 | 101 |
| Binary | 11101001 | 11011100 | 1100000 | 0 | 110 | 111011 | 1001 | 110110 | 1001100 | 1000001 |
Color Harmonies of #E9DC60
Complementary color
Monochromatic Colors of #E9DC60
Black with #E9DC60
Text Example
Text Example
White with #E9DC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC60; }
p { color: rgb(233,220,96); }
H1.HeaderClassName
{
color: #E9DC60;
}
.AnyTagClassName
{
color: #E9DC60;
}
</style>
background-color css
<style>
a { background-color: #E9DC60; }
a { background-color: rgb(233,220,96); }
div.DivClassName
{
background-color: #E9DC60;
}
.BgClassName
{
background-color: #E9DC60;
}
</style>
border-color css
<style>
span { border-color: #E9DC60; }
span { border-color: rgb(233,220,96); }
td.TdClassName
{
border-color: #E9DC60;
}
.TagClassName
{
border-color: #E9DC60;
}
</style>