Shades of Pancho #E0B78E
Tints of Pancho #E0B78E
RGB
CMYK
RGB Variations
Color information
#E0B78E (or 0xE0B78E) is known color: Pancho. HEX triplet: E0, B7 and 8E. RGB value is (224,183,142). Sum of RGB (Red+Green+Blue) = 224+183+142=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B78E is #1F4871. Grayscale: #BEBEBE. Windows color (decimal): -2050162 or 9353184. OLE color: 9353184.
HSL color Cylindrical-coordinate representation of color #E0B78E: hue angle of 30º degrees, saturation: 0.57, 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 #E0B78E is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 183 | 142 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.12 |
| HSL | 30º | 0.57% | 0.72% | - |
| HSV(B) | 30º | 0.37% | 0.88% | - |
| XYZ | 52.56 | 51.67 | 32.79 | - |
| YUV | 190.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 183 | 142 | 0 | 0.18 | 0.37 | 0.12 | 30 | 0.57 | 0.72 |
| Hex | E0 | B7 | 8E | 0 | 12 | 25 | C | 1E | 39 | 48 |
| Octal | 340 | 267 | 216 | 0 | 22 | 45 | 14 | 36 | 71 | 110 |
| Binary | 11100000 | 10110111 | 10001110 | 0 | 10010 | 100101 | 1100 | 11110 | 111001 | 1001000 |
Color Harmonies of #E0B78E
Complementary color
Monochromatic Colors of #E0B78E
Black with #E0B78E
Text Example
Text Example
White with #E0B78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B78E; }
p { color: rgb(224,183,142); }
H1.HeaderClassName
{
color: #E0B78E;
}
.AnyTagClassName
{
color: #E0B78E;
}
</style>
background-color css
<style>
a { background-color: #E0B78E; }
a { background-color: rgb(224,183,142); }
div.DivClassName
{
background-color: #E0B78E;
}
.BgClassName
{
background-color: #E0B78E;
}
</style>
border-color css
<style>
span { border-color: #E0B78E; }
span { border-color: rgb(224,183,142); }
td.TdClassName
{
border-color: #E0B78E;
}
.TagClassName
{
border-color: #E0B78E;
}
</style>