Shades of Pancho #E3BC93
Tints of Pancho #E3BC93
RGB
CMYK
RGB Variations
Color information
#E3BC93 (or 0xE3BC93) is known color: Pancho. HEX triplet: E3, BC and 93. RGB value is (227,188,147). Sum of RGB (Red+Green+Blue) = 227+188+147=562 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.39% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 147 (57.81% from 255 or 26.16% from 562); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BC93 is #1C436C. Grayscale: #C3C3C3. Windows color (decimal): -1852269 or 9682147. OLE color: 9682147.
HSL color Cylindrical-coordinate representation of color #E3BC93: hue angle of 30.75º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E3BC93 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 188 | 147 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.11 |
| HSL | 30.75º | 0.59% | 0.73% | - |
| HSV(B) | 30.75º | 0.35% | 0.89% | - |
| XYZ | 54.93 | 54.4 | 35.21 | - |
| YUV | 194.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 188 | 147 | 0 | 0.17 | 0.35 | 0.11 | 30.75 | 0.59 | 0.73 |
| Hex | E3 | BC | 93 | 0 | 11 | 23 | B | 1F | 3B | 49 |
| Octal | 343 | 274 | 223 | 0 | 21 | 43 | 13 | 37 | 73 | 111 |
| Binary | 11100011 | 10111100 | 10010011 | 0 | 10001 | 100011 | 1011 | 11111 | 111011 | 1001001 |
Color Harmonies of #E3BC93
Complementary color
Monochromatic Colors of #E3BC93
Black with #E3BC93
Text Example
Text Example
White with #E3BC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BC93; }
p { color: rgb(227,188,147); }
H1.HeaderClassName
{
color: #E3BC93;
}
.AnyTagClassName
{
color: #E3BC93;
}
</style>
background-color css
<style>
a { background-color: #E3BC93; }
a { background-color: rgb(227,188,147); }
div.DivClassName
{
background-color: #E3BC93;
}
.BgClassName
{
background-color: #E3BC93;
}
</style>
border-color css
<style>
span { border-color: #E3BC93; }
span { border-color: rgb(227,188,147); }
td.TdClassName
{
border-color: #E3BC93;
}
.TagClassName
{
border-color: #E3BC93;
}
</style>