Shades of Manz #E7DA5E
Tints of Manz #E7DA5E
RGB
CMYK
RGB Variations
Color information
#E7DA5E (or 0xE7DA5E) is known color: Manz. HEX triplet: E7, DA and 5E. RGB value is (231,218,94). Sum of RGB (Red+Green+Blue) = 231+218+94=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 94 (37.11% from 255 or 17.31% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DA5E is #1825A1. Grayscale: #D0D0D0. Windows color (decimal): -1582498 or 6216423. OLE color: 6216423.
HSL color Cylindrical-coordinate representation of color #E7DA5E: hue angle of 54.31º 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 #E7DA5E is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 218 | 94 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.09 |
| HSL | 54.31º | 0.74% | 0.64% | - |
| HSV(B) | 54.31º | 0.59% | 0.91% | - |
| XYZ | 60.05 | 67.94 | 20.54 | - |
| YUV | 207.75 | 63.81 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 218 | 94 | 0 | 0.06 | 0.59 | 0.09 | 54.31 | 0.74 | 0.64 |
| Hex | E7 | DA | 5E | 0 | 6 | 3B | 9 | 36 | 4A | 40 |
| Octal | 347 | 332 | 136 | 0 | 6 | 73 | 11 | 66 | 112 | 100 |
| Binary | 11100111 | 11011010 | 1011110 | 0 | 110 | 111011 | 1001 | 110110 | 1001010 | 1000000 |
Color Harmonies of #E7DA5E
Complementary color
Monochromatic Colors of #E7DA5E
Black with #E7DA5E
Text Example
Text Example
White with #E7DA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DA5E; }
p { color: rgb(231,218,94); }
H1.HeaderClassName
{
color: #E7DA5E;
}
.AnyTagClassName
{
color: #E7DA5E;
}
</style>
background-color css
<style>
a { background-color: #E7DA5E; }
a { background-color: rgb(231,218,94); }
div.DivClassName
{
background-color: #E7DA5E;
}
.BgClassName
{
background-color: #E7DA5E;
}
</style>
border-color css
<style>
span { border-color: #E7DA5E; }
span { border-color: rgb(231,218,94); }
td.TdClassName
{
border-color: #E7DA5E;
}
.TagClassName
{
border-color: #E7DA5E;
}
</style>