Shades of Pancho #E7B794
Tints of Pancho #E7B794
RGB
CMYK
RGB Variations
Color information
#E7B794 (or 0xE7B794) is known color: Pancho. HEX triplet: E7, B7 and 94. RGB value is (231,183,148). Sum of RGB (Red+Green+Blue) = 231+183+148=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B794 is #18486B. Grayscale: #C1C1C1. Windows color (decimal): -1591404 or 9746407. OLE color: 9746407.
HSL color Cylindrical-coordinate representation of color #E7B794: hue angle of 25.3º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E7B794 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 183 | 148 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.09 |
| HSL | 25.3º | 0.63% | 0.74% | - |
| HSV(B) | 25.3º | 0.36% | 0.91% | - |
| XYZ | 55.23 | 52.99 | 35.33 | - |
| YUV | 193.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 183 | 148 | 0 | 0.21 | 0.36 | 0.09 | 25.3 | 0.63 | 0.74 |
| Hex | E7 | B7 | 94 | 0 | 15 | 24 | 9 | 19 | 3F | 4A |
| Octal | 347 | 267 | 224 | 0 | 25 | 44 | 11 | 31 | 77 | 112 |
| Binary | 11100111 | 10110111 | 10010100 | 0 | 10101 | 100100 | 1001 | 11001 | 111111 | 1001010 |
Color Harmonies of #E7B794
Complementary color
Monochromatic Colors of #E7B794
Black with #E7B794
Text Example
Text Example
White with #E7B794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B794; }
p { color: rgb(231,183,148); }
H1.HeaderClassName
{
color: #E7B794;
}
.AnyTagClassName
{
color: #E7B794;
}
</style>
background-color css
<style>
a { background-color: #E7B794; }
a { background-color: rgb(231,183,148); }
div.DivClassName
{
background-color: #E7B794;
}
.BgClassName
{
background-color: #E7B794;
}
</style>
border-color css
<style>
span { border-color: #E7B794; }
span { border-color: rgb(231,183,148); }
td.TdClassName
{
border-color: #E7B794;
}
.TagClassName
{
border-color: #E7B794;
}
</style>