#E0B28E

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

Shades of Pancho #E0B28E

Tints of Pancho #E0B28E

Color information

#E0B28E (or 0xE0B28E) is unknown color: approx Pancho. HEX triplet: E0, B2 and 8E. RGB value is (224,178,142). Sum of RGB (Red+Green+Blue) = 224+178+142=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B28E is #1F4D71. Grayscale: #BBBBBB. Windows color (decimal): -2051442 or 9351904. OLE color: 9351904.

HSL color Cylindrical-coordinate representation of color #E0B28E: hue angle of 26.34º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0B28E is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB224178142-
CMYK00.210.370.12
HSL26.34º56.94%71.76%-
HSV(B)26.34º36.61%87.84%-
XYZ51.5449.6432.46-
YUV187.65102.24153.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 178 (69.92% from 255) = 32.72%
BLUE value IS 142 (55.86% from 255) = 26.10%
R=41.18%
G=32.72%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417814200.210.370.1226.3456.9471.76
HexE0B28E01525C1a3948
Octal34026221602545143271110
Binary1110000010110010100011100101011001011100110101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B28E; }

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

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

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

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

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

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

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

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