Shades of Pancho #E7B595
Tints of Pancho #E7B595
RGB
CMYK
RGB Variations
Color information
#E7B595 (or 0xE7B595) is known color: Pancho. HEX triplet: E7, B5 and 95. RGB value is (231,181,149). Sum of RGB (Red+Green+Blue) = 231+181+149=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B595 is #184A6A. Grayscale: #C0C0C0. Windows color (decimal): -1591915 or 9811431. OLE color: 9811431.
HSL color Cylindrical-coordinate representation of color #E7B595: hue angle of 23.41º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E7B595 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 181 | 149 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.09 |
| HSL | 23.41º | 0.63% | 0.75% | - |
| HSV(B) | 23.41º | 0.35% | 0.91% | - |
| XYZ | 54.9 | 52.21 | 35.62 | - |
| YUV | 192.3 | 103.57 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 181 | 149 | 0 | 0.22 | 0.35 | 0.09 | 23.41 | 0.63 | 0.75 |
| Hex | E7 | B5 | 95 | 0 | 16 | 23 | 9 | 17 | 3F | 4B |
| Octal | 347 | 265 | 225 | 0 | 26 | 43 | 11 | 27 | 77 | 113 |
| Binary | 11100111 | 10110101 | 10010101 | 0 | 10110 | 100011 | 1001 | 10111 | 111111 | 1001011 |
Color Harmonies of #E7B595
Complementary color
Monochromatic Colors of #E7B595
Black with #E7B595
Text Example
Text Example
White with #E7B595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B595; }
p { color: rgb(231,181,149); }
H1.HeaderClassName
{
color: #E7B595;
}
.AnyTagClassName
{
color: #E7B595;
}
</style>
background-color css
<style>
a { background-color: #E7B595; }
a { background-color: rgb(231,181,149); }
div.DivClassName
{
background-color: #E7B595;
}
.BgClassName
{
background-color: #E7B595;
}
</style>
border-color css
<style>
span { border-color: #E7B595; }
span { border-color: rgb(231,181,149); }
td.TdClassName
{
border-color: #E7B595;
}
.TagClassName
{
border-color: #E7B595;
}
</style>