Shades of Pancho #E2BF99
Tints of Pancho #E2BF99
RGB
CMYK
RGB Variations
Color information
#E2BF99 (or 0xE2BF99) is known color: Pancho. HEX triplet: E2, BF and 99. RGB value is (226,191,153). Sum of RGB (Red+Green+Blue) = 226+191+153=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BF99 is #1D4066. Grayscale: #C5C5C5. Windows color (decimal): -1917031 or 10076130. OLE color: 10076130.
HSL color Cylindrical-coordinate representation of color #E2BF99: hue angle of 31.23º 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 #E2BF99 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 153 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.11 |
| HSL | 31.23º | 0.56% | 0.74% | - |
| HSV(B) | 31.23º | 0.32% | 0.89% | - |
| XYZ | 55.74 | 55.73 | 37.96 | - |
| YUV | 197.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 153 | 0 | 0.15 | 0.32 | 0.11 | 31.23 | 0.56 | 0.74 |
| Hex | E2 | BF | 99 | 0 | F | 20 | B | 1F | 38 | 4A |
| Octal | 342 | 277 | 231 | 0 | 17 | 40 | 13 | 37 | 70 | 112 |
| Binary | 11100010 | 10111111 | 10011001 | 0 | 1111 | 100000 | 1011 | 11111 | 111000 | 1001010 |
Color Harmonies of #E2BF99
Complementary color
Monochromatic Colors of #E2BF99
Black with #E2BF99
Text Example
Text Example
White with #E2BF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BF99; }
p { color: rgb(226,191,153); }
H1.HeaderClassName
{
color: #E2BF99;
}
.AnyTagClassName
{
color: #E2BF99;
}
</style>
background-color css
<style>
a { background-color: #E2BF99; }
a { background-color: rgb(226,191,153); }
div.DivClassName
{
background-color: #E2BF99;
}
.BgClassName
{
background-color: #E2BF99;
}
</style>
border-color css
<style>
span { border-color: #E2BF99; }
span { border-color: rgb(226,191,153); }
td.TdClassName
{
border-color: #E2BF99;
}
.TagClassName
{
border-color: #E2BF99;
}
</style>