Shades of Pancho #E0B895
Tints of Pancho #E0B895
RGB
CMYK
RGB Variations
Color information
#E0B895 (or 0xE0B895) is known color: Pancho. HEX triplet: E0, B8 and 95. RGB value is (224,184,149). Sum of RGB (Red+Green+Blue) = 224+184+149=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B895 is #1F476A. Grayscale: #C0C0C0. Windows color (decimal): -2049899 or 9812192. OLE color: 9812192.
HSL color Cylindrical-coordinate representation of color #E0B895: hue angle of 28º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0B895 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 184 | 149 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.12 |
| HSL | 28º | 0.55% | 0.73% | - |
| HSV(B) | 28º | 0.33% | 0.88% | - |
| XYZ | 53.31 | 52.3 | 35.72 | - |
| YUV | 191.97 | 103.75 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 184 | 149 | 0 | 0.18 | 0.33 | 0.12 | 28 | 0.55 | 0.73 |
| Hex | E0 | B8 | 95 | 0 | 12 | 21 | C | 1C | 37 | 49 |
| Octal | 340 | 270 | 225 | 0 | 22 | 41 | 14 | 34 | 67 | 111 |
| Binary | 11100000 | 10111000 | 10010101 | 0 | 10010 | 100001 | 1100 | 11100 | 110111 | 1001001 |
Color Harmonies of #E0B895
Complementary color
Monochromatic Colors of #E0B895
Black with #E0B895
Text Example
Text Example
White with #E0B895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B895; }
p { color: rgb(224,184,149); }
H1.HeaderClassName
{
color: #E0B895;
}
.AnyTagClassName
{
color: #E0B895;
}
</style>
background-color css
<style>
a { background-color: #E0B895; }
a { background-color: rgb(224,184,149); }
div.DivClassName
{
background-color: #E0B895;
}
.BgClassName
{
background-color: #E0B895;
}
</style>
border-color css
<style>
span { border-color: #E0B895; }
span { border-color: rgb(224,184,149); }
td.TdClassName
{
border-color: #E0B895;
}
.TagClassName
{
border-color: #E0B895;
}
</style>