Shades of Pancho #E6B293
Tints of Pancho #E6B293
RGB
CMYK
RGB Variations
Color information
#E6B293 (or 0xE6B293) is known color: Pancho. HEX triplet: E6, B2 and 93. RGB value is (230,178,147). Sum of RGB (Red+Green+Blue) = 230+178+147=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 147 (57.81% from 255 or 26.49% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B293 is #194D6C. Grayscale: #BEBEBE. Windows color (decimal): -1658221 or 9679590. OLE color: 9679590.
HSL color Cylindrical-coordinate representation of color #E6B293: hue angle of 22.41º 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 #E6B293 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 178 | 147 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.10 |
| HSL | 22.41º | 0.62% | 0.74% | - |
| HSV(B) | 22.41º | 0.36% | 0.9% | - |
| XYZ | 53.82 | 50.77 | 34.57 | - |
| YUV | 190.01 | 103.73 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 178 | 147 | 0 | 0.23 | 0.36 | 0.10 | 22.41 | 0.62 | 0.74 |
| Hex | E6 | B2 | 93 | 0 | 17 | 24 | A | 16 | 3E | 4A |
| Octal | 346 | 262 | 223 | 0 | 27 | 44 | 12 | 26 | 76 | 112 |
| Binary | 11100110 | 10110010 | 10010011 | 0 | 10111 | 100100 | 1010 | 10110 | 111110 | 1001010 |
Color Harmonies of #E6B293
Complementary color
Monochromatic Colors of #E6B293
Black with #E6B293
Text Example
Text Example
White with #E6B293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B293; }
p { color: rgb(230,178,147); }
H1.HeaderClassName
{
color: #E6B293;
}
.AnyTagClassName
{
color: #E6B293;
}
</style>
background-color css
<style>
a { background-color: #E6B293; }
a { background-color: rgb(230,178,147); }
div.DivClassName
{
background-color: #E6B293;
}
.BgClassName
{
background-color: #E6B293;
}
</style>
border-color css
<style>
span { border-color: #E6B293; }
span { border-color: rgb(230,178,147); }
td.TdClassName
{
border-color: #E6B293;
}
.TagClassName
{
border-color: #E6B293;
}
</style>