Shades of Pancho #E3BA98
Tints of Pancho #E3BA98
RGB
CMYK
RGB Variations
Color information
#E3BA98 (or 0xE3BA98) is known color: Pancho. HEX triplet: E3, BA and 98. RGB value is (227,186,152). Sum of RGB (Red+Green+Blue) = 227+186+152=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BA98 is #1C4567. Grayscale: #C2C2C2. Windows color (decimal): -1852776 or 10009315. OLE color: 10009315.
HSL color Cylindrical-coordinate representation of color #E3BA98: hue angle of 27.2º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E3BA98 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 152 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.11 |
| HSL | 27.2º | 0.57% | 0.74% | - |
| HSV(B) | 27.2º | 0.33% | 0.89% | - |
| XYZ | 54.9 | 53.72 | 37.18 | - |
| YUV | 194.38 | 104.08 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 152 | 0 | 0.18 | 0.33 | 0.11 | 27.2 | 0.57 | 0.74 |
| Hex | E3 | BA | 98 | 0 | 12 | 21 | B | 1B | 39 | 4A |
| Octal | 343 | 272 | 230 | 0 | 22 | 41 | 13 | 33 | 71 | 112 |
| Binary | 11100011 | 10111010 | 10011000 | 0 | 10010 | 100001 | 1011 | 11011 | 111001 | 1001010 |
Color Harmonies of #E3BA98
Complementary color
Monochromatic Colors of #E3BA98
Black with #E3BA98
Text Example
Text Example
White with #E3BA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BA98; }
p { color: rgb(227,186,152); }
H1.HeaderClassName
{
color: #E3BA98;
}
.AnyTagClassName
{
color: #E3BA98;
}
</style>
background-color css
<style>
a { background-color: #E3BA98; }
a { background-color: rgb(227,186,152); }
div.DivClassName
{
background-color: #E3BA98;
}
.BgClassName
{
background-color: #E3BA98;
}
</style>
border-color css
<style>
span { border-color: #E3BA98; }
span { border-color: rgb(227,186,152); }
td.TdClassName
{
border-color: #E3BA98;
}
.TagClassName
{
border-color: #E3BA98;
}
</style>