Shades of Pancho #E6B493
Tints of Pancho #E6B493
RGB
CMYK
RGB Variations
Color information
#E6B493 (or 0xE6B493) is known color: Pancho. HEX triplet: E6, B4 and 93. RGB value is (230,180,147). Sum of RGB (Red+Green+Blue) = 230+180+147=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B493 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B493 is #194B6C. Grayscale: #BFBFBF. Windows color (decimal): -1657709 or 9680102. OLE color: 9680102.
HSL color Cylindrical-coordinate representation of color #E6B493: hue angle of 23.86º 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 #E6B493 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 180 | 147 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.10 |
| HSL | 23.86º | 0.62% | 0.74% | - |
| HSV(B) | 23.86º | 0.36% | 0.9% | - |
| XYZ | 54.22 | 51.57 | 34.7 | - |
| YUV | 191.19 | 103.07 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 180 | 147 | 0 | 0.22 | 0.36 | 0.10 | 23.86 | 0.62 | 0.74 |
| Hex | E6 | B4 | 93 | 0 | 16 | 24 | A | 18 | 3E | 4A |
| Octal | 346 | 264 | 223 | 0 | 26 | 44 | 12 | 30 | 76 | 112 |
| Binary | 11100110 | 10110100 | 10010011 | 0 | 10110 | 100100 | 1010 | 11000 | 111110 | 1001010 |
Color Harmonies of #E6B493
Complementary color
Monochromatic Colors of #E6B493
Black with #E6B493
Text Example
Text Example
White with #E6B493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B493; }
p { color: rgb(230,180,147); }
H1.HeaderClassName
{
color: #E6B493;
}
.AnyTagClassName
{
color: #E6B493;
}
</style>
background-color css
<style>
a { background-color: #E6B493; }
a { background-color: rgb(230,180,147); }
div.DivClassName
{
background-color: #E6B493;
}
.BgClassName
{
background-color: #E6B493;
}
</style>
border-color css
<style>
span { border-color: #E6B493; }
span { border-color: rgb(230,180,147); }
td.TdClassName
{
border-color: #E6B493;
}
.TagClassName
{
border-color: #E6B493;
}
</style>