#E0C096

Color #E0C096 Pancho (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pancho #E0C096

Tints of Pancho #E0C096

Color information

#E0C096 (or 0xE0C096) is unknown color: approx Pancho. HEX triplet: E0, C0 and 96. RGB value is (224,192,150). Sum of RGB (Red+Green+Blue) = 224+192+150=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C096 is #1F3F69. Grayscale: #C4C4C4. Windows color (decimal): -2047850 or 9879776. OLE color: 9879776.

HSL color Cylindrical-coordinate representation of color #E0C096: hue angle of 34.05º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0C096 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB224192150-
CMYK00.140.330.12
HSL34.05º54.41%73.33%-
HSV(B)34.05º33.04%87.84%-
XYZ55.155.7536.71-
YUV196.78101.6147.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 39.58%
GREEN value IS 192 (75.39% from 255) = 33.92%
BLUE value IS 150 (58.98% from 255) = 26.50%
R=39.58%
G=33.92%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419215000.140.330.1234.0554.4173.33
HexE0C0960E21C223649
Octal34030022601641144266111
Binary1110000011000000100101100111010000111001000101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C096; }

 p { color: rgb(224,192,150); }

 H1.HeaderClassName
 {
   color: #E0C096;
 }
 .AnyTagClassName
 {
   color: #E0C096;
 }
</style>
background-color css

<style>
 a { background-color: #E0C096; }

 a { background-color: rgb(224,192,150); }

 div.DivClassName
 {
   background-color: #E0C096;
 }
 .BgClassName
 {
   background-color: #E0C096;
 }
</style>
border-color css

<style>
 span { border-color: #E0C096; }

 span { border-color: rgb(224,192,150); }

 td.TdClassName
 {
   border-color: #E0C096;
 }
 .TagClassName
 {
   border-color: #E0C096;
 }
</style>