Shades of Pancho #E7BE90
Tints of Pancho #E7BE90
RGB
CMYK
RGB Variations
Color information
#E7BE90 (or 0xE7BE90) is known color: Pancho. HEX triplet: E7, BE and 90. RGB value is (231,190,144). Sum of RGB (Red+Green+Blue) = 231+190+144=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BE90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BE90 is #18416F. Grayscale: #C5C5C5. Windows color (decimal): -1589616 or 9486055. OLE color: 9486055.
HSL color Cylindrical-coordinate representation of color #E7BE90: hue angle of 31.72º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E7BE90 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 190 | 144 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.09 |
| HSL | 31.72º | 0.64% | 0.74% | - |
| HSV(B) | 31.72º | 0.38% | 0.91% | - |
| XYZ | 56.4 | 55.83 | 34.19 | - |
| YUV | 197.02 | 98.08 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 190 | 144 | 0 | 0.18 | 0.38 | 0.09 | 31.72 | 0.64 | 0.74 |
| Hex | E7 | BE | 90 | 0 | 12 | 26 | 9 | 20 | 40 | 4A |
| Octal | 347 | 276 | 220 | 0 | 22 | 46 | 11 | 40 | 100 | 112 |
| Binary | 11100111 | 10111110 | 10010000 | 0 | 10010 | 100110 | 1001 | 100000 | 1000000 | 1001010 |
Color Harmonies of #E7BE90
Complementary color
Monochromatic Colors of #E7BE90
Black with #E7BE90
Text Example
Text Example
White with #E7BE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BE90; }
p { color: rgb(231,190,144); }
H1.HeaderClassName
{
color: #E7BE90;
}
.AnyTagClassName
{
color: #E7BE90;
}
</style>
background-color css
<style>
a { background-color: #E7BE90; }
a { background-color: rgb(231,190,144); }
div.DivClassName
{
background-color: #E7BE90;
}
.BgClassName
{
background-color: #E7BE90;
}
</style>
border-color css
<style>
span { border-color: #E7BE90; }
span { border-color: rgb(231,190,144); }
td.TdClassName
{
border-color: #E7BE90;
}
.TagClassName
{
border-color: #E7BE90;
}
</style>