#E0B392

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

Shades of Pancho #E0B392

Tints of Pancho #E0B392

Color information

#E0B392 (or 0xE0B392) is unknown color: approx Pancho. HEX triplet: E0, B3 and 92. RGB value is (224,179,146). Sum of RGB (Red+Green+Blue) = 224+179+146=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 179 (70.31% from 255 or 32.60% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B392 is #1F4C6D. Grayscale: #BCBCBC. Windows color (decimal): -2051182 or 9614304. OLE color: 9614304.

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

Color convert

RGB224179146-
CMYK00.200.350.12
HSL25.38º55.71%72.55%-
HSV(B)25.38º34.82%87.84%-
XYZ52.0550.1634.13-
YUV188.69103.91153.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.80%
GREEN value IS 179 (70.31% from 255) = 32.60%
BLUE value IS 146 (57.42% from 255) = 26.59%
R=40.80%
G=32.60%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417914600.200.350.1225.3855.7172.55
HexE0B39201423C193849
Octal34026322202443143170111
Binary1110000010110011100100100101001000111100110011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B392; }

 p { color: rgb(224,179,146); }

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

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

 a { background-color: rgb(224,179,146); }

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

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

 span { border-color: rgb(224,179,146); }

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