Shades of Pancho #E5BE90
Tints of Pancho #E5BE90
RGB
CMYK
RGB Variations
Color information
#E5BE90 (or 0xE5BE90) is known color: Pancho. HEX triplet: E5, BE and 90. RGB value is (229,190,144). Sum of RGB (Red+Green+Blue) = 229+190+144=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BE90 is #1A416F. Grayscale: #C4C4C4. Windows color (decimal): -1720688 or 9486053. OLE color: 9486053.
HSL color Cylindrical-coordinate representation of color #E5BE90: hue angle of 32.47º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5BE90 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 144 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.10 |
| HSL | 32.47º | 0.62% | 0.73% | - |
| HSV(B) | 32.47º | 0.37% | 0.9% | - |
| XYZ | 55.76 | 55.5 | 34.16 | - |
| YUV | 196.42 | 98.42 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 144 | 0 | 0.17 | 0.37 | 0.10 | 32.47 | 0.62 | 0.73 |
| Hex | E5 | BE | 90 | 0 | 11 | 25 | A | 20 | 3E | 49 |
| Octal | 345 | 276 | 220 | 0 | 21 | 45 | 12 | 40 | 76 | 111 |
| Binary | 11100101 | 10111110 | 10010000 | 0 | 10001 | 100101 | 1010 | 100000 | 111110 | 1001001 |
Color Harmonies of #E5BE90
Complementary color
Monochromatic Colors of #E5BE90
Black with #E5BE90
Text Example
Text Example
White with #E5BE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BE90; }
p { color: rgb(229,190,144); }
H1.HeaderClassName
{
color: #E5BE90;
}
.AnyTagClassName
{
color: #E5BE90;
}
</style>
background-color css
<style>
a { background-color: #E5BE90; }
a { background-color: rgb(229,190,144); }
div.DivClassName
{
background-color: #E5BE90;
}
.BgClassName
{
background-color: #E5BE90;
}
</style>
border-color css
<style>
span { border-color: #E5BE90; }
span { border-color: rgb(229,190,144); }
td.TdClassName
{
border-color: #E5BE90;
}
.TagClassName
{
border-color: #E5BE90;
}
</style>