Shades of Pancho #E0BE91
Tints of Pancho #E0BE91
RGB
CMYK
RGB Variations
Color information
#E0BE91 (or 0xE0BE91) is known color: Pancho. HEX triplet: E0, BE and 91. RGB value is (224,190,145). Sum of RGB (Red+Green+Blue) = 224+190+145=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BE91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BE91 is #1F416E. Grayscale: #C3C3C3. Windows color (decimal): -2048367 or 9551584. OLE color: 9551584.
HSL color Cylindrical-coordinate representation of color #E0BE91: hue angle of 34.18º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E0BE91 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 190 | 145 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.12 |
| HSL | 34.18º | 0.56% | 0.72% | - |
| HSV(B) | 34.18º | 0.35% | 0.88% | - |
| XYZ | 54.26 | 54.72 | 34.49 | - |
| YUV | 195.04 | 99.76 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 145 | 0 | 0.15 | 0.35 | 0.12 | 34.18 | 0.56 | 0.72 |
| Hex | E0 | BE | 91 | 0 | F | 23 | C | 22 | 38 | 48 |
| Octal | 340 | 276 | 221 | 0 | 17 | 43 | 14 | 42 | 70 | 110 |
| Binary | 11100000 | 10111110 | 10010001 | 0 | 1111 | 100011 | 1100 | 100010 | 111000 | 1001000 |
Color Harmonies of #E0BE91
Complementary color
Monochromatic Colors of #E0BE91
Black with #E0BE91
Text Example
Text Example
White with #E0BE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BE91; }
p { color: rgb(224,190,145); }
H1.HeaderClassName
{
color: #E0BE91;
}
.AnyTagClassName
{
color: #E0BE91;
}
</style>
background-color css
<style>
a { background-color: #E0BE91; }
a { background-color: rgb(224,190,145); }
div.DivClassName
{
background-color: #E0BE91;
}
.BgClassName
{
background-color: #E0BE91;
}
</style>
border-color css
<style>
span { border-color: #E0BE91; }
span { border-color: rgb(224,190,145); }
td.TdClassName
{
border-color: #E0BE91;
}
.TagClassName
{
border-color: #E0BE91;
}
</style>