Shades of Pancho #E4BC91
Tints of Pancho #E4BC91
RGB
CMYK
RGB Variations
Color information
#E4BC91 (or 0xE4BC91) is known color: Pancho. HEX triplet: E4, BC and 91. RGB value is (228,188,145). Sum of RGB (Red+Green+Blue) = 228+188+145=561 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.64% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 145 (57.03% from 255 or 25.85% from 561); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BC91 is #1B436E. Grayscale: #C3C3C3. Windows color (decimal): -1786735 or 9551076. OLE color: 9551076.
HSL color Cylindrical-coordinate representation of color #E4BC91: hue angle of 31.08º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E4BC91 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 188 | 145 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.11 |
| HSL | 31.08º | 0.61% | 0.73% | - |
| HSV(B) | 31.08º | 0.36% | 0.89% | - |
| XYZ | 55.09 | 54.5 | 34.41 | - |
| YUV | 195.06 | 99.75 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 188 | 145 | 0 | 0.18 | 0.36 | 0.11 | 31.08 | 0.61 | 0.73 |
| Hex | E4 | BC | 91 | 0 | 12 | 24 | B | 1F | 3D | 49 |
| Octal | 344 | 274 | 221 | 0 | 22 | 44 | 13 | 37 | 75 | 111 |
| Binary | 11100100 | 10111100 | 10010001 | 0 | 10010 | 100100 | 1011 | 11111 | 111101 | 1001001 |
Color Harmonies of #E4BC91
Complementary color
Monochromatic Colors of #E4BC91
Black with #E4BC91
Text Example
Text Example
White with #E4BC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BC91; }
p { color: rgb(228,188,145); }
H1.HeaderClassName
{
color: #E4BC91;
}
.AnyTagClassName
{
color: #E4BC91;
}
</style>
background-color css
<style>
a { background-color: #E4BC91; }
a { background-color: rgb(228,188,145); }
div.DivClassName
{
background-color: #E4BC91;
}
.BgClassName
{
background-color: #E4BC91;
}
</style>
border-color css
<style>
span { border-color: #E4BC91; }
span { border-color: rgb(228,188,145); }
td.TdClassName
{
border-color: #E4BC91;
}
.TagClassName
{
border-color: #E4BC91;
}
</style>