Shades of Pancho #E3B690
Tints of Pancho #E3B690
RGB
CMYK
RGB Variations
Color information
#E3B690 (or 0xE3B690) is known color: Pancho. HEX triplet: E3, B6 and 90. RGB value is (227,182,144). Sum of RGB (Red+Green+Blue) = 227+182+144=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3B690 is #1C496F. Grayscale: #BFBFBF. Windows color (decimal): -1853808 or 9484003. OLE color: 9484003.
HSL color Cylindrical-coordinate representation of color #E3B690: hue angle of 27.47º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E3B690 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 182 | 144 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.11 |
| HSL | 27.47º | 0.6% | 0.73% | - |
| HSV(B) | 27.47º | 0.37% | 0.89% | - |
| XYZ | 53.44 | 51.8 | 33.57 | - |
| YUV | 191.12 | 101.41 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 182 | 144 | 0 | 0.20 | 0.37 | 0.11 | 27.47 | 0.6 | 0.73 |
| Hex | E3 | B6 | 90 | 0 | 14 | 25 | B | 1B | 3C | 49 |
| Octal | 343 | 266 | 220 | 0 | 24 | 45 | 13 | 33 | 74 | 111 |
| Binary | 11100011 | 10110110 | 10010000 | 0 | 10100 | 100101 | 1011 | 11011 | 111100 | 1001001 |
Color Harmonies of #E3B690
Complementary color
Monochromatic Colors of #E3B690
Black with #E3B690
Text Example
Text Example
White with #E3B690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B690; }
p { color: rgb(227,182,144); }
H1.HeaderClassName
{
color: #E3B690;
}
.AnyTagClassName
{
color: #E3B690;
}
</style>
background-color css
<style>
a { background-color: #E3B690; }
a { background-color: rgb(227,182,144); }
div.DivClassName
{
background-color: #E3B690;
}
.BgClassName
{
background-color: #E3B690;
}
</style>
border-color css
<style>
span { border-color: #E3B690; }
span { border-color: rgb(227,182,144); }
td.TdClassName
{
border-color: #E3B690;
}
.TagClassName
{
border-color: #E3B690;
}
</style>