Shades of Pancho #E5BB8D
Tints of Pancho #E5BB8D
RGB
CMYK
RGB Variations
Color information
#E5BB8D (or 0xE5BB8D) is known color: Pancho. HEX triplet: E5, BB and 8D. RGB value is (229,187,141). Sum of RGB (Red+Green+Blue) = 229+187+141=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BB8D is #1A4472. Grayscale: #C2C2C2. Windows color (decimal): -1721459 or 9288677. OLE color: 9288677.
HSL color Cylindrical-coordinate representation of color #E5BB8D: hue angle of 31.36º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5BB8D is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 187 | 141 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.10 |
| HSL | 31.36º | 0.63% | 0.73% | - |
| HSV(B) | 31.36º | 0.38% | 0.9% | - |
| XYZ | 54.89 | 54.12 | 32.75 | - |
| YUV | 194.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 141 | 0 | 0.18 | 0.38 | 0.10 | 31.36 | 0.63 | 0.73 |
| Hex | E5 | BB | 8D | 0 | 12 | 26 | A | 1F | 3F | 49 |
| Octal | 345 | 273 | 215 | 0 | 22 | 46 | 12 | 37 | 77 | 111 |
| Binary | 11100101 | 10111011 | 10001101 | 0 | 10010 | 100110 | 1010 | 11111 | 111111 | 1001001 |
Color Harmonies of #E5BB8D
Complementary color
Monochromatic Colors of #E5BB8D
Black with #E5BB8D
Text Example
Text Example
White with #E5BB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BB8D; }
p { color: rgb(229,187,141); }
H1.HeaderClassName
{
color: #E5BB8D;
}
.AnyTagClassName
{
color: #E5BB8D;
}
</style>
background-color css
<style>
a { background-color: #E5BB8D; }
a { background-color: rgb(229,187,141); }
div.DivClassName
{
background-color: #E5BB8D;
}
.BgClassName
{
background-color: #E5BB8D;
}
</style>
border-color css
<style>
span { border-color: #E5BB8D; }
span { border-color: rgb(229,187,141); }
td.TdClassName
{
border-color: #E5BB8D;
}
.TagClassName
{
border-color: #E5BB8D;
}
</style>