Shades of Pancho #E2BE99
Tints of Pancho #E2BE99
RGB
CMYK
RGB Variations
Color information
#E2BE99 (or 0xE2BE99) is known color: Pancho. HEX triplet: E2, BE and 99. RGB value is (226,190,153). Sum of RGB (Red+Green+Blue) = 226+190+153=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BE99 is #1D4166. Grayscale: #C4C4C4. Windows color (decimal): -1917287 or 10075874. OLE color: 10075874.
HSL color Cylindrical-coordinate representation of color #E2BE99: hue angle of 30.41º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2BE99 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 153 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.11 |
| HSL | 30.41º | 0.56% | 0.74% | - |
| HSV(B) | 30.41º | 0.32% | 0.89% | - |
| XYZ | 55.53 | 55.3 | 37.88 | - |
| YUV | 196.55 | 103.43 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 153 | 0 | 0.16 | 0.32 | 0.11 | 30.41 | 0.56 | 0.74 |
| Hex | E2 | BE | 99 | 0 | 10 | 20 | B | 1E | 38 | 4A |
| Octal | 342 | 276 | 231 | 0 | 20 | 40 | 13 | 36 | 70 | 112 |
| Binary | 11100010 | 10111110 | 10011001 | 0 | 10000 | 100000 | 1011 | 11110 | 111000 | 1001010 |
Color Harmonies of #E2BE99
Complementary color
Monochromatic Colors of #E2BE99
Black with #E2BE99
Text Example
Text Example
White with #E2BE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BE99; }
p { color: rgb(226,190,153); }
H1.HeaderClassName
{
color: #E2BE99;
}
.AnyTagClassName
{
color: #E2BE99;
}
</style>
background-color css
<style>
a { background-color: #E2BE99; }
a { background-color: rgb(226,190,153); }
div.DivClassName
{
background-color: #E2BE99;
}
.BgClassName
{
background-color: #E2BE99;
}
</style>
border-color css
<style>
span { border-color: #E2BE99; }
span { border-color: rgb(226,190,153); }
td.TdClassName
{
border-color: #E2BE99;
}
.TagClassName
{
border-color: #E2BE99;
}
</style>