#E0B295

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

Shades of Pancho #E0B295

Tints of Pancho #E0B295

Color information

#E0B295 (or 0xE0B295) is unknown color: approx Pancho. HEX triplet: E0, B2 and 95. RGB value is (224,178,149). Sum of RGB (Red+Green+Blue) = 224+178+149=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B295 is #1F4D6A. Grayscale: #BCBCBC. Windows color (decimal): -2051435 or 9810656. OLE color: 9810656.

HSL color Cylindrical-coordinate representation of color #E0B295: hue angle of 23.2º degrees, saturation: 0.55, 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 #E0B295 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB224178149-
CMYK00.210.330.12
HSL23.2º54.74%73.14%-
HSV(B)23.2º33.48%87.84%-
XYZ52.0949.8635.31-
YUV188.45105.74153.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.65%
GREEN value IS 178 (69.92% from 255) = 32.30%
BLUE value IS 149 (58.59% from 255) = 27.04%
R=40.65%
G=32.30%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417814900.210.330.1223.254.7473.14
HexE0B29501521C173749
Octal34026222502541142767111
Binary1110000010110010100101010101011000011100101111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B295; }

 p { color: rgb(224,178,149); }

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

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

 a { background-color: rgb(224,178,149); }

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

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

 span { border-color: rgb(224,178,149); }

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