Shades of Pancho #E7B693
Tints of Pancho #E7B693
RGB
CMYK
RGB Variations
Color information
#E7B693 (or 0xE7B693) is known color: Pancho. HEX triplet: E7, B6 and 93. RGB value is (231,182,147). Sum of RGB (Red+Green+Blue) = 231+182+147=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B693 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B693 is #18496C. Grayscale: #C0C0C0. Windows color (decimal): -1591661 or 9680615. OLE color: 9680615.
HSL color Cylindrical-coordinate representation of color #E7B693: hue angle of 25º degrees, saturation: 0.64, 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 #E7B693 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 182 | 147 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.09 |
| HSL | 25º | 0.64% | 0.74% | - |
| HSV(B) | 25º | 0.36% | 0.91% | - |
| XYZ | 54.95 | 52.55 | 34.85 | - |
| YUV | 192.66 | 102.23 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 147 | 0 | 0.21 | 0.36 | 0.09 | 25 | 0.64 | 0.74 |
| Hex | E7 | B6 | 93 | 0 | 15 | 24 | 9 | 19 | 40 | 4A |
| Octal | 347 | 266 | 223 | 0 | 25 | 44 | 11 | 31 | 100 | 112 |
| Binary | 11100111 | 10110110 | 10010011 | 0 | 10101 | 100100 | 1001 | 11001 | 1000000 | 1001010 |
Color Harmonies of #E7B693
Complementary color
Monochromatic Colors of #E7B693
Black with #E7B693
Text Example
Text Example
White with #E7B693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B693; }
p { color: rgb(231,182,147); }
H1.HeaderClassName
{
color: #E7B693;
}
.AnyTagClassName
{
color: #E7B693;
}
</style>
background-color css
<style>
a { background-color: #E7B693; }
a { background-color: rgb(231,182,147); }
div.DivClassName
{
background-color: #E7B693;
}
.BgClassName
{
background-color: #E7B693;
}
</style>
border-color css
<style>
span { border-color: #E7B693; }
span { border-color: rgb(231,182,147); }
td.TdClassName
{
border-color: #E7B693;
}
.TagClassName
{
border-color: #E7B693;
}
</style>