#E0BC9F

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

Shades of Pancho #E0BC9F

Tints of Pancho #E0BC9F

Color information

#E0BC9F (or 0xE0BC9F) is unknown color: approx Pancho. HEX triplet: E0, BC and 9F. RGB value is (224,188,159). Sum of RGB (Red+Green+Blue) = 224+188+159=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 159 (62.5% from 255 or 27.85% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BC9F is #1F4360. Grayscale: #C3C3C3. Windows color (decimal): -2048865 or 10468576. OLE color: 10468576.

HSL color Cylindrical-coordinate representation of color #E0BC9F: hue angle of 26.77º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0BC9F is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB224188159-
CMYK00.160.290.12
HSL26.77º51.18%75.1%-
HSV(B)26.77º29.02%87.84%-
XYZ54.9854.3240.39-
YUV195.46107.43148.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.23%
GREEN value IS 188 (73.83% from 255) = 32.92%
BLUE value IS 159 (62.5% from 255) = 27.85%
R=39.23%
G=32.92%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418815900.160.290.1226.7751.1875.1
HexE0BC9F0101DC1b334b
Octal34027423702035143363113
Binary111000001011110010011111010000111011100110111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BC9F; }

 p { color: rgb(224,188,159); }

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

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

 a { background-color: rgb(224,188,159); }

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

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

 span { border-color: rgb(224,188,159); }

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