Shades of Manz #E7DA5C
Tints of Manz #E7DA5C
RGB
CMYK
RGB Variations
Color information
#E7DA5C (or 0xE7DA5C) is known color: Manz. HEX triplet: E7, DA and 5C. RGB value is (231,218,92). Sum of RGB (Red+Green+Blue) = 231+218+92=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 92 (36.33% from 255 or 17.01% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DA5C is #1825A3. Grayscale: #D0D0D0. Windows color (decimal): -1582500 or 6085351. OLE color: 6085351.
HSL color Cylindrical-coordinate representation of color #E7DA5C: hue angle of 54.39º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7DA5C is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 218 | 92 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.09 |
| HSL | 54.39º | 0.74% | 0.63% | - |
| HSV(B) | 54.39º | 0.6% | 0.91% | - |
| XYZ | 59.96 | 67.9 | 20.07 | - |
| YUV | 207.52 | 62.81 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 218 | 92 | 0 | 0.06 | 0.60 | 0.09 | 54.39 | 0.74 | 0.63 |
| Hex | E7 | DA | 5C | 0 | 6 | 3C | 9 | 36 | 4A | 3F |
| Octal | 347 | 332 | 134 | 0 | 6 | 74 | 11 | 66 | 112 | 77 |
| Binary | 11100111 | 11011010 | 1011100 | 0 | 110 | 111100 | 1001 | 110110 | 1001010 | 111111 |
Color Harmonies of #E7DA5C
Complementary color
Monochromatic Colors of #E7DA5C
Black with #E7DA5C
Text Example
Text Example
White with #E7DA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DA5C; }
p { color: rgb(231,218,92); }
H1.HeaderClassName
{
color: #E7DA5C;
}
.AnyTagClassName
{
color: #E7DA5C;
}
</style>
background-color css
<style>
a { background-color: #E7DA5C; }
a { background-color: rgb(231,218,92); }
div.DivClassName
{
background-color: #E7DA5C;
}
.BgClassName
{
background-color: #E7DA5C;
}
</style>
border-color css
<style>
span { border-color: #E7DA5C; }
span { border-color: rgb(231,218,92); }
td.TdClassName
{
border-color: #E7DA5C;
}
.TagClassName
{
border-color: #E7DA5C;
}
</style>