Shades of Pancho #E8B190
Tints of Pancho #E8B190
RGB
CMYK
RGB Variations
Color information
#E8B190 (or 0xE8B190) is known color: Pancho. HEX triplet: E8, B1 and 90. RGB value is (232,177,144). Sum of RGB (Red+Green+Blue) = 232+177+144=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8B190 is #174E6F. Grayscale: #BDBDBD. Windows color (decimal): -1527408 or 9482728. OLE color: 9482728.
HSL color Cylindrical-coordinate representation of color #E8B190: hue angle of 22.5º degrees, saturation: 0.66, 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 #E8B190 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 177 | 144 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.09 |
| HSL | 22.5º | 0.66% | 0.74% | - |
| HSV(B) | 22.5º | 0.38% | 0.91% | - |
| XYZ | 54.03 | 50.61 | 33.31 | - |
| YUV | 189.68 | 102.22 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 177 | 144 | 0 | 0.24 | 0.38 | 0.09 | 22.5 | 0.66 | 0.74 |
| Hex | E8 | B1 | 90 | 0 | 18 | 26 | 9 | 16 | 42 | 4A |
| Octal | 350 | 261 | 220 | 0 | 30 | 46 | 11 | 26 | 102 | 112 |
| Binary | 11101000 | 10110001 | 10010000 | 0 | 11000 | 100110 | 1001 | 10110 | 1000010 | 1001010 |
Color Harmonies of #E8B190
Complementary color
Monochromatic Colors of #E8B190
Black with #E8B190
Text Example
Text Example
White with #E8B190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B190; }
p { color: rgb(232,177,144); }
H1.HeaderClassName
{
color: #E8B190;
}
.AnyTagClassName
{
color: #E8B190;
}
</style>
background-color css
<style>
a { background-color: #E8B190; }
a { background-color: rgb(232,177,144); }
div.DivClassName
{
background-color: #E8B190;
}
.BgClassName
{
background-color: #E8B190;
}
</style>
border-color css
<style>
span { border-color: #E8B190; }
span { border-color: rgb(232,177,144); }
td.TdClassName
{
border-color: #E8B190;
}
.TagClassName
{
border-color: #E8B190;
}
</style>