Shades of Pancho #E3BA8D
Tints of Pancho #E3BA8D
RGB
CMYK
RGB Variations
Color information
#E3BA8D (or 0xE3BA8D) is known color: Pancho. HEX triplet: E3, BA and 8D. RGB value is (227,186,141). Sum of RGB (Red+Green+Blue) = 227+186+141=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BA8D is #1C4572. Grayscale: #C1C1C1. Windows color (decimal): -1852787 or 9288419. OLE color: 9288419.
HSL color Cylindrical-coordinate representation of color #E3BA8D: hue angle of 31.4º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E3BA8D is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 141 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.11 |
| HSL | 31.4º | 0.61% | 0.72% | - |
| HSV(B) | 31.4º | 0.38% | 0.89% | - |
| XYZ | 54.05 | 53.37 | 32.65 | - |
| YUV | 193.13 | 98.58 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 141 | 0 | 0.18 | 0.38 | 0.11 | 31.4 | 0.61 | 0.72 |
| Hex | E3 | BA | 8D | 0 | 12 | 26 | B | 1F | 3D | 48 |
| Octal | 343 | 272 | 215 | 0 | 22 | 46 | 13 | 37 | 75 | 110 |
| Binary | 11100011 | 10111010 | 10001101 | 0 | 10010 | 100110 | 1011 | 11111 | 111101 | 1001000 |
Color Harmonies of #E3BA8D
Complementary color
Monochromatic Colors of #E3BA8D
Black with #E3BA8D
Text Example
Text Example
White with #E3BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BA8D; }
p { color: rgb(227,186,141); }
H1.HeaderClassName
{
color: #E3BA8D;
}
.AnyTagClassName
{
color: #E3BA8D;
}
</style>
background-color css
<style>
a { background-color: #E3BA8D; }
a { background-color: rgb(227,186,141); }
div.DivClassName
{
background-color: #E3BA8D;
}
.BgClassName
{
background-color: #E3BA8D;
}
</style>
border-color css
<style>
span { border-color: #E3BA8D; }
span { border-color: rgb(227,186,141); }
td.TdClassName
{
border-color: #E3BA8D;
}
.TagClassName
{
border-color: #E3BA8D;
}
</style>