Shades of Manz #E7D550
Tints of Manz #E7D550
RGB
CMYK
RGB Variations
Color information
#E7D550 (or 0xE7D550) is known color: Manz. HEX triplet: E7, D5 and 50. RGB value is (231,213,80). Sum of RGB (Red+Green+Blue) = 231+213+80=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 80 (31.64% from 255 or 15.27% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D550 is #182AAF. Grayscale: #CBCBCB. Windows color (decimal): -1583792 or 5297639. OLE color: 5297639.
HSL color Cylindrical-coordinate representation of color #E7D550: hue angle of 52.85º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7D550 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 80 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.09 |
| HSL | 52.85º | 0.76% | 0.61% | - |
| HSV(B) | 52.85º | 0.65% | 0.91% | - |
| XYZ | 58.2 | 65.16 | 17.1 | - |
| YUV | 203.22 | 58.46 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 80 | 0 | 0.08 | 0.65 | 0.09 | 52.85 | 0.76 | 0.61 |
| Hex | E7 | D5 | 50 | 0 | 8 | 41 | 9 | 35 | 4C | 3D |
| Octal | 347 | 325 | 120 | 0 | 10 | 101 | 11 | 65 | 114 | 75 |
| Binary | 11100111 | 11010101 | 1010000 | 0 | 1000 | 1000001 | 1001 | 110101 | 1001100 | 111101 |
Color Harmonies of #E7D550
Complementary color
Monochromatic Colors of #E7D550
Black with #E7D550
Text Example
Text Example
White with #E7D550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D550; }
p { color: rgb(231,213,80); }
H1.HeaderClassName
{
color: #E7D550;
}
.AnyTagClassName
{
color: #E7D550;
}
</style>
background-color css
<style>
a { background-color: #E7D550; }
a { background-color: rgb(231,213,80); }
div.DivClassName
{
background-color: #E7D550;
}
.BgClassName
{
background-color: #E7D550;
}
</style>
border-color css
<style>
span { border-color: #E7D550; }
span { border-color: rgb(231,213,80); }
td.TdClassName
{
border-color: #E7D550;
}
.TagClassName
{
border-color: #E7D550;
}
</style>