Shades of Pancho #E3C096
Tints of Pancho #E3C096
RGB
CMYK
RGB Variations
Color information
#E3C096 (or 0xE3C096) is known color: Pancho. HEX triplet: E3, C0 and 96. RGB value is (227,192,150). Sum of RGB (Red+Green+Blue) = 227+192+150=569 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.89% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3C096 is #1C3F69. Grayscale: #C5C5C5. Windows color (decimal): -1851242 or 9879779. OLE color: 9879779.
HSL color Cylindrical-coordinate representation of color #E3C096: hue angle of 32.73º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E3C096 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 192 | 150 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.11 |
| HSL | 32.73º | 0.58% | 0.74% | - |
| HSV(B) | 32.73º | 0.34% | 0.89% | - |
| XYZ | 56.03 | 56.23 | 36.75 | - |
| YUV | 197.68 | 101.1 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 192 | 150 | 0 | 0.15 | 0.34 | 0.11 | 32.73 | 0.58 | 0.74 |
| Hex | E3 | C0 | 96 | 0 | F | 22 | B | 21 | 3A | 4A |
| Octal | 343 | 300 | 226 | 0 | 17 | 42 | 13 | 41 | 72 | 112 |
| Binary | 11100011 | 11000000 | 10010110 | 0 | 1111 | 100010 | 1011 | 100001 | 111010 | 1001010 |
Color Harmonies of #E3C096
Complementary color
Monochromatic Colors of #E3C096
Black with #E3C096
Text Example
Text Example
White with #E3C096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C096; }
p { color: rgb(227,192,150); }
H1.HeaderClassName
{
color: #E3C096;
}
.AnyTagClassName
{
color: #E3C096;
}
</style>
background-color css
<style>
a { background-color: #E3C096; }
a { background-color: rgb(227,192,150); }
div.DivClassName
{
background-color: #E3C096;
}
.BgClassName
{
background-color: #E3C096;
}
</style>
border-color css
<style>
span { border-color: #E3C096; }
span { border-color: rgb(227,192,150); }
td.TdClassName
{
border-color: #E3C096;
}
.TagClassName
{
border-color: #E3C096;
}
</style>