Shades of Manz #E7D55F
Tints of Manz #E7D55F
RGB
CMYK
RGB Variations
Color information
#E7D55F (or 0xE7D55F) is known color: Manz. HEX triplet: E7, D5 and 5F. RGB value is (231,213,95). Sum of RGB (Red+Green+Blue) = 231+213+95=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 95 (37.5% from 255 or 17.63% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D55F is #182AA0. Grayscale: #CDCDCD. Windows color (decimal): -1583777 or 6280679. OLE color: 6280679.
HSL color Cylindrical-coordinate representation of color #E7D55F: hue angle of 52.06º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7D55F is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 95 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.09 |
| HSL | 52.06º | 0.74% | 0.64% | - |
| HSV(B) | 52.06º | 0.59% | 0.91% | - |
| XYZ | 58.81 | 65.4 | 20.35 | - |
| YUV | 204.93 | 65.96 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 95 | 0 | 0.08 | 0.59 | 0.09 | 52.06 | 0.74 | 0.64 |
| Hex | E7 | D5 | 5F | 0 | 8 | 3B | 9 | 34 | 4A | 40 |
| Octal | 347 | 325 | 137 | 0 | 10 | 73 | 11 | 64 | 112 | 100 |
| Binary | 11100111 | 11010101 | 1011111 | 0 | 1000 | 111011 | 1001 | 110100 | 1001010 | 1000000 |
Color Harmonies of #E7D55F
Complementary color
Monochromatic Colors of #E7D55F
Black with #E7D55F
Text Example
Text Example
White with #E7D55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D55F; }
p { color: rgb(231,213,95); }
H1.HeaderClassName
{
color: #E7D55F;
}
.AnyTagClassName
{
color: #E7D55F;
}
</style>
background-color css
<style>
a { background-color: #E7D55F; }
a { background-color: rgb(231,213,95); }
div.DivClassName
{
background-color: #E7D55F;
}
.BgClassName
{
background-color: #E7D55F;
}
</style>
border-color css
<style>
span { border-color: #E7D55F; }
span { border-color: rgb(231,213,95); }
td.TdClassName
{
border-color: #E7D55F;
}
.TagClassName
{
border-color: #E7D55F;
}
</style>