Shades of Manz #E7D94D
Tints of Manz #E7D94D
RGB
CMYK
RGB Variations
Color information
#E7D94D (or 0xE7D94D) is known color: Manz. HEX triplet: E7, D9 and 4D. RGB value is (231,217,77). Sum of RGB (Red+Green+Blue) = 231+217+77=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 77 (30.47% from 255 or 14.67% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D94D is #1826B2. Grayscale: #CDCDCD. Windows color (decimal): -1582771 or 5102055. OLE color: 5102055.
HSL color Cylindrical-coordinate representation of color #E7D94D: hue angle of 54.55º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7D94D is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 217 | 77 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.09 |
| HSL | 54.55º | 0.76% | 0.6% | - |
| HSV(B) | 54.55º | 0.67% | 0.91% | - |
| XYZ | 59.11 | 67.15 | 16.87 | - |
| YUV | 205.23 | 55.64 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 77 | 0 | 0.06 | 0.67 | 0.09 | 54.55 | 0.76 | 0.6 |
| Hex | E7 | D9 | 4D | 0 | 6 | 43 | 9 | 37 | 4C | 3C |
| Octal | 347 | 331 | 115 | 0 | 6 | 103 | 11 | 67 | 114 | 74 |
| Binary | 11100111 | 11011001 | 1001101 | 0 | 110 | 1000011 | 1001 | 110111 | 1001100 | 111100 |
Color Harmonies of #E7D94D
Complementary color
Monochromatic Colors of #E7D94D
Black with #E7D94D
Text Example
Text Example
White with #E7D94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D94D; }
p { color: rgb(231,217,77); }
H1.HeaderClassName
{
color: #E7D94D;
}
.AnyTagClassName
{
color: #E7D94D;
}
</style>
background-color css
<style>
a { background-color: #E7D94D; }
a { background-color: rgb(231,217,77); }
div.DivClassName
{
background-color: #E7D94D;
}
.BgClassName
{
background-color: #E7D94D;
}
</style>
border-color css
<style>
span { border-color: #E7D94D; }
span { border-color: rgb(231,217,77); }
td.TdClassName
{
border-color: #E7D94D;
}
.TagClassName
{
border-color: #E7D94D;
}
</style>