Shades of Pancho #E6BE8F
Tints of Pancho #E6BE8F
RGB
CMYK
RGB Variations
Color information
#E6BE8F (or 0xE6BE8F) is known color: Pancho. HEX triplet: E6, BE and 8F. RGB value is (230,190,143). Sum of RGB (Red+Green+Blue) = 230+190+143=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BE8F is #194170. Grayscale: #C4C4C4. Windows color (decimal): -1655153 or 9420518. OLE color: 9420518.
HSL color Cylindrical-coordinate representation of color #E6BE8F: hue angle of 32.41º 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 #E6BE8F is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 143 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.10 |
| HSL | 32.41º | 0.64% | 0.73% | - |
| HSV(B) | 32.41º | 0.38% | 0.9% | - |
| XYZ | 56 | 55.63 | 33.77 | - |
| YUV | 196.6 | 97.75 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 143 | 0 | 0.17 | 0.38 | 0.10 | 32.41 | 0.64 | 0.73 |
| Hex | E6 | BE | 8F | 0 | 11 | 26 | A | 20 | 40 | 49 |
| Octal | 346 | 276 | 217 | 0 | 21 | 46 | 12 | 40 | 100 | 111 |
| Binary | 11100110 | 10111110 | 10001111 | 0 | 10001 | 100110 | 1010 | 100000 | 1000000 | 1001001 |
Color Harmonies of #E6BE8F
Complementary color
Monochromatic Colors of #E6BE8F
Black with #E6BE8F
Text Example
Text Example
White with #E6BE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BE8F; }
p { color: rgb(230,190,143); }
H1.HeaderClassName
{
color: #E6BE8F;
}
.AnyTagClassName
{
color: #E6BE8F;
}
</style>
background-color css
<style>
a { background-color: #E6BE8F; }
a { background-color: rgb(230,190,143); }
div.DivClassName
{
background-color: #E6BE8F;
}
.BgClassName
{
background-color: #E6BE8F;
}
</style>
border-color css
<style>
span { border-color: #E6BE8F; }
span { border-color: rgb(230,190,143); }
td.TdClassName
{
border-color: #E6BE8F;
}
.TagClassName
{
border-color: #E6BE8F;
}
</style>