Shades of Pancho #E7B290
Tints of Pancho #E7B290
RGB
CMYK
RGB Variations
Color information
#E7B290 (or 0xE7B290) is known color: Pancho. HEX triplet: E7, B2 and 90. RGB value is (231,178,144). Sum of RGB (Red+Green+Blue) = 231+178+144=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7B290 is #184D6F. Grayscale: #BEBEBE. Windows color (decimal): -1592688 or 9482983. OLE color: 9482983.
HSL color Cylindrical-coordinate representation of color #E7B290: hue angle of 23.45º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E7B290 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 178 | 144 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.09 |
| HSL | 23.45º | 0.64% | 0.74% | - |
| HSV(B) | 23.45º | 0.38% | 0.91% | - |
| XYZ | 53.91 | 50.84 | 33.36 | - |
| YUV | 189.97 | 102.06 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 178 | 144 | 0 | 0.23 | 0.38 | 0.09 | 23.45 | 0.64 | 0.74 |
| Hex | E7 | B2 | 90 | 0 | 17 | 26 | 9 | 17 | 40 | 4A |
| Octal | 347 | 262 | 220 | 0 | 27 | 46 | 11 | 27 | 100 | 112 |
| Binary | 11100111 | 10110010 | 10010000 | 0 | 10111 | 100110 | 1001 | 10111 | 1000000 | 1001010 |
Color Harmonies of #E7B290
Complementary color
Monochromatic Colors of #E7B290
Black with #E7B290
Text Example
Text Example
White with #E7B290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B290; }
p { color: rgb(231,178,144); }
H1.HeaderClassName
{
color: #E7B290;
}
.AnyTagClassName
{
color: #E7B290;
}
</style>
background-color css
<style>
a { background-color: #E7B290; }
a { background-color: rgb(231,178,144); }
div.DivClassName
{
background-color: #E7B290;
}
.BgClassName
{
background-color: #E7B290;
}
</style>
border-color css
<style>
span { border-color: #E7B290; }
span { border-color: rgb(231,178,144); }
td.TdClassName
{
border-color: #E7B290;
}
.TagClassName
{
border-color: #E7B290;
}
</style>