Shades of Manz #E7D850
Tints of Manz #E7D850
RGB
CMYK
RGB Variations
Color information
#E7D850 (or 0xE7D850) is known color: Manz. HEX triplet: E7, D8 and 50. RGB value is (231,216,80). Sum of RGB (Red+Green+Blue) = 231+216+80=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D850 is #1827AF. Grayscale: #CDCDCD. Windows color (decimal): -1583024 or 5298407. OLE color: 5298407.
HSL color Cylindrical-coordinate representation of color #E7D850: hue angle of 54.04º 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 #E7D850 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 216 | 80 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.09 |
| HSL | 54.04º | 0.76% | 0.61% | - |
| HSV(B) | 54.04º | 0.65% | 0.91% | - |
| XYZ | 58.96 | 66.68 | 17.35 | - |
| YUV | 204.98 | 57.47 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 216 | 80 | 0 | 0.06 | 0.65 | 0.09 | 54.04 | 0.76 | 0.61 |
| Hex | E7 | D8 | 50 | 0 | 6 | 41 | 9 | 36 | 4C | 3D |
| Octal | 347 | 330 | 120 | 0 | 6 | 101 | 11 | 66 | 114 | 75 |
| Binary | 11100111 | 11011000 | 1010000 | 0 | 110 | 1000001 | 1001 | 110110 | 1001100 | 111101 |
Color Harmonies of #E7D850
Complementary color
Monochromatic Colors of #E7D850
Black with #E7D850
Text Example
Text Example
White with #E7D850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D850; }
p { color: rgb(231,216,80); }
H1.HeaderClassName
{
color: #E7D850;
}
.AnyTagClassName
{
color: #E7D850;
}
</style>
background-color css
<style>
a { background-color: #E7D850; }
a { background-color: rgb(231,216,80); }
div.DivClassName
{
background-color: #E7D850;
}
.BgClassName
{
background-color: #E7D850;
}
</style>
border-color css
<style>
span { border-color: #E7D850; }
span { border-color: rgb(231,216,80); }
td.TdClassName
{
border-color: #E7D850;
}
.TagClassName
{
border-color: #E7D850;
}
</style>