Shades of Pancho #E5BE9B
Tints of Pancho #E5BE9B
RGB
CMYK
RGB Variations
Color information
#E5BE9B (or 0xE5BE9B) is known color: Pancho. HEX triplet: E5, BE and 9B. RGB value is (229,190,155). Sum of RGB (Red+Green+Blue) = 229+190+155=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BE9B is #1A4164. Grayscale: #C5C5C5. Windows color (decimal): -1720677 or 10206949. OLE color: 10206949.
HSL color Cylindrical-coordinate representation of color #E5BE9B: hue angle of 28.38º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5BE9B is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 155 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.10 |
| HSL | 28.38º | 0.59% | 0.75% | - |
| HSV(B) | 28.38º | 0.32% | 0.9% | - |
| XYZ | 56.64 | 55.85 | 38.81 | - |
| YUV | 197.67 | 103.92 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 155 | 0 | 0.17 | 0.32 | 0.10 | 28.38 | 0.59 | 0.75 |
| Hex | E5 | BE | 9B | 0 | 11 | 20 | A | 1C | 3B | 4B |
| Octal | 345 | 276 | 233 | 0 | 21 | 40 | 12 | 34 | 73 | 113 |
| Binary | 11100101 | 10111110 | 10011011 | 0 | 10001 | 100000 | 1010 | 11100 | 111011 | 1001011 |
Color Harmonies of #E5BE9B
Complementary color
Monochromatic Colors of #E5BE9B
Black with #E5BE9B
Text Example
Text Example
White with #E5BE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BE9B; }
p { color: rgb(229,190,155); }
H1.HeaderClassName
{
color: #E5BE9B;
}
.AnyTagClassName
{
color: #E5BE9B;
}
</style>
background-color css
<style>
a { background-color: #E5BE9B; }
a { background-color: rgb(229,190,155); }
div.DivClassName
{
background-color: #E5BE9B;
}
.BgClassName
{
background-color: #E5BE9B;
}
</style>
border-color css
<style>
span { border-color: #E5BE9B; }
span { border-color: rgb(229,190,155); }
td.TdClassName
{
border-color: #E5BE9B;
}
.TagClassName
{
border-color: #E5BE9B;
}
</style>