Shades of Pancho #E0BE8E
Tints of Pancho #E0BE8E
RGB
CMYK
RGB Variations
Color information
#E0BE8E (or 0xE0BE8E) is known color: Pancho. HEX triplet: E0, BE and 8E. RGB value is (224,190,142). Sum of RGB (Red+Green+Blue) = 224+190+142=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 142 (55.86% from 255 or 25.54% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BE8E is #1F4171. Grayscale: #C2C2C2. Windows color (decimal): -2048370 or 9354976. OLE color: 9354976.
HSL color Cylindrical-coordinate representation of color #E0BE8E: hue angle of 35.12º 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 #E0BE8E is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 190 | 142 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.12 |
| HSL | 35.12º | 0.57% | 0.72% | - |
| HSV(B) | 35.12º | 0.37% | 0.88% | - |
| XYZ | 54.04 | 54.63 | 33.29 | - |
| YUV | 194.69 | 98.26 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 142 | 0 | 0.15 | 0.37 | 0.12 | 35.12 | 0.57 | 0.72 |
| Hex | E0 | BE | 8E | 0 | F | 25 | C | 23 | 39 | 48 |
| Octal | 340 | 276 | 216 | 0 | 17 | 45 | 14 | 43 | 71 | 110 |
| Binary | 11100000 | 10111110 | 10001110 | 0 | 1111 | 100101 | 1100 | 100011 | 111001 | 1001000 |
Color Harmonies of #E0BE8E
Complementary color
Monochromatic Colors of #E0BE8E
Black with #E0BE8E
Text Example
Text Example
White with #E0BE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BE8E; }
p { color: rgb(224,190,142); }
H1.HeaderClassName
{
color: #E0BE8E;
}
.AnyTagClassName
{
color: #E0BE8E;
}
</style>
background-color css
<style>
a { background-color: #E0BE8E; }
a { background-color: rgb(224,190,142); }
div.DivClassName
{
background-color: #E0BE8E;
}
.BgClassName
{
background-color: #E0BE8E;
}
</style>
border-color css
<style>
span { border-color: #E0BE8E; }
span { border-color: rgb(224,190,142); }
td.TdClassName
{
border-color: #E0BE8E;
}
.TagClassName
{
border-color: #E0BE8E;
}
</style>