Shades of Pancho #E5B393
Tints of Pancho #E5B393
RGB
CMYK
RGB Variations
Color information
#E5B393 (or 0xE5B393) is known color: Pancho. HEX triplet: E5, B3 and 93. RGB value is (229,179,147). Sum of RGB (Red+Green+Blue) = 229+179+147=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 147 (57.81% from 255 or 26.49% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B393 is #1A4C6C. Grayscale: #BEBEBE. Windows color (decimal): -1723501 or 9679845. OLE color: 9679845.
HSL color Cylindrical-coordinate representation of color #E5B393: hue angle of 23.41º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E5B393 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 179 | 147 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.10 |
| HSL | 23.41º | 0.61% | 0.74% | - |
| HSV(B) | 23.41º | 0.36% | 0.9% | - |
| XYZ | 53.7 | 51 | 34.62 | - |
| YUV | 190.3 | 103.57 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 179 | 147 | 0 | 0.22 | 0.36 | 0.10 | 23.41 | 0.61 | 0.74 |
| Hex | E5 | B3 | 93 | 0 | 16 | 24 | A | 17 | 3D | 4A |
| Octal | 345 | 263 | 223 | 0 | 26 | 44 | 12 | 27 | 75 | 112 |
| Binary | 11100101 | 10110011 | 10010011 | 0 | 10110 | 100100 | 1010 | 10111 | 111101 | 1001010 |
Color Harmonies of #E5B393
Complementary color
Monochromatic Colors of #E5B393
Black with #E5B393
Text Example
Text Example
White with #E5B393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B393; }
p { color: rgb(229,179,147); }
H1.HeaderClassName
{
color: #E5B393;
}
.AnyTagClassName
{
color: #E5B393;
}
</style>
background-color css
<style>
a { background-color: #E5B393; }
a { background-color: rgb(229,179,147); }
div.DivClassName
{
background-color: #E5B393;
}
.BgClassName
{
background-color: #E5B393;
}
</style>
border-color css
<style>
span { border-color: #E5B393; }
span { border-color: rgb(229,179,147); }
td.TdClassName
{
border-color: #E5B393;
}
.TagClassName
{
border-color: #E5B393;
}
</style>