Shades of Pancho #E6B993
Tints of Pancho #E6B993
RGB
CMYK
RGB Variations
Color information
#E6B993 (or 0xE6B993) is known color: Pancho. HEX triplet: E6, B9 and 93. RGB value is (230,185,147). Sum of RGB (Red+Green+Blue) = 230+185+147=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 147 (57.81% from 255 or 26.16% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B993 is #19466C. Grayscale: #C2C2C2. Windows color (decimal): -1656429 or 9681382. OLE color: 9681382.
HSL color Cylindrical-coordinate representation of color #E6B993: hue angle of 27.47º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E6B993 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 185 | 147 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.10 |
| HSL | 27.47º | 0.62% | 0.74% | - |
| HSV(B) | 27.47º | 0.36% | 0.9% | - |
| XYZ | 55.25 | 53.63 | 35.04 | - |
| YUV | 194.12 | 101.41 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 185 | 147 | 0 | 0.20 | 0.36 | 0.10 | 27.47 | 0.62 | 0.74 |
| Hex | E6 | B9 | 93 | 0 | 14 | 24 | A | 1B | 3E | 4A |
| Octal | 346 | 271 | 223 | 0 | 24 | 44 | 12 | 33 | 76 | 112 |
| Binary | 11100110 | 10111001 | 10010011 | 0 | 10100 | 100100 | 1010 | 11011 | 111110 | 1001010 |
Color Harmonies of #E6B993
Complementary color
Monochromatic Colors of #E6B993
Black with #E6B993
Text Example
Text Example
White with #E6B993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B993; }
p { color: rgb(230,185,147); }
H1.HeaderClassName
{
color: #E6B993;
}
.AnyTagClassName
{
color: #E6B993;
}
</style>
background-color css
<style>
a { background-color: #E6B993; }
a { background-color: rgb(230,185,147); }
div.DivClassName
{
background-color: #E6B993;
}
.BgClassName
{
background-color: #E6B993;
}
</style>
border-color css
<style>
span { border-color: #E6B993; }
span { border-color: rgb(230,185,147); }
td.TdClassName
{
border-color: #E6B993;
}
.TagClassName
{
border-color: #E6B993;
}
</style>