Shades of Manz #E8D65A
Tints of Manz #E8D65A
RGB
CMYK
RGB Variations
Color information
#E8D65A (or 0xE8D65A) is known color: Manz. HEX triplet: E8, D6 and 5A. RGB value is (232,214,90). Sum of RGB (Red+Green+Blue) = 232+214+90=536 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.28% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 90 (35.55% from 255 or 16.79% from 536); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D65A is #1729A5. Grayscale: #CDCDCD. Windows color (decimal): -1517990 or 5953256. OLE color: 5953256.
HSL color Cylindrical-coordinate representation of color #E8D65A: hue angle of 52.39º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E8D65A is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 214 | 90 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.09 |
| HSL | 52.39º | 0.76% | 0.63% | - |
| HSV(B) | 52.39º | 0.61% | 0.91% | - |
| XYZ | 59.17 | 65.99 | 19.29 | - |
| YUV | 205.25 | 62.96 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 214 | 90 | 0 | 0.08 | 0.61 | 0.09 | 52.39 | 0.76 | 0.63 |
| Hex | E8 | D6 | 5A | 0 | 8 | 3D | 9 | 34 | 4C | 3F |
| Octal | 350 | 326 | 132 | 0 | 10 | 75 | 11 | 64 | 114 | 77 |
| Binary | 11101000 | 11010110 | 1011010 | 0 | 1000 | 111101 | 1001 | 110100 | 1001100 | 111111 |
Color Harmonies of #E8D65A
Complementary color
Monochromatic Colors of #E8D65A
Black with #E8D65A
Text Example
Text Example
White with #E8D65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D65A; }
p { color: rgb(232,214,90); }
H1.HeaderClassName
{
color: #E8D65A;
}
.AnyTagClassName
{
color: #E8D65A;
}
</style>
background-color css
<style>
a { background-color: #E8D65A; }
a { background-color: rgb(232,214,90); }
div.DivClassName
{
background-color: #E8D65A;
}
.BgClassName
{
background-color: #E8D65A;
}
</style>
border-color css
<style>
span { border-color: #E8D65A; }
span { border-color: rgb(232,214,90); }
td.TdClassName
{
border-color: #E8D65A;
}
.TagClassName
{
border-color: #E8D65A;
}
</style>