Shades of Pancho #E6B99B
Tints of Pancho #E6B99B
RGB
CMYK
RGB Variations
Color information
#E6B99B (or 0xE6B99B) is known color: Pancho. HEX triplet: E6, B9 and 9B. RGB value is (230,185,155). Sum of RGB (Red+Green+Blue) = 230+185+155=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 185 (72.66% from 255 or 32.46% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B99B is #194664. Grayscale: #C3C3C3. Windows color (decimal): -1656421 or 10205670. OLE color: 10205670.
HSL color Cylindrical-coordinate representation of color #E6B99B: hue angle of 24º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6B99B is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 185 | 155 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.10 |
| HSL | 24º | 0.6% | 0.75% | - |
| HSV(B) | 24º | 0.33% | 0.9% | - |
| XYZ | 55.9 | 53.89 | 38.47 | - |
| YUV | 195.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 185 | 155 | 0 | 0.20 | 0.33 | 0.10 | 24 | 0.6 | 0.75 |
| Hex | E6 | B9 | 9B | 0 | 14 | 21 | A | 18 | 3C | 4B |
| Octal | 346 | 271 | 233 | 0 | 24 | 41 | 12 | 30 | 74 | 113 |
| Binary | 11100110 | 10111001 | 10011011 | 0 | 10100 | 100001 | 1010 | 11000 | 111100 | 1001011 |
Color Harmonies of #E6B99B
Complementary color
Monochromatic Colors of #E6B99B
Black with #E6B99B
Text Example
Text Example
White with #E6B99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B99B; }
p { color: rgb(230,185,155); }
H1.HeaderClassName
{
color: #E6B99B;
}
.AnyTagClassName
{
color: #E6B99B;
}
</style>
background-color css
<style>
a { background-color: #E6B99B; }
a { background-color: rgb(230,185,155); }
div.DivClassName
{
background-color: #E6B99B;
}
.BgClassName
{
background-color: #E6B99B;
}
</style>
border-color css
<style>
span { border-color: #E6B99B; }
span { border-color: rgb(230,185,155); }
td.TdClassName
{
border-color: #E6B99B;
}
.TagClassName
{
border-color: #E6B99B;
}
</style>