Shades of Manz #E7D553
Tints of Manz #E7D553
RGB
CMYK
RGB Variations
Color information
#E7D553 (or 0xE7D553) is known color: Manz. HEX triplet: E7, D5 and 53. RGB value is (231,213,83). Sum of RGB (Red+Green+Blue) = 231+213+83=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 83 (32.81% from 255 or 15.75% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D553 is #182AAC. Grayscale: #CCCCCC. Windows color (decimal): -1583789 or 5494247. OLE color: 5494247.
HSL color Cylindrical-coordinate representation of color #E7D553: hue angle of 52.7º 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 #E7D553 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 83 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.09 |
| HSL | 52.7º | 0.76% | 0.62% | - |
| HSV(B) | 52.7º | 0.64% | 0.91% | - |
| XYZ | 58.31 | 65.2 | 17.7 | - |
| YUV | 203.56 | 59.96 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 83 | 0 | 0.08 | 0.64 | 0.09 | 52.7 | 0.76 | 0.62 |
| Hex | E7 | D5 | 53 | 0 | 8 | 40 | 9 | 35 | 4C | 3E |
| Octal | 347 | 325 | 123 | 0 | 10 | 100 | 11 | 65 | 114 | 76 |
| Binary | 11100111 | 11010101 | 1010011 | 0 | 1000 | 1000000 | 1001 | 110101 | 1001100 | 111110 |
Color Harmonies of #E7D553
Complementary color
Monochromatic Colors of #E7D553
Black with #E7D553
Text Example
Text Example
White with #E7D553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D553; }
p { color: rgb(231,213,83); }
H1.HeaderClassName
{
color: #E7D553;
}
.AnyTagClassName
{
color: #E7D553;
}
</style>
background-color css
<style>
a { background-color: #E7D553; }
a { background-color: rgb(231,213,83); }
div.DivClassName
{
background-color: #E7D553;
}
.BgClassName
{
background-color: #E7D553;
}
</style>
border-color css
<style>
span { border-color: #E7D553; }
span { border-color: rgb(231,213,83); }
td.TdClassName
{
border-color: #E7D553;
}
.TagClassName
{
border-color: #E7D553;
}
</style>