Shades of Manz #E5DF55
Tints of Manz #E5DF55
RGB
CMYK
RGB Variations
Color information
#E5DF55 (or 0xE5DF55) is known color: Manz. HEX triplet: E5, DF and 55. RGB value is (229,223,85). Sum of RGB (Red+Green+Blue) = 229+223+85=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 85 (33.59% from 255 or 15.83% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DF55 is #1A20AA. Grayscale: #D1D1D1. Windows color (decimal): -1712299 or 5627877. OLE color: 5627877.
HSL color Cylindrical-coordinate representation of color #E5DF55: hue angle of 57.5º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5DF55 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 223 | 85 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.10 |
| HSL | 57.5º | 0.73% | 0.62% | - |
| HSV(B) | 57.5º | 0.63% | 0.9% | - |
| XYZ | 60.34 | 70.09 | 18.94 | - |
| YUV | 209.06 | 57.99 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 223 | 85 | 0 | 0.03 | 0.63 | 0.10 | 57.5 | 0.73 | 0.62 |
| Hex | E5 | DF | 55 | 0 | 3 | 3F | A | 3A | 49 | 3E |
| Octal | 345 | 337 | 125 | 0 | 3 | 77 | 12 | 72 | 111 | 76 |
| Binary | 11100101 | 11011111 | 1010101 | 0 | 11 | 111111 | 1010 | 111010 | 1001001 | 111110 |
Color Harmonies of #E5DF55
Complementary color
Monochromatic Colors of #E5DF55
Black with #E5DF55
Text Example
Text Example
White with #E5DF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DF55; }
p { color: rgb(229,223,85); }
H1.HeaderClassName
{
color: #E5DF55;
}
.AnyTagClassName
{
color: #E5DF55;
}
</style>
background-color css
<style>
a { background-color: #E5DF55; }
a { background-color: rgb(229,223,85); }
div.DivClassName
{
background-color: #E5DF55;
}
.BgClassName
{
background-color: #E5DF55;
}
</style>
border-color css
<style>
span { border-color: #E5DF55; }
span { border-color: rgb(229,223,85); }
td.TdClassName
{
border-color: #E5DF55;
}
.TagClassName
{
border-color: #E5DF55;
}
</style>