Shades of Pancho #E2B68C
Tints of Pancho #E2B68C
RGB
CMYK
RGB Variations
Color information
#E2B68C (or 0xE2B68C) is known color: Pancho. HEX triplet: E2, B6 and 8C. RGB value is (226,182,140). Sum of RGB (Red+Green+Blue) = 226+182+140=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B68C is #1D4973. Grayscale: #BEBEBE. Windows color (decimal): -1919348 or 9221858. OLE color: 9221858.
HSL color Cylindrical-coordinate representation of color #E2B68C: hue angle of 29.3º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2B68C is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 182 | 140 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.11 |
| HSL | 29.3º | 0.6% | 0.72% | - |
| HSV(B) | 29.3º | 0.38% | 0.89% | - |
| XYZ | 52.83 | 51.52 | 31.97 | - |
| YUV | 190.37 | 99.58 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 182 | 140 | 0 | 0.19 | 0.38 | 0.11 | 29.3 | 0.6 | 0.72 |
| Hex | E2 | B6 | 8C | 0 | 13 | 26 | B | 1D | 3C | 48 |
| Octal | 342 | 266 | 214 | 0 | 23 | 46 | 13 | 35 | 74 | 110 |
| Binary | 11100010 | 10110110 | 10001100 | 0 | 10011 | 100110 | 1011 | 11101 | 111100 | 1001000 |
Color Harmonies of #E2B68C
Complementary color
Monochromatic Colors of #E2B68C
Black with #E2B68C
Text Example
Text Example
White with #E2B68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B68C; }
p { color: rgb(226,182,140); }
H1.HeaderClassName
{
color: #E2B68C;
}
.AnyTagClassName
{
color: #E2B68C;
}
</style>
background-color css
<style>
a { background-color: #E2B68C; }
a { background-color: rgb(226,182,140); }
div.DivClassName
{
background-color: #E2B68C;
}
.BgClassName
{
background-color: #E2B68C;
}
</style>
border-color css
<style>
span { border-color: #E2B68C; }
span { border-color: rgb(226,182,140); }
td.TdClassName
{
border-color: #E2B68C;
}
.TagClassName
{
border-color: #E2B68C;
}
</style>