Shades of Manz #E7DF5C
Tints of Manz #E7DF5C
RGB
CMYK
RGB Variations
Color information
#E7DF5C (or 0xE7DF5C) is known color: Manz. HEX triplet: E7, DF and 5C. RGB value is (231,223,92). Sum of RGB (Red+Green+Blue) = 231+223+92=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 92 (36.33% from 255 or 16.85% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DF5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DF5C is #1820A3. Grayscale: #D2D2D2. Windows color (decimal): -1581220 or 6086631. OLE color: 6086631.
HSL color Cylindrical-coordinate representation of color #E7DF5C: hue angle of 56.55º 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 #E7DF5C is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 223 | 92 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.09 |
| HSL | 56.55º | 0.74% | 0.63% | - |
| HSV(B) | 56.55º | 0.6% | 0.91% | - |
| XYZ | 61.27 | 70.54 | 20.51 | - |
| YUV | 210.46 | 61.15 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 223 | 92 | 0 | 0.03 | 0.60 | 0.09 | 56.55 | 0.74 | 0.63 |
| Hex | E7 | DF | 5C | 0 | 3 | 3C | 9 | 39 | 4A | 3F |
| Octal | 347 | 337 | 134 | 0 | 3 | 74 | 11 | 71 | 112 | 77 |
| Binary | 11100111 | 11011111 | 1011100 | 0 | 11 | 111100 | 1001 | 111001 | 1001010 | 111111 |
Color Harmonies of #E7DF5C
Complementary color
Monochromatic Colors of #E7DF5C
Black with #E7DF5C
Text Example
Text Example
White with #E7DF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DF5C; }
p { color: rgb(231,223,92); }
H1.HeaderClassName
{
color: #E7DF5C;
}
.AnyTagClassName
{
color: #E7DF5C;
}
</style>
background-color css
<style>
a { background-color: #E7DF5C; }
a { background-color: rgb(231,223,92); }
div.DivClassName
{
background-color: #E7DF5C;
}
.BgClassName
{
background-color: #E7DF5C;
}
</style>
border-color css
<style>
span { border-color: #E7DF5C; }
span { border-color: rgb(231,223,92); }
td.TdClassName
{
border-color: #E7DF5C;
}
.TagClassName
{
border-color: #E7DF5C;
}
</style>