Shades of Pancho #E6BA98
Tints of Pancho #E6BA98
RGB
CMYK
RGB Variations
Color information
#E6BA98 (or 0xE6BA98) is known color: Pancho. HEX triplet: E6, BA and 98. RGB value is (230,186,152). Sum of RGB (Red+Green+Blue) = 230+186+152=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BA98 is #194567. Grayscale: #C3C3C3. Windows color (decimal): -1656168 or 10009318. OLE color: 10009318.
HSL color Cylindrical-coordinate representation of color #E6BA98: hue angle of 26.15º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E6BA98 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 152 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.10 |
| HSL | 26.15º | 0.61% | 0.75% | - |
| HSV(B) | 26.15º | 0.34% | 0.9% | - |
| XYZ | 55.86 | 54.21 | 37.22 | - |
| YUV | 195.28 | 103.58 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 152 | 0 | 0.19 | 0.34 | 0.10 | 26.15 | 0.61 | 0.75 |
| Hex | E6 | BA | 98 | 0 | 13 | 22 | A | 1A | 3D | 4B |
| Octal | 346 | 272 | 230 | 0 | 23 | 42 | 12 | 32 | 75 | 113 |
| Binary | 11100110 | 10111010 | 10011000 | 0 | 10011 | 100010 | 1010 | 11010 | 111101 | 1001011 |
Color Harmonies of #E6BA98
Complementary color
Monochromatic Colors of #E6BA98
Black with #E6BA98
Text Example
Text Example
White with #E6BA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BA98; }
p { color: rgb(230,186,152); }
H1.HeaderClassName
{
color: #E6BA98;
}
.AnyTagClassName
{
color: #E6BA98;
}
</style>
background-color css
<style>
a { background-color: #E6BA98; }
a { background-color: rgb(230,186,152); }
div.DivClassName
{
background-color: #E6BA98;
}
.BgClassName
{
background-color: #E6BA98;
}
</style>
border-color css
<style>
span { border-color: #E6BA98; }
span { border-color: rgb(230,186,152); }
td.TdClassName
{
border-color: #E6BA98;
}
.TagClassName
{
border-color: #E6BA98;
}
</style>