Shades of Manz #E7DB5D
Tints of Manz #E7DB5D
RGB
CMYK
RGB Variations
Color information
#E7DB5D (or 0xE7DB5D) is known color: Manz. HEX triplet: E7, DB and 5D. RGB value is (231,219,93). Sum of RGB (Red+Green+Blue) = 231+219+93=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DB5D is #1824A2. Grayscale: #D0D0D0. Windows color (decimal): -1582243 or 6151143. OLE color: 6151143.
HSL color Cylindrical-coordinate representation of color #E7DB5D: hue angle of 54.78º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7DB5D is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 93 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.09 |
| HSL | 54.78º | 0.74% | 0.64% | - |
| HSV(B) | 54.78º | 0.6% | 0.91% | - |
| XYZ | 60.26 | 68.44 | 20.39 | - |
| YUV | 208.22 | 62.98 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 93 | 0 | 0.05 | 0.60 | 0.09 | 54.78 | 0.74 | 0.64 |
| Hex | E7 | DB | 5D | 0 | 5 | 3C | 9 | 37 | 4A | 40 |
| Octal | 347 | 333 | 135 | 0 | 5 | 74 | 11 | 67 | 112 | 100 |
| Binary | 11100111 | 11011011 | 1011101 | 0 | 101 | 111100 | 1001 | 110111 | 1001010 | 1000000 |
Color Harmonies of #E7DB5D
Complementary color
Monochromatic Colors of #E7DB5D
Black with #E7DB5D
Text Example
Text Example
White with #E7DB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DB5D; }
p { color: rgb(231,219,93); }
H1.HeaderClassName
{
color: #E7DB5D;
}
.AnyTagClassName
{
color: #E7DB5D;
}
</style>
background-color css
<style>
a { background-color: #E7DB5D; }
a { background-color: rgb(231,219,93); }
div.DivClassName
{
background-color: #E7DB5D;
}
.BgClassName
{
background-color: #E7DB5D;
}
</style>
border-color css
<style>
span { border-color: #E7DB5D; }
span { border-color: rgb(231,219,93); }
td.TdClassName
{
border-color: #E7DB5D;
}
.TagClassName
{
border-color: #E7DB5D;
}
</style>