#E0B99B

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

Shades of Pancho #E0B99B

Tints of Pancho #E0B99B

Color information

#E0B99B (or 0xE0B99B) is unknown color: approx Pancho. HEX triplet: E0, B9 and 9B. RGB value is (224,185,155). Sum of RGB (Red+Green+Blue) = 224+185+155=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 155 (60.94% from 255 or 27.48% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B99B is #1F4664. Grayscale: #C1C1C1. Windows color (decimal): -2049637 or 10205664. OLE color: 10205664.

HSL color Cylindrical-coordinate representation of color #E0B99B: hue angle of 26.09º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0B99B is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB224185155-
CMYK00.170.310.12
HSL26.09º52.67%74.31%-
HSV(B)26.09º30.8%87.84%-
XYZ54.0152.9138.38-
YUV193.24106.42149.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.72%
GREEN value IS 185 (72.66% from 255) = 32.80%
BLUE value IS 155 (60.94% from 255) = 27.48%
R=39.72%
G=32.80%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418515500.170.310.1226.0952.6774.31
HexE0B99B0111FC1a354a
Octal34027123302137143265112
Binary111000001011100110011011010001111111100110101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B99B; }

 p { color: rgb(224,185,155); }

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

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

 a { background-color: rgb(224,185,155); }

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

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

 span { border-color: rgb(224,185,155); }

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