Shades of Pancho #E6BD97
Tints of Pancho #E6BD97
RGB
CMYK
RGB Variations
Color information
#E6BD97 (or 0xE6BD97) is known color: Pancho. HEX triplet: E6, BD and 97. RGB value is (230,189,151). Sum of RGB (Red+Green+Blue) = 230+189+151=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 151 (59.38% from 255 or 26.49% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BD97 is #194268. Grayscale: #C5C5C5. Windows color (decimal): -1655401 or 9944550. OLE color: 9944550.
HSL color Cylindrical-coordinate representation of color #E6BD97: hue angle of 28.86º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E6BD97 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 189 | 151 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.10 |
| HSL | 28.86º | 0.61% | 0.75% | - |
| HSV(B) | 28.86º | 0.34% | 0.9% | - |
| XYZ | 56.42 | 55.45 | 37.01 | - |
| YUV | 196.93 | 102.08 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 151 | 0 | 0.18 | 0.34 | 0.10 | 28.86 | 0.61 | 0.75 |
| Hex | E6 | BD | 97 | 0 | 12 | 22 | A | 1D | 3D | 4B |
| Octal | 346 | 275 | 227 | 0 | 22 | 42 | 12 | 35 | 75 | 113 |
| Binary | 11100110 | 10111101 | 10010111 | 0 | 10010 | 100010 | 1010 | 11101 | 111101 | 1001011 |
Color Harmonies of #E6BD97
Complementary color
Monochromatic Colors of #E6BD97
Black with #E6BD97
Text Example
Text Example
White with #E6BD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BD97; }
p { color: rgb(230,189,151); }
H1.HeaderClassName
{
color: #E6BD97;
}
.AnyTagClassName
{
color: #E6BD97;
}
</style>
background-color css
<style>
a { background-color: #E6BD97; }
a { background-color: rgb(230,189,151); }
div.DivClassName
{
background-color: #E6BD97;
}
.BgClassName
{
background-color: #E6BD97;
}
</style>
border-color css
<style>
span { border-color: #E6BD97; }
span { border-color: rgb(230,189,151); }
td.TdClassName
{
border-color: #E6BD97;
}
.TagClassName
{
border-color: #E6BD97;
}
</style>