#E0B693

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

Shades of Pancho #E0B693

Tints of Pancho #E0B693

Color information

#E0B693 (or 0xE0B693) is unknown color: approx Pancho. HEX triplet: E0, B6 and 93. RGB value is (224,182,147). Sum of RGB (Red+Green+Blue) = 224+182+147=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B693 is #1F496C. Grayscale: #BEBEBE. Windows color (decimal): -2050413 or 9680608. OLE color: 9680608.

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

Color convert

RGB224182147-
CMYK00.190.340.12
HSL27.27º55.4%72.75%-
HSV(B)27.27º34.38%87.84%-
XYZ52.7351.4134.75-
YUV190.57103.41151.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.51%
GREEN value IS 182 (71.48% from 255) = 32.91%
BLUE value IS 147 (57.81% from 255) = 26.58%
R=40.51%
G=32.91%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418214700.190.340.1227.2755.472.75
HexE0B69301322C1b3749
Octal34026622302342143367111
Binary1110000010110110100100110100111000101100110111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B693; }

 p { color: rgb(224,182,147); }

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

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

 a { background-color: rgb(224,182,147); }

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

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

 span { border-color: rgb(224,182,147); }

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