Shades of Manz #E6D75A
Tints of Manz #E6D75A
RGB
CMYK
RGB Variations
Color information
#E6D75A (or 0xE6D75A) is known color: Manz. HEX triplet: E6, D7 and 5A. RGB value is (230,215,90). Sum of RGB (Red+Green+Blue) = 230+215+90=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 90 (35.55% from 255 or 16.82% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D75A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D75A is #1928A5. Grayscale: #CDCDCD. Windows color (decimal): -1648806 or 5953510. OLE color: 5953510.
HSL color Cylindrical-coordinate representation of color #E6D75A: hue angle of 53.57º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6D75A is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 215 | 90 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.10 |
| HSL | 53.57º | 0.74% | 0.63% | - |
| HSV(B) | 53.57º | 0.61% | 0.9% | - |
| XYZ | 58.78 | 66.16 | 19.35 | - |
| YUV | 205.24 | 62.97 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 215 | 90 | 0 | 0.07 | 0.61 | 0.10 | 53.57 | 0.74 | 0.63 |
| Hex | E6 | D7 | 5A | 0 | 7 | 3D | A | 36 | 4A | 3F |
| Octal | 346 | 327 | 132 | 0 | 7 | 75 | 12 | 66 | 112 | 77 |
| Binary | 11100110 | 11010111 | 1011010 | 0 | 111 | 111101 | 1010 | 110110 | 1001010 | 111111 |
Color Harmonies of #E6D75A
Complementary color
Monochromatic Colors of #E6D75A
Black with #E6D75A
Text Example
Text Example
White with #E6D75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D75A; }
p { color: rgb(230,215,90); }
H1.HeaderClassName
{
color: #E6D75A;
}
.AnyTagClassName
{
color: #E6D75A;
}
</style>
background-color css
<style>
a { background-color: #E6D75A; }
a { background-color: rgb(230,215,90); }
div.DivClassName
{
background-color: #E6D75A;
}
.BgClassName
{
background-color: #E6D75A;
}
</style>
border-color css
<style>
span { border-color: #E6D75A; }
span { border-color: rgb(230,215,90); }
td.TdClassName
{
border-color: #E6D75A;
}
.TagClassName
{
border-color: #E6D75A;
}
</style>