Shades of Manz #E6D35A
Tints of Manz #E6D35A
RGB
CMYK
RGB Variations
Color information
#E6D35A (or 0xE6D35A) is known color: Manz. HEX triplet: E6, D3 and 5A. RGB value is (230,211,90). Sum of RGB (Red+Green+Blue) = 230+211+90=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 90 (35.55% from 255 or 16.95% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D35A is #192CA5. Grayscale: #CBCBCB. Windows color (decimal): -1649830 or 5952486. OLE color: 5952486.
HSL color Cylindrical-coordinate representation of color #E6D35A: hue angle of 51.86º 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 #E6D35A is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 211 | 90 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.10 |
| HSL | 51.86º | 0.74% | 0.63% | - |
| HSV(B) | 51.86º | 0.61% | 0.9% | - |
| XYZ | 57.77 | 64.15 | 19.01 | - |
| YUV | 202.89 | 64.29 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 211 | 90 | 0 | 0.08 | 0.61 | 0.10 | 51.86 | 0.74 | 0.63 |
| Hex | E6 | D3 | 5A | 0 | 8 | 3D | A | 34 | 4A | 3F |
| Octal | 346 | 323 | 132 | 0 | 10 | 75 | 12 | 64 | 112 | 77 |
| Binary | 11100110 | 11010011 | 1011010 | 0 | 1000 | 111101 | 1010 | 110100 | 1001010 | 111111 |
Color Harmonies of #E6D35A
Complementary color
Monochromatic Colors of #E6D35A
Black with #E6D35A
Text Example
Text Example
White with #E6D35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D35A; }
p { color: rgb(230,211,90); }
H1.HeaderClassName
{
color: #E6D35A;
}
.AnyTagClassName
{
color: #E6D35A;
}
</style>
background-color css
<style>
a { background-color: #E6D35A; }
a { background-color: rgb(230,211,90); }
div.DivClassName
{
background-color: #E6D35A;
}
.BgClassName
{
background-color: #E6D35A;
}
</style>
border-color css
<style>
span { border-color: #E6D35A; }
span { border-color: rgb(230,211,90); }
td.TdClassName
{
border-color: #E6D35A;
}
.TagClassName
{
border-color: #E6D35A;
}
</style>