Shades of Pancho #E0B894
Tints of Pancho #E0B894
RGB
CMYK
RGB Variations
Color information
#E0B894 (or 0xE0B894) is known color: Pancho. HEX triplet: E0, B8 and 94. RGB value is (224,184,148). Sum of RGB (Red+Green+Blue) = 224+184+148=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 184 (72.27% from 255 or 33.09% from 556); Blue value is 148 (58.20% from 255 or 26.62% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B894 is #1F476B. Grayscale: #C0C0C0. Windows color (decimal): -2049900 or 9746656. OLE color: 9746656.
HSL color Cylindrical-coordinate representation of color #E0B894: hue angle of 28.42º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E0B894 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 184 | 148 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.12 |
| HSL | 28.42º | 0.55% | 0.73% | - |
| HSV(B) | 28.42º | 0.34% | 0.88% | - |
| XYZ | 53.23 | 52.27 | 35.3 | - |
| YUV | 191.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 184 | 148 | 0 | 0.18 | 0.34 | 0.12 | 28.42 | 0.55 | 0.73 |
| Hex | E0 | B8 | 94 | 0 | 12 | 22 | C | 1C | 37 | 49 |
| Octal | 340 | 270 | 224 | 0 | 22 | 42 | 14 | 34 | 67 | 111 |
| Binary | 11100000 | 10111000 | 10010100 | 0 | 10010 | 100010 | 1100 | 11100 | 110111 | 1001001 |
Color Harmonies of #E0B894
Complementary color
Monochromatic Colors of #E0B894
Black with #E0B894
Text Example
Text Example
White with #E0B894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B894; }
p { color: rgb(224,184,148); }
H1.HeaderClassName
{
color: #E0B894;
}
.AnyTagClassName
{
color: #E0B894;
}
</style>
background-color css
<style>
a { background-color: #E0B894; }
a { background-color: rgb(224,184,148); }
div.DivClassName
{
background-color: #E0B894;
}
.BgClassName
{
background-color: #E0B894;
}
</style>
border-color css
<style>
span { border-color: #E0B894; }
span { border-color: rgb(224,184,148); }
td.TdClassName
{
border-color: #E0B894;
}
.TagClassName
{
border-color: #E0B894;
}
</style>