Shades of Manz #E9DA5C
Tints of Manz #E9DA5C
RGB
CMYK
RGB Variations
Color information
#E9DA5C (or 0xE9DA5C) is known color: Manz. HEX triplet: E9, DA and 5C. RGB value is (233,218,92). Sum of RGB (Red+Green+Blue) = 233+218+92=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 92 (36.33% from 255 or 16.94% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DA5C is #1625A3. Grayscale: #D0D0D0. Windows color (decimal): -1451428 or 6085353. OLE color: 6085353.
HSL color Cylindrical-coordinate representation of color #E9DA5C: hue angle of 53.62º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9DA5C is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 92 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.09 |
| HSL | 53.62º | 0.76% | 0.64% | - |
| HSV(B) | 53.62º | 0.61% | 0.91% | - |
| XYZ | 60.61 | 68.24 | 20.1 | - |
| YUV | 208.12 | 62.47 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 92 | 0 | 0.06 | 0.61 | 0.09 | 53.62 | 0.76 | 0.64 |
| Hex | E9 | DA | 5C | 0 | 6 | 3D | 9 | 36 | 4C | 40 |
| Octal | 351 | 332 | 134 | 0 | 6 | 75 | 11 | 66 | 114 | 100 |
| Binary | 11101001 | 11011010 | 1011100 | 0 | 110 | 111101 | 1001 | 110110 | 1001100 | 1000000 |
Color Harmonies of #E9DA5C
Complementary color
Monochromatic Colors of #E9DA5C
Black with #E9DA5C
Text Example
Text Example
White with #E9DA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DA5C; }
p { color: rgb(233,218,92); }
H1.HeaderClassName
{
color: #E9DA5C;
}
.AnyTagClassName
{
color: #E9DA5C;
}
</style>
background-color css
<style>
a { background-color: #E9DA5C; }
a { background-color: rgb(233,218,92); }
div.DivClassName
{
background-color: #E9DA5C;
}
.BgClassName
{
background-color: #E9DA5C;
}
</style>
border-color css
<style>
span { border-color: #E9DA5C; }
span { border-color: rgb(233,218,92); }
td.TdClassName
{
border-color: #E9DA5C;
}
.TagClassName
{
border-color: #E9DA5C;
}
</style>