#E3BC99

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

Shades of Pancho #E3BC99

Tints of Pancho #E3BC99

Color information

#E3BC99 (or 0xE3BC99) is unknown color: approx Pancho. HEX triplet: E3, BC and 99. RGB value is (227,188,153). Sum of RGB (Red+Green+Blue) = 227+188+153=568 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.96% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BC99 is #1C4366. Grayscale: #C3C3C3. Windows color (decimal): -1852263 or 10075363. OLE color: 10075363.

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

Color convert

RGB227188153-
CMYK00.170.330.11
HSL28.38º56.92%74.51%-
HSV(B)28.38º32.6%89.02%-
XYZ55.4154.637.75-
YUV195.67103.92150.35-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.96%
GREEN value IS 188 (73.83% from 255) = 33.10%
BLUE value IS 153 (60.16% from 255) = 26.94%
R=39.96%
G=33.10%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718815300.170.330.1128.3856.9274.51
HexE3BC9901121B1c394b
Octal34327423102141133471113
Binary1110001110111100100110010100011000011011111001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BC99; }

 p { color: rgb(227,188,153); }

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

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

 a { background-color: rgb(227,188,153); }

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

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

 span { border-color: rgb(227,188,153); }

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