Shades of Pancho #E2C294
Tints of Pancho #E2C294
RGB
CMYK
RGB Variations
Color information
#E2C294 (or 0xE2C294) is known color: Pancho. HEX triplet: E2, C2 and 94. RGB value is (226,194,148). Sum of RGB (Red+Green+Blue) = 226+194+148=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C294 is #1D3D6B. Grayscale: #C6C6C6. Windows color (decimal): -1916268 or 9749218. OLE color: 9749218.
HSL color Cylindrical-coordinate representation of color #E2C294: hue angle of 35.38º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2C294 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 194 | 148 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.11 |
| HSL | 35.38º | 0.57% | 0.73% | - |
| HSV(B) | 35.38º | 0.35% | 0.89% | - |
| XYZ | 56 | 56.89 | 36.05 | - |
| YUV | 198.32 | 99.6 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 194 | 148 | 0 | 0.14 | 0.35 | 0.11 | 35.38 | 0.57 | 0.73 |
| Hex | E2 | C2 | 94 | 0 | E | 23 | B | 23 | 39 | 49 |
| Octal | 342 | 302 | 224 | 0 | 16 | 43 | 13 | 43 | 71 | 111 |
| Binary | 11100010 | 11000010 | 10010100 | 0 | 1110 | 100011 | 1011 | 100011 | 111001 | 1001001 |
Color Harmonies of #E2C294
Complementary color
Monochromatic Colors of #E2C294
Black with #E2C294
Text Example
Text Example
White with #E2C294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C294; }
p { color: rgb(226,194,148); }
H1.HeaderClassName
{
color: #E2C294;
}
.AnyTagClassName
{
color: #E2C294;
}
</style>
background-color css
<style>
a { background-color: #E2C294; }
a { background-color: rgb(226,194,148); }
div.DivClassName
{
background-color: #E2C294;
}
.BgClassName
{
background-color: #E2C294;
}
</style>
border-color css
<style>
span { border-color: #E2C294; }
span { border-color: rgb(226,194,148); }
td.TdClassName
{
border-color: #E2C294;
}
.TagClassName
{
border-color: #E2C294;
}
</style>