Shades of Manz #E7DA5A
Tints of Manz #E7DA5A
RGB
CMYK
RGB Variations
Color information
#E7DA5A (or 0xE7DA5A) is known color: Manz. HEX triplet: E7, DA and 5A. RGB value is (231,218,90). Sum of RGB (Red+Green+Blue) = 231+218+90=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 90 (35.55% from 255 or 16.70% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DA5A is #1825A5. Grayscale: #CFCFCF. Windows color (decimal): -1582502 or 5954279. OLE color: 5954279.
HSL color Cylindrical-coordinate representation of color #E7DA5A: hue angle of 54.47º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7DA5A is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 218 | 90 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.09 |
| HSL | 54.47º | 0.75% | 0.63% | - |
| HSV(B) | 54.47º | 0.61% | 0.91% | - |
| XYZ | 59.87 | 67.87 | 19.62 | - |
| YUV | 207.3 | 61.81 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 218 | 90 | 0 | 0.06 | 0.61 | 0.09 | 54.47 | 0.75 | 0.63 |
| Hex | E7 | DA | 5A | 0 | 6 | 3D | 9 | 36 | 4B | 3F |
| Octal | 347 | 332 | 132 | 0 | 6 | 75 | 11 | 66 | 113 | 77 |
| Binary | 11100111 | 11011010 | 1011010 | 0 | 110 | 111101 | 1001 | 110110 | 1001011 | 111111 |
Color Harmonies of #E7DA5A
Complementary color
Monochromatic Colors of #E7DA5A
Black with #E7DA5A
Text Example
Text Example
White with #E7DA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DA5A; }
p { color: rgb(231,218,90); }
H1.HeaderClassName
{
color: #E7DA5A;
}
.AnyTagClassName
{
color: #E7DA5A;
}
</style>
background-color css
<style>
a { background-color: #E7DA5A; }
a { background-color: rgb(231,218,90); }
div.DivClassName
{
background-color: #E7DA5A;
}
.BgClassName
{
background-color: #E7DA5A;
}
</style>
border-color css
<style>
span { border-color: #E7DA5A; }
span { border-color: rgb(231,218,90); }
td.TdClassName
{
border-color: #E7DA5A;
}
.TagClassName
{
border-color: #E7DA5A;
}
</style>