Shades of Manz #E7DF5D
Tints of Manz #E7DF5D
RGB
CMYK
RGB Variations
Color information
#E7DF5D (or 0xE7DF5D) is known color: Manz. HEX triplet: E7, DF and 5D. RGB value is (231,223,93). Sum of RGB (Red+Green+Blue) = 231+223+93=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 93 (36.72% from 255 or 17.00% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DF5D is #1820A2. Grayscale: #D3D3D3. Windows color (decimal): -1581219 or 6152167. OLE color: 6152167.
HSL color Cylindrical-coordinate representation of color #E7DF5D: hue angle of 56.52º 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 #E7DF5D is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 223 | 93 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.09 |
| HSL | 56.52º | 0.74% | 0.64% | - |
| HSV(B) | 56.52º | 0.6% | 0.91% | - |
| XYZ | 61.32 | 70.55 | 20.74 | - |
| YUV | 210.57 | 61.65 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 223 | 93 | 0 | 0.03 | 0.60 | 0.09 | 56.52 | 0.74 | 0.64 |
| Hex | E7 | DF | 5D | 0 | 3 | 3C | 9 | 39 | 4A | 40 |
| Octal | 347 | 337 | 135 | 0 | 3 | 74 | 11 | 71 | 112 | 100 |
| Binary | 11100111 | 11011111 | 1011101 | 0 | 11 | 111100 | 1001 | 111001 | 1001010 | 1000000 |
Color Harmonies of #E7DF5D
Complementary color
Monochromatic Colors of #E7DF5D
Black with #E7DF5D
Text Example
Text Example
White with #E7DF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DF5D; }
p { color: rgb(231,223,93); }
H1.HeaderClassName
{
color: #E7DF5D;
}
.AnyTagClassName
{
color: #E7DF5D;
}
</style>
background-color css
<style>
a { background-color: #E7DF5D; }
a { background-color: rgb(231,223,93); }
div.DivClassName
{
background-color: #E7DF5D;
}
.BgClassName
{
background-color: #E7DF5D;
}
</style>
border-color css
<style>
span { border-color: #E7DF5D; }
span { border-color: rgb(231,223,93); }
td.TdClassName
{
border-color: #E7DF5D;
}
.TagClassName
{
border-color: #E7DF5D;
}
</style>