Shades of Pancho #E2BD95
Tints of Pancho #E2BD95
RGB
CMYK
RGB Variations
Color information
#E2BD95 (or 0xE2BD95) is known color: Pancho. HEX triplet: E2, BD and 95. RGB value is (226,189,149). Sum of RGB (Red+Green+Blue) = 226+189+149=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BD95 is #1D426A. Grayscale: #C3C3C3. Windows color (decimal): -1917547 or 9813474. OLE color: 9813474.
HSL color Cylindrical-coordinate representation of color #E2BD95: hue angle of 31.17º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2BD95 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 149 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.11 |
| HSL | 31.17º | 0.57% | 0.74% | - |
| HSV(B) | 31.17º | 0.34% | 0.89% | - |
| XYZ | 54.99 | 54.73 | 36.1 | - |
| YUV | 195.5 | 101.76 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 149 | 0 | 0.16 | 0.34 | 0.11 | 31.17 | 0.57 | 0.74 |
| Hex | E2 | BD | 95 | 0 | 10 | 22 | B | 1F | 39 | 4A |
| Octal | 342 | 275 | 225 | 0 | 20 | 42 | 13 | 37 | 71 | 112 |
| Binary | 11100010 | 10111101 | 10010101 | 0 | 10000 | 100010 | 1011 | 11111 | 111001 | 1001010 |
Color Harmonies of #E2BD95
Complementary color
Monochromatic Colors of #E2BD95
Black with #E2BD95
Text Example
Text Example
White with #E2BD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BD95; }
p { color: rgb(226,189,149); }
H1.HeaderClassName
{
color: #E2BD95;
}
.AnyTagClassName
{
color: #E2BD95;
}
</style>
background-color css
<style>
a { background-color: #E2BD95; }
a { background-color: rgb(226,189,149); }
div.DivClassName
{
background-color: #E2BD95;
}
.BgClassName
{
background-color: #E2BD95;
}
</style>
border-color css
<style>
span { border-color: #E2BD95; }
span { border-color: rgb(226,189,149); }
td.TdClassName
{
border-color: #E2BD95;
}
.TagClassName
{
border-color: #E2BD95;
}
</style>