Shades of Pancho #E6B18E
Tints of Pancho #E6B18E
RGB
CMYK
RGB Variations
Color information
#E6B18E (or 0xE6B18E) is known color: Pancho. HEX triplet: E6, B1 and 8E. RGB value is (230,177,142). Sum of RGB (Red+Green+Blue) = 230+177+142=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B18E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B18E is #194E71. Grayscale: #BDBDBD. Windows color (decimal): -1658482 or 9351654. OLE color: 9351654.
HSL color Cylindrical-coordinate representation of color #E6B18E: hue angle of 23.86º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E6B18E is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 177 | 142 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.10 |
| HSL | 23.86º | 0.64% | 0.73% | - |
| HSV(B) | 23.86º | 0.38% | 0.9% | - |
| XYZ | 53.24 | 50.22 | 32.48 | - |
| YUV | 188.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 177 | 142 | 0 | 0.23 | 0.38 | 0.10 | 23.86 | 0.64 | 0.73 |
| Hex | E6 | B1 | 8E | 0 | 17 | 26 | A | 18 | 40 | 49 |
| Octal | 346 | 261 | 216 | 0 | 27 | 46 | 12 | 30 | 100 | 111 |
| Binary | 11100110 | 10110001 | 10001110 | 0 | 10111 | 100110 | 1010 | 11000 | 1000000 | 1001001 |
Color Harmonies of #E6B18E
Complementary color
Monochromatic Colors of #E6B18E
Black with #E6B18E
Text Example
Text Example
White with #E6B18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B18E; }
p { color: rgb(230,177,142); }
H1.HeaderClassName
{
color: #E6B18E;
}
.AnyTagClassName
{
color: #E6B18E;
}
</style>
background-color css
<style>
a { background-color: #E6B18E; }
a { background-color: rgb(230,177,142); }
div.DivClassName
{
background-color: #E6B18E;
}
.BgClassName
{
background-color: #E6B18E;
}
</style>
border-color css
<style>
span { border-color: #E6B18E; }
span { border-color: rgb(230,177,142); }
td.TdClassName
{
border-color: #E6B18E;
}
.TagClassName
{
border-color: #E6B18E;
}
</style>