#E0B690

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

Shades of Pancho #E0B690

Tints of Pancho #E0B690

Color information

#E0B690 (or 0xE0B690) is unknown color: approx Pancho. HEX triplet: E0, B6 and 90. RGB value is (224,182,144). Sum of RGB (Red+Green+Blue) = 224+182+144=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 182 (71.48% from 255 or 33.09% from 550); Blue value is 144 (56.64% from 255 or 26.18% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B690 is #1F496F. Grayscale: #BEBEBE. Windows color (decimal): -2050416 or 9484000. OLE color: 9484000.

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

Color convert

RGB224182144-
CMYK00.190.360.12
HSL28.5º56.34%72.16%-
HSV(B)28.5º35.71%87.84%-
XYZ52.551.3233.52-
YUV190.23101.91152.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.73%
GREEN value IS 182 (71.48% from 255) = 33.09%
BLUE value IS 144 (56.64% from 255) = 26.18%
R=40.73%
G=33.09%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418214400.190.360.1228.556.3472.16
HexE0B69001324C1d3848
Octal34026622002344143570110
Binary1110000010110110100100000100111001001100111011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B690; }

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

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

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

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

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

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

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

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