Shades of Manz #E6D75E
Tints of Manz #E6D75E
RGB
CMYK
RGB Variations
Color information
#E6D75E (or 0xE6D75E) is known color: Manz. HEX triplet: E6, D7 and 5E. RGB value is (230,215,94). Sum of RGB (Red+Green+Blue) = 230+215+94=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D75E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D75E is #1928A1. Grayscale: #CECECE. Windows color (decimal): -1648802 or 6215654. OLE color: 6215654.
HSL color Cylindrical-coordinate representation of color #E6D75E: hue angle of 53.38º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6D75E is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 215 | 94 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.10 |
| HSL | 53.38º | 0.73% | 0.64% | - |
| HSV(B) | 53.38º | 0.59% | 0.9% | - |
| XYZ | 58.95 | 66.23 | 20.27 | - |
| YUV | 205.69 | 64.97 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 215 | 94 | 0 | 0.07 | 0.59 | 0.10 | 53.38 | 0.73 | 0.64 |
| Hex | E6 | D7 | 5E | 0 | 7 | 3B | A | 35 | 49 | 40 |
| Octal | 346 | 327 | 136 | 0 | 7 | 73 | 12 | 65 | 111 | 100 |
| Binary | 11100110 | 11010111 | 1011110 | 0 | 111 | 111011 | 1010 | 110101 | 1001001 | 1000000 |
Color Harmonies of #E6D75E
Complementary color
Monochromatic Colors of #E6D75E
Black with #E6D75E
Text Example
Text Example
White with #E6D75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D75E; }
p { color: rgb(230,215,94); }
H1.HeaderClassName
{
color: #E6D75E;
}
.AnyTagClassName
{
color: #E6D75E;
}
</style>
background-color css
<style>
a { background-color: #E6D75E; }
a { background-color: rgb(230,215,94); }
div.DivClassName
{
background-color: #E6D75E;
}
.BgClassName
{
background-color: #E6D75E;
}
</style>
border-color css
<style>
span { border-color: #E6D75E; }
span { border-color: rgb(230,215,94); }
td.TdClassName
{
border-color: #E6D75E;
}
.TagClassName
{
border-color: #E6D75E;
}
</style>