Shades of Manz #E9D95C
Tints of Manz #E9D95C
RGB
CMYK
RGB Variations
Color information
#E9D95C (or 0xE9D95C) is known color: Manz. HEX triplet: E9, D9 and 5C. RGB value is (233,217,92). Sum of RGB (Red+Green+Blue) = 233+217+92=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 92 (36.33% from 255 or 16.97% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D95C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D95C is #1626A3. Grayscale: #D0D0D0. Windows color (decimal): -1451684 or 6085097. OLE color: 6085097.
HSL color Cylindrical-coordinate representation of color #E9D95C: hue angle of 53.19º 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 #E9D95C is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 217 | 92 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.09 |
| HSL | 53.19º | 0.76% | 0.64% | - |
| HSV(B) | 53.19º | 0.61% | 0.91% | - |
| XYZ | 60.35 | 67.72 | 20.02 | - |
| YUV | 207.53 | 62.8 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 217 | 92 | 0 | 0.07 | 0.61 | 0.09 | 53.19 | 0.76 | 0.64 |
| Hex | E9 | D9 | 5C | 0 | 7 | 3D | 9 | 35 | 4C | 40 |
| Octal | 351 | 331 | 134 | 0 | 7 | 75 | 11 | 65 | 114 | 100 |
| Binary | 11101001 | 11011001 | 1011100 | 0 | 111 | 111101 | 1001 | 110101 | 1001100 | 1000000 |
Color Harmonies of #E9D95C
Complementary color
Monochromatic Colors of #E9D95C
Black with #E9D95C
Text Example
Text Example
White with #E9D95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D95C; }
p { color: rgb(233,217,92); }
H1.HeaderClassName
{
color: #E9D95C;
}
.AnyTagClassName
{
color: #E9D95C;
}
</style>
background-color css
<style>
a { background-color: #E9D95C; }
a { background-color: rgb(233,217,92); }
div.DivClassName
{
background-color: #E9D95C;
}
.BgClassName
{
background-color: #E9D95C;
}
</style>
border-color css
<style>
span { border-color: #E9D95C; }
span { border-color: rgb(233,217,92); }
td.TdClassName
{
border-color: #E9D95C;
}
.TagClassName
{
border-color: #E9D95C;
}
</style>