#E3BD92

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

Shades of Pancho #E3BD92

Tints of Pancho #E3BD92

Color information

#E3BD92 (or 0xE3BD92) is unknown color: approx Pancho. HEX triplet: E3, BD and 92. RGB value is (227,189,146). Sum of RGB (Red+Green+Blue) = 227+189+146=562 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.39% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BD92 is #1C426D. Grayscale: #C3C3C3. Windows color (decimal): -1852014 or 9616867. OLE color: 9616867.

HSL color Cylindrical-coordinate representation of color #E3BD92: hue angle of 31.85º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E3BD92 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB227189146-
CMYK00.170.360.11
HSL31.85º59.12%73.14%-
HSV(B)31.85º35.68%89.02%-
XYZ55.0654.834.87-
YUV195.46100.09150.5-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.39%
GREEN value IS 189 (74.22% from 255) = 33.63%
BLUE value IS 146 (57.42% from 255) = 25.98%
R=40.39%
G=33.63%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718914600.170.360.1131.8559.1273.14
HexE3BD9201124B203b49
Octal34327522202144134073111
Binary11100011101111011001001001000110010010111000001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BD92; }

 p { color: rgb(227,189,146); }

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

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

 a { background-color: rgb(227,189,146); }

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

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

 span { border-color: rgb(227,189,146); }

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