Shades of Pancho #E2B28F
Tints of Pancho #E2B28F
RGB
CMYK
RGB Variations
Color information
#E2B28F (or 0xE2B28F) is known color: Pancho. HEX triplet: E2, B2 and 8F. RGB value is (226,178,143). Sum of RGB (Red+Green+Blue) = 226+178+143=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 143 (56.25% from 255 or 26.14% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B28F is #1D4D70. Grayscale: #BCBCBC. Windows color (decimal): -1920369 or 9417442. OLE color: 9417442.
HSL color Cylindrical-coordinate representation of color #E2B28F: hue angle of 25.3º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E2B28F is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 143 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.11 |
| HSL | 25.3º | 0.59% | 0.72% | - |
| HSV(B) | 25.3º | 0.37% | 0.89% | - |
| XYZ | 52.24 | 49.99 | 32.88 | - |
| YUV | 188.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 143 | 0 | 0.21 | 0.37 | 0.11 | 25.3 | 0.59 | 0.72 |
| Hex | E2 | B2 | 8F | 0 | 15 | 25 | B | 19 | 3B | 48 |
| Octal | 342 | 262 | 217 | 0 | 25 | 45 | 13 | 31 | 73 | 110 |
| Binary | 11100010 | 10110010 | 10001111 | 0 | 10101 | 100101 | 1011 | 11001 | 111011 | 1001000 |
Color Harmonies of #E2B28F
Complementary color
Monochromatic Colors of #E2B28F
Black with #E2B28F
Text Example
Text Example
White with #E2B28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B28F; }
p { color: rgb(226,178,143); }
H1.HeaderClassName
{
color: #E2B28F;
}
.AnyTagClassName
{
color: #E2B28F;
}
</style>
background-color css
<style>
a { background-color: #E2B28F; }
a { background-color: rgb(226,178,143); }
div.DivClassName
{
background-color: #E2B28F;
}
.BgClassName
{
background-color: #E2B28F;
}
</style>
border-color css
<style>
span { border-color: #E2B28F; }
span { border-color: rgb(226,178,143); }
td.TdClassName
{
border-color: #E2B28F;
}
.TagClassName
{
border-color: #E2B28F;
}
</style>