Shades of Manz #E9DC4B
Tints of Manz #E9DC4B
RGB
CMYK
RGB Variations
Color information
#E9DC4B (or 0xE9DC4B) is known color: Manz. HEX triplet: E9, DC and 4B. RGB value is (233,220,75). Sum of RGB (Red+Green+Blue) = 233+220+75=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 75 (29.69% from 255 or 14.20% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DC4B is #1623B4. Grayscale: #CFCFCF. Windows color (decimal): -1450933 or 4971753. OLE color: 4971753.
HSL color Cylindrical-coordinate representation of color #E9DC4B: hue angle of 55.06º 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 #E9DC4B is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 75 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.09 |
| HSL | 55.06º | 0.78% | 0.6% | - |
| HSV(B) | 55.06º | 0.68% | 0.91% | - |
| XYZ | 60.47 | 69.02 | 16.79 | - |
| YUV | 207.36 | 53.31 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 75 | 0 | 0.06 | 0.68 | 0.09 | 55.06 | 0.78 | 0.6 |
| Hex | E9 | DC | 4B | 0 | 6 | 44 | 9 | 37 | 4E | 3C |
| Octal | 351 | 334 | 113 | 0 | 6 | 104 | 11 | 67 | 116 | 74 |
| Binary | 11101001 | 11011100 | 1001011 | 0 | 110 | 1000100 | 1001 | 110111 | 1001110 | 111100 |
Color Harmonies of #E9DC4B
Complementary color
Monochromatic Colors of #E9DC4B
Black with #E9DC4B
Text Example
Text Example
White with #E9DC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC4B; }
p { color: rgb(233,220,75); }
H1.HeaderClassName
{
color: #E9DC4B;
}
.AnyTagClassName
{
color: #E9DC4B;
}
</style>
background-color css
<style>
a { background-color: #E9DC4B; }
a { background-color: rgb(233,220,75); }
div.DivClassName
{
background-color: #E9DC4B;
}
.BgClassName
{
background-color: #E9DC4B;
}
</style>
border-color css
<style>
span { border-color: #E9DC4B; }
span { border-color: rgb(233,220,75); }
td.TdClassName
{
border-color: #E9DC4B;
}
.TagClassName
{
border-color: #E9DC4B;
}
</style>