Shades of Pancho #E3C394
Tints of Pancho #E3C394
RGB
CMYK
RGB Variations
Color information
#E3C394 (or 0xE3C394) is known color: Pancho. HEX triplet: E3, C3 and 94. RGB value is (227,195,148). Sum of RGB (Red+Green+Blue) = 227+195+148=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3C394 is #1C3C6B. Grayscale: #C7C7C7. Windows color (decimal): -1850476 or 9749475. OLE color: 9749475.
HSL color Cylindrical-coordinate representation of color #E3C394: hue angle of 35.7º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E3C394 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 195 | 148 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.11 |
| HSL | 35.7º | 0.59% | 0.74% | - |
| HSV(B) | 35.7º | 0.35% | 0.89% | - |
| XYZ | 56.54 | 57.5 | 36.14 | - |
| YUV | 199.21 | 99.1 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 195 | 148 | 0 | 0.14 | 0.35 | 0.11 | 35.7 | 0.59 | 0.74 |
| Hex | E3 | C3 | 94 | 0 | E | 23 | B | 24 | 3B | 4A |
| Octal | 343 | 303 | 224 | 0 | 16 | 43 | 13 | 44 | 73 | 112 |
| Binary | 11100011 | 11000011 | 10010100 | 0 | 1110 | 100011 | 1011 | 100100 | 111011 | 1001010 |
Color Harmonies of #E3C394
Complementary color
Monochromatic Colors of #E3C394
Black with #E3C394
Text Example
Text Example
White with #E3C394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C394; }
p { color: rgb(227,195,148); }
H1.HeaderClassName
{
color: #E3C394;
}
.AnyTagClassName
{
color: #E3C394;
}
</style>
background-color css
<style>
a { background-color: #E3C394; }
a { background-color: rgb(227,195,148); }
div.DivClassName
{
background-color: #E3C394;
}
.BgClassName
{
background-color: #E3C394;
}
</style>
border-color css
<style>
span { border-color: #E3C394; }
span { border-color: rgb(227,195,148); }
td.TdClassName
{
border-color: #E3C394;
}
.TagClassName
{
border-color: #E3C394;
}
</style>