Shades of Manz #E6D356
Tints of Manz #E6D356
RGB
CMYK
RGB Variations
Color information
#E6D356 (or 0xE6D356) is known color: Manz. HEX triplet: E6, D3 and 56. RGB value is (230,211,86). Sum of RGB (Red+Green+Blue) = 230+211+86=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 86 (33.98% from 255 or 16.32% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D356 is #192CA9. Grayscale: #CACACA. Windows color (decimal): -1649834 or 5690342. OLE color: 5690342.
HSL color Cylindrical-coordinate representation of color #E6D356: hue angle of 52.08º 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 #E6D356 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 211 | 86 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.10 |
| HSL | 52.08º | 0.74% | 0.62% | - |
| HSV(B) | 52.08º | 0.63% | 0.9% | - |
| XYZ | 57.61 | 64.08 | 18.14 | - |
| YUV | 202.43 | 62.29 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 211 | 86 | 0 | 0.08 | 0.63 | 0.10 | 52.08 | 0.74 | 0.62 |
| Hex | E6 | D3 | 56 | 0 | 8 | 3F | A | 34 | 4A | 3E |
| Octal | 346 | 323 | 126 | 0 | 10 | 77 | 12 | 64 | 112 | 76 |
| Binary | 11100110 | 11010011 | 1010110 | 0 | 1000 | 111111 | 1010 | 110100 | 1001010 | 111110 |
Color Harmonies of #E6D356
Complementary color
Monochromatic Colors of #E6D356
Black with #E6D356
Text Example
Text Example
White with #E6D356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D356; }
p { color: rgb(230,211,86); }
H1.HeaderClassName
{
color: #E6D356;
}
.AnyTagClassName
{
color: #E6D356;
}
</style>
background-color css
<style>
a { background-color: #E6D356; }
a { background-color: rgb(230,211,86); }
div.DivClassName
{
background-color: #E6D356;
}
.BgClassName
{
background-color: #E6D356;
}
</style>
border-color css
<style>
span { border-color: #E6D356; }
span { border-color: rgb(230,211,86); }
td.TdClassName
{
border-color: #E6D356;
}
.TagClassName
{
border-color: #E6D356;
}
</style>