Shades of Manz #E6DC55
Tints of Manz #E6DC55
RGB
CMYK
RGB Variations
Color information
#E6DC55 (or 0xE6DC55) is known color: Manz. HEX triplet: E6, DC and 55. RGB value is (230,220,85). Sum of RGB (Red+Green+Blue) = 230+220+85=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 85 (33.59% from 255 or 15.89% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DC55 is #1923AA. Grayscale: #D0D0D0. Windows color (decimal): -1647531 or 5627110. OLE color: 5627110.
HSL color Cylindrical-coordinate representation of color #E6DC55: hue angle of 55.86º degrees, saturation: 0.74, 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 #E6DC55 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 220 | 85 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.10 |
| HSL | 55.86º | 0.74% | 0.62% | - |
| HSV(B) | 55.86º | 0.63% | 0.9% | - |
| XYZ | 59.87 | 68.67 | 18.69 | - |
| YUV | 207.6 | 58.81 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 85 | 0 | 0.04 | 0.63 | 0.10 | 55.86 | 0.74 | 0.62 |
| Hex | E6 | DC | 55 | 0 | 4 | 3F | A | 38 | 4A | 3E |
| Octal | 346 | 334 | 125 | 0 | 4 | 77 | 12 | 70 | 112 | 76 |
| Binary | 11100110 | 11011100 | 1010101 | 0 | 100 | 111111 | 1010 | 111000 | 1001010 | 111110 |
Color Harmonies of #E6DC55
Complementary color
Monochromatic Colors of #E6DC55
Black with #E6DC55
Text Example
Text Example
White with #E6DC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DC55; }
p { color: rgb(230,220,85); }
H1.HeaderClassName
{
color: #E6DC55;
}
.AnyTagClassName
{
color: #E6DC55;
}
</style>
background-color css
<style>
a { background-color: #E6DC55; }
a { background-color: rgb(230,220,85); }
div.DivClassName
{
background-color: #E6DC55;
}
.BgClassName
{
background-color: #E6DC55;
}
</style>
border-color css
<style>
span { border-color: #E6DC55; }
span { border-color: rgb(230,220,85); }
td.TdClassName
{
border-color: #E6DC55;
}
.TagClassName
{
border-color: #E6DC55;
}
</style>