#E8B68C

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

Shades of Pancho #E8B68C

Tints of Pancho #E8B68C

Color information

#E8B68C (or 0xE8B68C) is unknown color: approx Pancho. HEX triplet: E8, B6 and 8C. RGB value is (232,182,140). Sum of RGB (Red+Green+Blue) = 232+182+140=554 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.88% from 554); Green value is 182 (71.48% from 255 or 32.85% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8B68C is #174973. Grayscale: #C0C0C0. Windows color (decimal): -1526132 or 9221864. OLE color: 9221864.

HSL color Cylindrical-coordinate representation of color #E8B68C: hue angle of 27.39º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E8B68C is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB232182140-
CMYK00.220.400.09
HSL27.39º66.67%72.94%-
HSV(B)27.39º39.66%90.98%-
XYZ54.7452.5132.06-
YUV192.1698.56156.42-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.88%
GREEN value IS 182 (71.48% from 255) = 32.85%
BLUE value IS 140 (55.08% from 255) = 25.27%
R=41.88%
G=32.85%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218214000.220.400.0927.3966.6772.94
HexE8B68C0162891b4349
Octal350266214026501133103111
Binary11101000101101101000110001011010100010011101110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B68C; }

 p { color: rgb(232,182,140); }

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

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

 a { background-color: rgb(232,182,140); }

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

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

 span { border-color: rgb(232,182,140); }

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