#E0B79E

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

Shades of Pancho #E0B79E

Tints of Pancho #E0B79E

Color information

#E0B79E (or 0xE0B79E) is unknown color: approx Pancho. HEX triplet: E0, B7 and 9E. RGB value is (224,183,158). Sum of RGB (Red+Green+Blue) = 224+183+158=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B79E is #1F4861. Grayscale: #C0C0C0. Windows color (decimal): -2050146 or 10401760. OLE color: 10401760.

HSL color Cylindrical-coordinate representation of color #E0B79E: hue angle of 22.73º degrees, saturation: 0.52, 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 #E0B79E is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB224183158-
CMYK00.180.290.12
HSL22.73º51.56%74.9%-
HSV(B)22.73º29.46%87.84%-
XYZ53.8552.1839.58-
YUV192.41108.58150.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.65%
GREEN value IS 183 (71.88% from 255) = 32.39%
BLUE value IS 158 (62.11% from 255) = 27.96%
R=39.65%
G=32.39%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418315800.180.290.1222.7351.5674.9
HexE0B79E0121DC17344b
Octal34026723602235142764113
Binary111000001011011110011110010010111011100101111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B79E; }

 p { color: rgb(224,183,158); }

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

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

 a { background-color: rgb(224,183,158); }

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

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

 span { border-color: rgb(224,183,158); }

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