Shades of Manz #E7DF55
Tints of Manz #E7DF55
RGB
CMYK
RGB Variations
Color information
#E7DF55 (or 0xE7DF55) is known color: Manz. HEX triplet: E7, DF and 55. RGB value is (231,223,85). Sum of RGB (Red+Green+Blue) = 231+223+85=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 85 (33.59% from 255 or 15.77% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DF55 is #1820AA. Grayscale: #D2D2D2. Windows color (decimal): -1581227 or 5627879. OLE color: 5627879.
HSL color Cylindrical-coordinate representation of color #E7DF55: hue angle of 56.71º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E7DF55 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 223 | 85 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.09 |
| HSL | 56.71º | 0.75% | 0.62% | - |
| HSV(B) | 56.71º | 0.63% | 0.91% | - |
| XYZ | 60.98 | 70.42 | 18.97 | - |
| YUV | 209.66 | 57.65 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 223 | 85 | 0 | 0.03 | 0.63 | 0.09 | 56.71 | 0.75 | 0.62 |
| Hex | E7 | DF | 55 | 0 | 3 | 3F | 9 | 39 | 4B | 3E |
| Octal | 347 | 337 | 125 | 0 | 3 | 77 | 11 | 71 | 113 | 76 |
| Binary | 11100111 | 11011111 | 1010101 | 0 | 11 | 111111 | 1001 | 111001 | 1001011 | 111110 |
Color Harmonies of #E7DF55
Complementary color
Monochromatic Colors of #E7DF55
Black with #E7DF55
Text Example
Text Example
White with #E7DF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DF55; }
p { color: rgb(231,223,85); }
H1.HeaderClassName
{
color: #E7DF55;
}
.AnyTagClassName
{
color: #E7DF55;
}
</style>
background-color css
<style>
a { background-color: #E7DF55; }
a { background-color: rgb(231,223,85); }
div.DivClassName
{
background-color: #E7DF55;
}
.BgClassName
{
background-color: #E7DF55;
}
</style>
border-color css
<style>
span { border-color: #E7DF55; }
span { border-color: rgb(231,223,85); }
td.TdClassName
{
border-color: #E7DF55;
}
.TagClassName
{
border-color: #E7DF55;
}
</style>