Shades of Pancho #E2B88C
Tints of Pancho #E2B88C
RGB
CMYK
RGB Variations
Color information
#E2B88C (or 0xE2B88C) is known color: Pancho. HEX triplet: E2, B8 and 8C. RGB value is (226,184,140). Sum of RGB (Red+Green+Blue) = 226+184+140=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 140 (55.08% from 255 or 25.45% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B88C is #1D4773. Grayscale: #BFBFBF. Windows color (decimal): -1918836 or 9222370. OLE color: 9222370.
HSL color Cylindrical-coordinate representation of color #E2B88C: hue angle of 30.7º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2B88C is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 184 | 140 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.11 |
| HSL | 30.7º | 0.6% | 0.72% | - |
| HSV(B) | 30.7º | 0.38% | 0.89% | - |
| XYZ | 53.24 | 52.34 | 32.11 | - |
| YUV | 191.54 | 98.91 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 184 | 140 | 0 | 0.19 | 0.38 | 0.11 | 30.7 | 0.6 | 0.72 |
| Hex | E2 | B8 | 8C | 0 | 13 | 26 | B | 1F | 3C | 48 |
| Octal | 342 | 270 | 214 | 0 | 23 | 46 | 13 | 37 | 74 | 110 |
| Binary | 11100010 | 10111000 | 10001100 | 0 | 10011 | 100110 | 1011 | 11111 | 111100 | 1001000 |
Color Harmonies of #E2B88C
Complementary color
Monochromatic Colors of #E2B88C
Black with #E2B88C
Text Example
Text Example
White with #E2B88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B88C; }
p { color: rgb(226,184,140); }
H1.HeaderClassName
{
color: #E2B88C;
}
.AnyTagClassName
{
color: #E2B88C;
}
</style>
background-color css
<style>
a { background-color: #E2B88C; }
a { background-color: rgb(226,184,140); }
div.DivClassName
{
background-color: #E2B88C;
}
.BgClassName
{
background-color: #E2B88C;
}
</style>
border-color css
<style>
span { border-color: #E2B88C; }
span { border-color: rgb(226,184,140); }
td.TdClassName
{
border-color: #E2B88C;
}
.TagClassName
{
border-color: #E2B88C;
}
</style>