Shades of Manz #E7DA61
Tints of Manz #E7DA61
RGB
CMYK
RGB Variations
Color information
#E7DA61 (or 0xE7DA61) is known color: Manz. HEX triplet: E7, DA and 61. RGB value is (231,218,97). Sum of RGB (Red+Green+Blue) = 231+218+97=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 97 (38.28% from 255 or 17.77% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DA61 is #18259E. Grayscale: #D0D0D0. Windows color (decimal): -1582495 or 6413031. OLE color: 6413031.
HSL color Cylindrical-coordinate representation of color #E7DA61: hue angle of 54.18º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7DA61 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 218 | 97 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.09 |
| HSL | 54.18º | 0.74% | 0.64% | - |
| HSV(B) | 54.18º | 0.58% | 0.91% | - |
| XYZ | 60.18 | 67.99 | 21.26 | - |
| YUV | 208.09 | 65.31 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 218 | 97 | 0 | 0.06 | 0.58 | 0.09 | 54.18 | 0.74 | 0.64 |
| Hex | E7 | DA | 61 | 0 | 6 | 3A | 9 | 36 | 4A | 40 |
| Octal | 347 | 332 | 141 | 0 | 6 | 72 | 11 | 66 | 112 | 100 |
| Binary | 11100111 | 11011010 | 1100001 | 0 | 110 | 111010 | 1001 | 110110 | 1001010 | 1000000 |
Color Harmonies of #E7DA61
Complementary color
Monochromatic Colors of #E7DA61
Black with #E7DA61
Text Example
Text Example
White with #E7DA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DA61; }
p { color: rgb(231,218,97); }
H1.HeaderClassName
{
color: #E7DA61;
}
.AnyTagClassName
{
color: #E7DA61;
}
</style>
background-color css
<style>
a { background-color: #E7DA61; }
a { background-color: rgb(231,218,97); }
div.DivClassName
{
background-color: #E7DA61;
}
.BgClassName
{
background-color: #E7DA61;
}
</style>
border-color css
<style>
span { border-color: #E7DA61; }
span { border-color: rgb(231,218,97); }
td.TdClassName
{
border-color: #E7DA61;
}
.TagClassName
{
border-color: #E7DA61;
}
</style>