Shades of Manz #E8D65B
Tints of Manz #E8D65B
RGB
CMYK
RGB Variations
Color information
#E8D65B (or 0xE8D65B) is known color: Manz. HEX triplet: E8, D6 and 5B. RGB value is (232,214,91). Sum of RGB (Red+Green+Blue) = 232+214+91=537 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.20% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 91 (35.94% from 255 or 16.95% from 537); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D65B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D65B is #1729A4. Grayscale: #CDCDCD. Windows color (decimal): -1517989 or 6018792. OLE color: 6018792.
HSL color Cylindrical-coordinate representation of color #E8D65B: hue angle of 52.34º degrees, saturation: 0.75, 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 #E8D65B is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 214 | 91 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.09 |
| HSL | 52.34º | 0.75% | 0.63% | - |
| HSV(B) | 52.34º | 0.61% | 0.91% | - |
| XYZ | 59.21 | 66 | 19.52 | - |
| YUV | 205.36 | 63.46 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 214 | 91 | 0 | 0.08 | 0.61 | 0.09 | 52.34 | 0.75 | 0.63 |
| Hex | E8 | D6 | 5B | 0 | 8 | 3D | 9 | 34 | 4B | 3F |
| Octal | 350 | 326 | 133 | 0 | 10 | 75 | 11 | 64 | 113 | 77 |
| Binary | 11101000 | 11010110 | 1011011 | 0 | 1000 | 111101 | 1001 | 110100 | 1001011 | 111111 |
Color Harmonies of #E8D65B
Complementary color
Monochromatic Colors of #E8D65B
Black with #E8D65B
Text Example
Text Example
White with #E8D65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D65B; }
p { color: rgb(232,214,91); }
H1.HeaderClassName
{
color: #E8D65B;
}
.AnyTagClassName
{
color: #E8D65B;
}
</style>
background-color css
<style>
a { background-color: #E8D65B; }
a { background-color: rgb(232,214,91); }
div.DivClassName
{
background-color: #E8D65B;
}
.BgClassName
{
background-color: #E8D65B;
}
</style>
border-color css
<style>
span { border-color: #E8D65B; }
span { border-color: rgb(232,214,91); }
td.TdClassName
{
border-color: #E8D65B;
}
.TagClassName
{
border-color: #E8D65B;
}
</style>