Shades of Pancho #E5B898
Tints of Pancho #E5B898
RGB
CMYK
RGB Variations
Color information
#E5B898 (or 0xE5B898) is known color: Pancho. HEX triplet: E5, B8 and 98. RGB value is (229,184,152). Sum of RGB (Red+Green+Blue) = 229+184+152=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 184 (72.27% from 255 or 32.57% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B898 is #1A4767. Grayscale: #C1C1C1. Windows color (decimal): -1722216 or 10008805. OLE color: 10008805.
HSL color Cylindrical-coordinate representation of color #E5B898: hue angle of 24.94º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5B898 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 184 | 152 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.10 |
| HSL | 24.94º | 0.6% | 0.75% | - |
| HSV(B) | 24.94º | 0.34% | 0.9% | - |
| XYZ | 55.12 | 53.21 | 37.07 | - |
| YUV | 193.81 | 104.41 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 184 | 152 | 0 | 0.20 | 0.34 | 0.10 | 24.94 | 0.6 | 0.75 |
| Hex | E5 | B8 | 98 | 0 | 14 | 22 | A | 19 | 3C | 4B |
| Octal | 345 | 270 | 230 | 0 | 24 | 42 | 12 | 31 | 74 | 113 |
| Binary | 11100101 | 10111000 | 10011000 | 0 | 10100 | 100010 | 1010 | 11001 | 111100 | 1001011 |
Color Harmonies of #E5B898
Complementary color
Monochromatic Colors of #E5B898
Black with #E5B898
Text Example
Text Example
White with #E5B898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B898; }
p { color: rgb(229,184,152); }
H1.HeaderClassName
{
color: #E5B898;
}
.AnyTagClassName
{
color: #E5B898;
}
</style>
background-color css
<style>
a { background-color: #E5B898; }
a { background-color: rgb(229,184,152); }
div.DivClassName
{
background-color: #E5B898;
}
.BgClassName
{
background-color: #E5B898;
}
</style>
border-color css
<style>
span { border-color: #E5B898; }
span { border-color: rgb(229,184,152); }
td.TdClassName
{
border-color: #E5B898;
}
.TagClassName
{
border-color: #E5B898;
}
</style>