Shades of Manz #E6DD56
Tints of Manz #E6DD56
RGB
CMYK
RGB Variations
Color information
#E6DD56 (or 0xE6DD56) is known color: Manz. HEX triplet: E6, DD and 56. RGB value is (230,221,86). Sum of RGB (Red+Green+Blue) = 230+221+86=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 86 (33.98% from 255 or 16.01% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DD56 is #1922A9. Grayscale: #D0D0D0. Windows color (decimal): -1647274 or 5692902. OLE color: 5692902.
HSL color Cylindrical-coordinate representation of color #E6DD56: hue angle of 56.25º 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 #E6DD56 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 86 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.10 |
| HSL | 56.25º | 0.74% | 0.62% | - |
| HSV(B) | 56.25º | 0.63% | 0.9% | - |
| XYZ | 60.17 | 69.21 | 18.99 | - |
| YUV | 208.3 | 58.98 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 86 | 0 | 0.04 | 0.63 | 0.10 | 56.25 | 0.74 | 0.62 |
| Hex | E6 | DD | 56 | 0 | 4 | 3F | A | 38 | 4A | 3E |
| Octal | 346 | 335 | 126 | 0 | 4 | 77 | 12 | 70 | 112 | 76 |
| Binary | 11100110 | 11011101 | 1010110 | 0 | 100 | 111111 | 1010 | 111000 | 1001010 | 111110 |
Color Harmonies of #E6DD56
Complementary color
Monochromatic Colors of #E6DD56
Black with #E6DD56
Text Example
Text Example
White with #E6DD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DD56; }
p { color: rgb(230,221,86); }
H1.HeaderClassName
{
color: #E6DD56;
}
.AnyTagClassName
{
color: #E6DD56;
}
</style>
background-color css
<style>
a { background-color: #E6DD56; }
a { background-color: rgb(230,221,86); }
div.DivClassName
{
background-color: #E6DD56;
}
.BgClassName
{
background-color: #E6DD56;
}
</style>
border-color css
<style>
span { border-color: #E6DD56; }
span { border-color: rgb(230,221,86); }
td.TdClassName
{
border-color: #E6DD56;
}
.TagClassName
{
border-color: #E6DD56;
}
</style>