Shades of Pancho #E2BB98
Tints of Pancho #E2BB98
RGB
CMYK
RGB Variations
Color information
#E2BB98 (or 0xE2BB98) is known color: Pancho. HEX triplet: E2, BB and 98. RGB value is (226,187,152). Sum of RGB (Red+Green+Blue) = 226+187+152=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BB98 is #1D4467. Grayscale: #C2C2C2. Windows color (decimal): -1918056 or 10009570. OLE color: 10009570.
HSL color Cylindrical-coordinate representation of color #E2BB98: hue angle of 28.38º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2BB98 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 187 | 152 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.11 |
| HSL | 28.38º | 0.56% | 0.74% | - |
| HSV(B) | 28.38º | 0.33% | 0.89% | - |
| XYZ | 54.8 | 53.98 | 37.24 | - |
| YUV | 194.67 | 103.92 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 152 | 0 | 0.17 | 0.33 | 0.11 | 28.38 | 0.56 | 0.74 |
| Hex | E2 | BB | 98 | 0 | 11 | 21 | B | 1C | 38 | 4A |
| Octal | 342 | 273 | 230 | 0 | 21 | 41 | 13 | 34 | 70 | 112 |
| Binary | 11100010 | 10111011 | 10011000 | 0 | 10001 | 100001 | 1011 | 11100 | 111000 | 1001010 |
Color Harmonies of #E2BB98
Complementary color
Monochromatic Colors of #E2BB98
Black with #E2BB98
Text Example
Text Example
White with #E2BB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BB98; }
p { color: rgb(226,187,152); }
H1.HeaderClassName
{
color: #E2BB98;
}
.AnyTagClassName
{
color: #E2BB98;
}
</style>
background-color css
<style>
a { background-color: #E2BB98; }
a { background-color: rgb(226,187,152); }
div.DivClassName
{
background-color: #E2BB98;
}
.BgClassName
{
background-color: #E2BB98;
}
</style>
border-color css
<style>
span { border-color: #E2BB98; }
span { border-color: rgb(226,187,152); }
td.TdClassName
{
border-color: #E2BB98;
}
.TagClassName
{
border-color: #E2BB98;
}
</style>