Shades of Pancho #E6B495
Tints of Pancho #E6B495
RGB
CMYK
RGB Variations
Color information
#E6B495 (or 0xE6B495) is known color: Pancho. HEX triplet: E6, B4 and 95. RGB value is (230,180,149). Sum of RGB (Red+Green+Blue) = 230+180+149=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B495 is #194B6A. Grayscale: #BFBFBF. Windows color (decimal): -1657707 or 9811174. OLE color: 9811174.
HSL color Cylindrical-coordinate representation of color #E6B495: hue angle of 22.96º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6B495 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 180 | 149 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.10 |
| HSL | 22.96º | 0.62% | 0.74% | - |
| HSV(B) | 22.96º | 0.35% | 0.9% | - |
| XYZ | 54.38 | 51.64 | 35.53 | - |
| YUV | 191.42 | 104.07 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 180 | 149 | 0 | 0.22 | 0.35 | 0.10 | 22.96 | 0.62 | 0.74 |
| Hex | E6 | B4 | 95 | 0 | 16 | 23 | A | 17 | 3E | 4A |
| Octal | 346 | 264 | 225 | 0 | 26 | 43 | 12 | 27 | 76 | 112 |
| Binary | 11100110 | 10110100 | 10010101 | 0 | 10110 | 100011 | 1010 | 10111 | 111110 | 1001010 |
Color Harmonies of #E6B495
Complementary color
Monochromatic Colors of #E6B495
Black with #E6B495
Text Example
Text Example
White with #E6B495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B495; }
p { color: rgb(230,180,149); }
H1.HeaderClassName
{
color: #E6B495;
}
.AnyTagClassName
{
color: #E6B495;
}
</style>
background-color css
<style>
a { background-color: #E6B495; }
a { background-color: rgb(230,180,149); }
div.DivClassName
{
background-color: #E6B495;
}
.BgClassName
{
background-color: #E6B495;
}
</style>
border-color css
<style>
span { border-color: #E6B495; }
span { border-color: rgb(230,180,149); }
td.TdClassName
{
border-color: #E6B495;
}
.TagClassName
{
border-color: #E6B495;
}
</style>