Shades of Manz #E7D65D
Tints of Manz #E7D65D
RGB
CMYK
RGB Variations
Color information
#E7D65D (or 0xE7D65D) is known color: Manz. HEX triplet: E7, D6 and 5D. RGB value is (231,214,93). Sum of RGB (Red+Green+Blue) = 231+214+93=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D65D is #1829A2. Grayscale: #CDCDCD. Windows color (decimal): -1583523 or 6149863. OLE color: 6149863.
HSL color Cylindrical-coordinate representation of color #E7D65D: hue angle of 52.61º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7D65D is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 214 | 93 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.09 |
| HSL | 52.61º | 0.74% | 0.64% | - |
| HSV(B) | 52.61º | 0.6% | 0.91% | - |
| XYZ | 58.98 | 65.87 | 19.96 | - |
| YUV | 205.29 | 64.63 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 214 | 93 | 0 | 0.07 | 0.60 | 0.09 | 52.61 | 0.74 | 0.64 |
| Hex | E7 | D6 | 5D | 0 | 7 | 3C | 9 | 35 | 4A | 40 |
| Octal | 347 | 326 | 135 | 0 | 7 | 74 | 11 | 65 | 112 | 100 |
| Binary | 11100111 | 11010110 | 1011101 | 0 | 111 | 111100 | 1001 | 110101 | 1001010 | 1000000 |
Color Harmonies of #E7D65D
Complementary color
Monochromatic Colors of #E7D65D
Black with #E7D65D
Text Example
Text Example
White with #E7D65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D65D; }
p { color: rgb(231,214,93); }
H1.HeaderClassName
{
color: #E7D65D;
}
.AnyTagClassName
{
color: #E7D65D;
}
</style>
background-color css
<style>
a { background-color: #E7D65D; }
a { background-color: rgb(231,214,93); }
div.DivClassName
{
background-color: #E7D65D;
}
.BgClassName
{
background-color: #E7D65D;
}
</style>
border-color css
<style>
span { border-color: #E7D65D; }
span { border-color: rgb(231,214,93); }
td.TdClassName
{
border-color: #E7D65D;
}
.TagClassName
{
border-color: #E7D65D;
}
</style>