Shades of Manz #E0D65A
Tints of Manz #E0D65A
RGB
CMYK
RGB Variations
Color information
#E0D65A (or 0xE0D65A) is known color: Manz. HEX triplet: E0, D6 and 5A. RGB value is (224,214,90). Sum of RGB (Red+Green+Blue) = 224+214+90=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 90 (35.55% from 255 or 17.05% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D65A is #1F29A5. Grayscale: #CBCBCB. Windows color (decimal): -2042278 or 5953248. OLE color: 5953248.
HSL color Cylindrical-coordinate representation of color #E0D65A: hue angle of 55.52º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E0D65A is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 214 | 90 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.12 |
| HSL | 55.52º | 0.68% | 0.62% | - |
| HSV(B) | 55.52º | 0.6% | 0.88% | - |
| XYZ | 56.63 | 64.68 | 19.17 | - |
| YUV | 202.85 | 64.31 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 214 | 90 | 0 | 0.04 | 0.60 | 0.12 | 55.52 | 0.68 | 0.62 |
| Hex | E0 | D6 | 5A | 0 | 4 | 3C | C | 38 | 44 | 3E |
| Octal | 340 | 326 | 132 | 0 | 4 | 74 | 14 | 70 | 104 | 76 |
| Binary | 11100000 | 11010110 | 1011010 | 0 | 100 | 111100 | 1100 | 111000 | 1000100 | 111110 |
Color Harmonies of #E0D65A
Complementary color
Monochromatic Colors of #E0D65A
Black with #E0D65A
Text Example
Text Example
White with #E0D65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D65A; }
p { color: rgb(224,214,90); }
H1.HeaderClassName
{
color: #E0D65A;
}
.AnyTagClassName
{
color: #E0D65A;
}
</style>
background-color css
<style>
a { background-color: #E0D65A; }
a { background-color: rgb(224,214,90); }
div.DivClassName
{
background-color: #E0D65A;
}
.BgClassName
{
background-color: #E0D65A;
}
</style>
border-color css
<style>
span { border-color: #E0D65A; }
span { border-color: rgb(224,214,90); }
td.TdClassName
{
border-color: #E0D65A;
}
.TagClassName
{
border-color: #E0D65A;
}
</style>