Shades of Pancho #E1B38E
Tints of Pancho #E1B38E
RGB
CMYK
RGB Variations
Color information
#E1B38E (or 0xE1B38E) is known color: Pancho. HEX triplet: E1, B3 and 8E. RGB value is (225,179,142). Sum of RGB (Red+Green+Blue) = 225+179+142=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B38E is #1E4C71. Grayscale: #BCBCBC. Windows color (decimal): -1985650 or 9352161. OLE color: 9352161.
HSL color Cylindrical-coordinate representation of color #E1B38E: hue angle of 26.75º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1B38E is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 179 | 142 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.12 |
| HSL | 26.75º | 0.58% | 0.72% | - |
| HSV(B) | 26.75º | 0.37% | 0.88% | - |
| XYZ | 52.05 | 50.2 | 32.54 | - |
| YUV | 188.54 | 101.74 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 179 | 142 | 0 | 0.20 | 0.37 | 0.12 | 26.75 | 0.58 | 0.72 |
| Hex | E1 | B3 | 8E | 0 | 14 | 25 | C | 1B | 3A | 48 |
| Octal | 341 | 263 | 216 | 0 | 24 | 45 | 14 | 33 | 72 | 110 |
| Binary | 11100001 | 10110011 | 10001110 | 0 | 10100 | 100101 | 1100 | 11011 | 111010 | 1001000 |
Color Harmonies of #E1B38E
Complementary color
Monochromatic Colors of #E1B38E
Black with #E1B38E
Text Example
Text Example
White with #E1B38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B38E; }
p { color: rgb(225,179,142); }
H1.HeaderClassName
{
color: #E1B38E;
}
.AnyTagClassName
{
color: #E1B38E;
}
</style>
background-color css
<style>
a { background-color: #E1B38E; }
a { background-color: rgb(225,179,142); }
div.DivClassName
{
background-color: #E1B38E;
}
.BgClassName
{
background-color: #E1B38E;
}
</style>
border-color css
<style>
span { border-color: #E1B38E; }
span { border-color: rgb(225,179,142); }
td.TdClassName
{
border-color: #E1B38E;
}
.TagClassName
{
border-color: #E1B38E;
}
</style>