Shades of Pancho #E2BB94
Tints of Pancho #E2BB94
RGB
CMYK
RGB Variations
Color information
#E2BB94 (or 0xE2BB94) is known color: Pancho. HEX triplet: E2, BB and 94. RGB value is (226,187,148). Sum of RGB (Red+Green+Blue) = 226+187+148=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BB94 is #1D446B. Grayscale: #C2C2C2. Windows color (decimal): -1918060 or 9747426. OLE color: 9747426.
HSL color Cylindrical-coordinate representation of color #E2BB94: hue angle of 30º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2BB94 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 187 | 148 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.11 |
| HSL | 30º | 0.57% | 0.73% | - |
| HSV(B) | 30º | 0.35% | 0.89% | - |
| XYZ | 54.48 | 53.85 | 35.54 | - |
| YUV | 194.22 | 101.92 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 148 | 0 | 0.17 | 0.35 | 0.11 | 30 | 0.57 | 0.73 |
| Hex | E2 | BB | 94 | 0 | 11 | 23 | B | 1E | 39 | 49 |
| Octal | 342 | 273 | 224 | 0 | 21 | 43 | 13 | 36 | 71 | 111 |
| Binary | 11100010 | 10111011 | 10010100 | 0 | 10001 | 100011 | 1011 | 11110 | 111001 | 1001001 |
Color Harmonies of #E2BB94
Complementary color
Monochromatic Colors of #E2BB94
Black with #E2BB94
Text Example
Text Example
White with #E2BB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BB94; }
p { color: rgb(226,187,148); }
H1.HeaderClassName
{
color: #E2BB94;
}
.AnyTagClassName
{
color: #E2BB94;
}
</style>
background-color css
<style>
a { background-color: #E2BB94; }
a { background-color: rgb(226,187,148); }
div.DivClassName
{
background-color: #E2BB94;
}
.BgClassName
{
background-color: #E2BB94;
}
</style>
border-color css
<style>
span { border-color: #E2BB94; }
span { border-color: rgb(226,187,148); }
td.TdClassName
{
border-color: #E2BB94;
}
.TagClassName
{
border-color: #E2BB94;
}
</style>