Shades of Manz #E7D953
Tints of Manz #E7D953
RGB
CMYK
RGB Variations
Color information
#E7D953 (or 0xE7D953) is known color: Manz. HEX triplet: E7, D9 and 53. RGB value is (231,217,83). Sum of RGB (Red+Green+Blue) = 231+217+83=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 83 (32.81% from 255 or 15.63% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D953 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D953 is #1826AC. Grayscale: #CECECE. Windows color (decimal): -1582765 or 5495271. OLE color: 5495271.
HSL color Cylindrical-coordinate representation of color #E7D953: hue angle of 54.32º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E7D953 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 217 | 83 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.09 |
| HSL | 54.32º | 0.76% | 0.62% | - |
| HSV(B) | 54.32º | 0.64% | 0.91% | - |
| XYZ | 59.33 | 67.24 | 18.04 | - |
| YUV | 205.91 | 58.64 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 83 | 0 | 0.06 | 0.64 | 0.09 | 54.32 | 0.76 | 0.62 |
| Hex | E7 | D9 | 53 | 0 | 6 | 40 | 9 | 36 | 4C | 3E |
| Octal | 347 | 331 | 123 | 0 | 6 | 100 | 11 | 66 | 114 | 76 |
| Binary | 11100111 | 11011001 | 1010011 | 0 | 110 | 1000000 | 1001 | 110110 | 1001100 | 111110 |
Color Harmonies of #E7D953
Complementary color
Monochromatic Colors of #E7D953
Black with #E7D953
Text Example
Text Example
White with #E7D953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D953; }
p { color: rgb(231,217,83); }
H1.HeaderClassName
{
color: #E7D953;
}
.AnyTagClassName
{
color: #E7D953;
}
</style>
background-color css
<style>
a { background-color: #E7D953; }
a { background-color: rgb(231,217,83); }
div.DivClassName
{
background-color: #E7D953;
}
.BgClassName
{
background-color: #E7D953;
}
</style>
border-color css
<style>
span { border-color: #E7D953; }
span { border-color: rgb(231,217,83); }
td.TdClassName
{
border-color: #E7D953;
}
.TagClassName
{
border-color: #E7D953;
}
</style>