Shades of Pancho #E3BD97
Tints of Pancho #E3BD97
RGB
CMYK
RGB Variations
Color information
#E3BD97 (or 0xE3BD97) is known color: Pancho. HEX triplet: E3, BD and 97. RGB value is (227,189,151). Sum of RGB (Red+Green+Blue) = 227+189+151=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 151 (59.38% from 255 or 26.63% from 567); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BD97 is #1C4268. Grayscale: #C4C4C4. Windows color (decimal): -1852009 or 9944547. OLE color: 9944547.
HSL color Cylindrical-coordinate representation of color #E3BD97: hue angle of 30º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E3BD97 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 189 | 151 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.11 |
| HSL | 30º | 0.58% | 0.74% | - |
| HSV(B) | 30º | 0.33% | 0.89% | - |
| XYZ | 55.46 | 54.96 | 36.96 | - |
| YUV | 196.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 151 | 0 | 0.17 | 0.33 | 0.11 | 30 | 0.58 | 0.74 |
| Hex | E3 | BD | 97 | 0 | 11 | 21 | B | 1E | 3A | 4A |
| Octal | 343 | 275 | 227 | 0 | 21 | 41 | 13 | 36 | 72 | 112 |
| Binary | 11100011 | 10111101 | 10010111 | 0 | 10001 | 100001 | 1011 | 11110 | 111010 | 1001010 |
Color Harmonies of #E3BD97
Complementary color
Monochromatic Colors of #E3BD97
Black with #E3BD97
Text Example
Text Example
White with #E3BD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BD97; }
p { color: rgb(227,189,151); }
H1.HeaderClassName
{
color: #E3BD97;
}
.AnyTagClassName
{
color: #E3BD97;
}
</style>
background-color css
<style>
a { background-color: #E3BD97; }
a { background-color: rgb(227,189,151); }
div.DivClassName
{
background-color: #E3BD97;
}
.BgClassName
{
background-color: #E3BD97;
}
</style>
border-color css
<style>
span { border-color: #E3BD97; }
span { border-color: rgb(227,189,151); }
td.TdClassName
{
border-color: #E3BD97;
}
.TagClassName
{
border-color: #E3BD97;
}
</style>