Shades of Pancho #E6B48B
Tints of Pancho #E6B48B
RGB
CMYK
RGB Variations
Color information
#E6B48B (or 0xE6B48B) is known color: Pancho. HEX triplet: E6, B4 and 8B. RGB value is (230,180,139). Sum of RGB (Red+Green+Blue) = 230+180+139=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B48B is #194B74. Grayscale: #BEBEBE. Windows color (decimal): -1657717 or 9155814. OLE color: 9155814.
HSL color Cylindrical-coordinate representation of color #E6B48B: hue angle of 27.03º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6B48B is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 180 | 139 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.10 |
| HSL | 27.03º | 0.65% | 0.72% | - |
| HSV(B) | 27.03º | 0.4% | 0.9% | - |
| XYZ | 53.61 | 51.33 | 31.51 | - |
| YUV | 190.28 | 99.07 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 180 | 139 | 0 | 0.22 | 0.40 | 0.10 | 27.03 | 0.65 | 0.72 |
| Hex | E6 | B4 | 8B | 0 | 16 | 28 | A | 1B | 41 | 48 |
| Octal | 346 | 264 | 213 | 0 | 26 | 50 | 12 | 33 | 101 | 110 |
| Binary | 11100110 | 10110100 | 10001011 | 0 | 10110 | 101000 | 1010 | 11011 | 1000001 | 1001000 |
Color Harmonies of #E6B48B
Complementary color
Monochromatic Colors of #E6B48B
Black with #E6B48B
Text Example
Text Example
White with #E6B48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B48B; }
p { color: rgb(230,180,139); }
H1.HeaderClassName
{
color: #E6B48B;
}
.AnyTagClassName
{
color: #E6B48B;
}
</style>
background-color css
<style>
a { background-color: #E6B48B; }
a { background-color: rgb(230,180,139); }
div.DivClassName
{
background-color: #E6B48B;
}
.BgClassName
{
background-color: #E6B48B;
}
</style>
border-color css
<style>
span { border-color: #E6B48B; }
span { border-color: rgb(230,180,139); }
td.TdClassName
{
border-color: #E6B48B;
}
.TagClassName
{
border-color: #E6B48B;
}
</style>