Shades of Pancho #E3B494
Tints of Pancho #E3B494
RGB
CMYK
RGB Variations
Color information
#E3B494 (or 0xE3B494) is known color: Pancho. HEX triplet: E3, B4 and 94. RGB value is (227,180,148). Sum of RGB (Red+Green+Blue) = 227+180+148=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3B494 is #1C4B6B. Grayscale: #BEBEBE. Windows color (decimal): -1854316 or 9745635. OLE color: 9745635.
HSL color Cylindrical-coordinate representation of color #E3B494: hue angle of 24.3º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E3B494 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 180 | 148 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.11 |
| HSL | 24.3º | 0.59% | 0.74% | - |
| HSV(B) | 24.3º | 0.35% | 0.89% | - |
| XYZ | 53.35 | 51.11 | 35.07 | - |
| YUV | 190.41 | 104.07 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 180 | 148 | 0 | 0.21 | 0.35 | 0.11 | 24.3 | 0.59 | 0.74 |
| Hex | E3 | B4 | 94 | 0 | 15 | 23 | B | 18 | 3B | 4A |
| Octal | 343 | 264 | 224 | 0 | 25 | 43 | 13 | 30 | 73 | 112 |
| Binary | 11100011 | 10110100 | 10010100 | 0 | 10101 | 100011 | 1011 | 11000 | 111011 | 1001010 |
Color Harmonies of #E3B494
Complementary color
Monochromatic Colors of #E3B494
Black with #E3B494
Text Example
Text Example
White with #E3B494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B494; }
p { color: rgb(227,180,148); }
H1.HeaderClassName
{
color: #E3B494;
}
.AnyTagClassName
{
color: #E3B494;
}
</style>
background-color css
<style>
a { background-color: #E3B494; }
a { background-color: rgb(227,180,148); }
div.DivClassName
{
background-color: #E3B494;
}
.BgClassName
{
background-color: #E3B494;
}
</style>
border-color css
<style>
span { border-color: #E3B494; }
span { border-color: rgb(227,180,148); }
td.TdClassName
{
border-color: #E3B494;
}
.TagClassName
{
border-color: #E3B494;
}
</style>