Shades of Pancho #E2BD9B
Tints of Pancho #E2BD9B
RGB
CMYK
RGB Variations
Color information
#E2BD9B (or 0xE2BD9B) is known color: Pancho. HEX triplet: E2, BD and 9B. RGB value is (226,189,155). Sum of RGB (Red+Green+Blue) = 226+189+155=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BD9B is #1D4264. Grayscale: #C4C4C4. Windows color (decimal): -1917541 or 10206690. OLE color: 10206690.
HSL color Cylindrical-coordinate representation of color #E2BD9B: hue angle of 28.73º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2BD9B is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 155 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.11 |
| HSL | 28.73º | 0.55% | 0.75% | - |
| HSV(B) | 28.73º | 0.31% | 0.89% | - |
| XYZ | 55.48 | 54.93 | 38.69 | - |
| YUV | 196.19 | 104.76 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 155 | 0 | 0.16 | 0.31 | 0.11 | 28.73 | 0.55 | 0.75 |
| Hex | E2 | BD | 9B | 0 | 10 | 1F | B | 1D | 37 | 4B |
| Octal | 342 | 275 | 233 | 0 | 20 | 37 | 13 | 35 | 67 | 113 |
| Binary | 11100010 | 10111101 | 10011011 | 0 | 10000 | 11111 | 1011 | 11101 | 110111 | 1001011 |
Color Harmonies of #E2BD9B
Complementary color
Monochromatic Colors of #E2BD9B
Black with #E2BD9B
Text Example
Text Example
White with #E2BD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BD9B; }
p { color: rgb(226,189,155); }
H1.HeaderClassName
{
color: #E2BD9B;
}
.AnyTagClassName
{
color: #E2BD9B;
}
</style>
background-color css
<style>
a { background-color: #E2BD9B; }
a { background-color: rgb(226,189,155); }
div.DivClassName
{
background-color: #E2BD9B;
}
.BgClassName
{
background-color: #E2BD9B;
}
</style>
border-color css
<style>
span { border-color: #E2BD9B; }
span { border-color: rgb(226,189,155); }
td.TdClassName
{
border-color: #E2BD9B;
}
.TagClassName
{
border-color: #E2BD9B;
}
</style>