Shades of Pancho #E2BA94
Tints of Pancho #E2BA94
RGB
CMYK
RGB Variations
Color information
#E2BA94 (or 0xE2BA94) is known color: Pancho. HEX triplet: E2, BA and 94. RGB value is (226,186,148). Sum of RGB (Red+Green+Blue) = 226+186+148=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BA94 is #1D456B. Grayscale: #C1C1C1. Windows color (decimal): -1918316 or 9747170. OLE color: 9747170.
HSL color Cylindrical-coordinate representation of color #E2BA94: hue angle of 29.23º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2BA94 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 186 | 148 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.11 |
| HSL | 29.23º | 0.57% | 0.73% | - |
| HSV(B) | 29.23º | 0.35% | 0.89% | - |
| XYZ | 54.27 | 53.42 | 35.47 | - |
| YUV | 193.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 148 | 0 | 0.18 | 0.35 | 0.11 | 29.23 | 0.57 | 0.73 |
| Hex | E2 | BA | 94 | 0 | 12 | 23 | B | 1D | 39 | 49 |
| Octal | 342 | 272 | 224 | 0 | 22 | 43 | 13 | 35 | 71 | 111 |
| Binary | 11100010 | 10111010 | 10010100 | 0 | 10010 | 100011 | 1011 | 11101 | 111001 | 1001001 |
Color Harmonies of #E2BA94
Complementary color
Monochromatic Colors of #E2BA94
Black with #E2BA94
Text Example
Text Example
White with #E2BA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BA94; }
p { color: rgb(226,186,148); }
H1.HeaderClassName
{
color: #E2BA94;
}
.AnyTagClassName
{
color: #E2BA94;
}
</style>
background-color css
<style>
a { background-color: #E2BA94; }
a { background-color: rgb(226,186,148); }
div.DivClassName
{
background-color: #E2BA94;
}
.BgClassName
{
background-color: #E2BA94;
}
</style>
border-color css
<style>
span { border-color: #E2BA94; }
span { border-color: rgb(226,186,148); }
td.TdClassName
{
border-color: #E2BA94;
}
.TagClassName
{
border-color: #E2BA94;
}
</style>