Shades of Manz #E6D457
Tints of Manz #E6D457
RGB
CMYK
RGB Variations
Color information
#E6D457 (or 0xE6D457) is known color: Manz. HEX triplet: E6, D4 and 57. RGB value is (230,212,87). Sum of RGB (Red+Green+Blue) = 230+212+87=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 87 (34.38% from 255 or 16.45% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D457 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D457 is #192BA8. Grayscale: #CBCBCB. Windows color (decimal): -1649577 or 5756134. OLE color: 5756134.
HSL color Cylindrical-coordinate representation of color #E6D457: hue angle of 52.45º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E6D457 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 212 | 87 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.10 |
| HSL | 52.45º | 0.74% | 0.62% | - |
| HSV(B) | 52.45º | 0.62% | 0.9% | - |
| XYZ | 57.9 | 64.6 | 18.43 | - |
| YUV | 203.13 | 62.46 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 212 | 87 | 0 | 0.08 | 0.62 | 0.10 | 52.45 | 0.74 | 0.62 |
| Hex | E6 | D4 | 57 | 0 | 8 | 3E | A | 34 | 4A | 3E |
| Octal | 346 | 324 | 127 | 0 | 10 | 76 | 12 | 64 | 112 | 76 |
| Binary | 11100110 | 11010100 | 1010111 | 0 | 1000 | 111110 | 1010 | 110100 | 1001010 | 111110 |
Color Harmonies of #E6D457
Complementary color
Monochromatic Colors of #E6D457
Black with #E6D457
Text Example
Text Example
White with #E6D457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D457; }
p { color: rgb(230,212,87); }
H1.HeaderClassName
{
color: #E6D457;
}
.AnyTagClassName
{
color: #E6D457;
}
</style>
background-color css
<style>
a { background-color: #E6D457; }
a { background-color: rgb(230,212,87); }
div.DivClassName
{
background-color: #E6D457;
}
.BgClassName
{
background-color: #E6D457;
}
</style>
border-color css
<style>
span { border-color: #E6D457; }
span { border-color: rgb(230,212,87); }
td.TdClassName
{
border-color: #E6D457;
}
.TagClassName
{
border-color: #E6D457;
}
</style>