Shades of Manz #E9DC4A
Tints of Manz #E9DC4A
RGB
CMYK
RGB Variations
Color information
#E9DC4A (or 0xE9DC4A) is known color: Manz. HEX triplet: E9, DC and 4A. RGB value is (233,220,74). Sum of RGB (Red+Green+Blue) = 233+220+74=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 74 (29.30% from 255 or 14.04% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DC4A is #1623B5. Grayscale: #CFCFCF. Windows color (decimal): -1450934 or 4906217. OLE color: 4906217.
HSL color Cylindrical-coordinate representation of color #E9DC4A: hue angle of 55.09º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E9DC4A is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 74 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.09 |
| HSL | 55.09º | 0.78% | 0.6% | - |
| HSV(B) | 55.09º | 0.68% | 0.91% | - |
| XYZ | 60.43 | 69 | 16.61 | - |
| YUV | 207.24 | 52.81 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 74 | 0 | 0.06 | 0.68 | 0.09 | 55.09 | 0.78 | 0.6 |
| Hex | E9 | DC | 4A | 0 | 6 | 44 | 9 | 37 | 4E | 3C |
| Octal | 351 | 334 | 112 | 0 | 6 | 104 | 11 | 67 | 116 | 74 |
| Binary | 11101001 | 11011100 | 1001010 | 0 | 110 | 1000100 | 1001 | 110111 | 1001110 | 111100 |
Color Harmonies of #E9DC4A
Complementary color
Monochromatic Colors of #E9DC4A
Black with #E9DC4A
Text Example
Text Example
White with #E9DC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC4A; }
p { color: rgb(233,220,74); }
H1.HeaderClassName
{
color: #E9DC4A;
}
.AnyTagClassName
{
color: #E9DC4A;
}
</style>
background-color css
<style>
a { background-color: #E9DC4A; }
a { background-color: rgb(233,220,74); }
div.DivClassName
{
background-color: #E9DC4A;
}
.BgClassName
{
background-color: #E9DC4A;
}
</style>
border-color css
<style>
span { border-color: #E9DC4A; }
span { border-color: rgb(233,220,74); }
td.TdClassName
{
border-color: #E9DC4A;
}
.TagClassName
{
border-color: #E9DC4A;
}
</style>