Shades of Pancho #E2BD9C
Tints of Pancho #E2BD9C
RGB
CMYK
RGB Variations
Color information
#E2BD9C (or 0xE2BD9C) is known color: Pancho. HEX triplet: E2, BD and 9C. RGB value is (226,189,156). Sum of RGB (Red+Green+Blue) = 226+189+156=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BD9C is #1D4263. Grayscale: #C4C4C4. Windows color (decimal): -1917540 or 10272226. OLE color: 10272226.
HSL color Cylindrical-coordinate representation of color #E2BD9C: hue angle of 28.29º 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 #E2BD9C is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 156 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.11 |
| HSL | 28.29º | 0.55% | 0.75% | - |
| HSV(B) | 28.29º | 0.31% | 0.89% | - |
| XYZ | 55.56 | 54.96 | 39.13 | - |
| YUV | 196.3 | 105.26 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 156 | 0 | 0.16 | 0.31 | 0.11 | 28.29 | 0.55 | 0.75 |
| Hex | E2 | BD | 9C | 0 | 10 | 1F | B | 1C | 37 | 4B |
| Octal | 342 | 275 | 234 | 0 | 20 | 37 | 13 | 34 | 67 | 113 |
| Binary | 11100010 | 10111101 | 10011100 | 0 | 10000 | 11111 | 1011 | 11100 | 110111 | 1001011 |
Color Harmonies of #E2BD9C
Complementary color
Monochromatic Colors of #E2BD9C
Black with #E2BD9C
Text Example
Text Example
White with #E2BD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BD9C; }
p { color: rgb(226,189,156); }
H1.HeaderClassName
{
color: #E2BD9C;
}
.AnyTagClassName
{
color: #E2BD9C;
}
</style>
background-color css
<style>
a { background-color: #E2BD9C; }
a { background-color: rgb(226,189,156); }
div.DivClassName
{
background-color: #E2BD9C;
}
.BgClassName
{
background-color: #E2BD9C;
}
</style>
border-color css
<style>
span { border-color: #E2BD9C; }
span { border-color: rgb(226,189,156); }
td.TdClassName
{
border-color: #E2BD9C;
}
.TagClassName
{
border-color: #E2BD9C;
}
</style>