#E0B69C

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

Shades of Pancho #E0B69C

Tints of Pancho #E0B69C

Color information

#E0B69C (or 0xE0B69C) is unknown color: approx Pancho. HEX triplet: E0, B6 and 9C. RGB value is (224,182,156). Sum of RGB (Red+Green+Blue) = 224+182+156=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B69C is #1F4963. Grayscale: #BFBFBF. Windows color (decimal): -2050404 or 10270432. OLE color: 10270432.

HSL color Cylindrical-coordinate representation of color #E0B69C: hue angle of 22.94º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0B69C is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB224182156-
CMYK00.190.300.12
HSL22.94º52.31%74.51%-
HSV(B)22.94º30.36%87.84%-
XYZ53.4751.738.61-
YUV191.59107.91151.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.86%
GREEN value IS 182 (71.48% from 255) = 32.38%
BLUE value IS 156 (61.33% from 255) = 27.76%
R=39.86%
G=32.38%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418215600.190.300.1222.9452.3174.51
HexE0B69C0131EC17344b
Octal34026623402336142764113
Binary111000001011011010011100010011111101100101111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B69C; }

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

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

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

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

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

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

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

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