#E0BB9A

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

Shades of Pancho #E0BB9A

Tints of Pancho #E0BB9A

Color information

#E0BB9A (or 0xE0BB9A) is unknown color: approx Pancho. HEX triplet: E0, BB and 9A. RGB value is (224,187,154). Sum of RGB (Red+Green+Blue) = 224+187+154=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BB9A is #1F4465. Grayscale: #C2C2C2. Windows color (decimal): -2049126 or 10140640. OLE color: 10140640.

HSL color Cylindrical-coordinate representation of color #E0BB9A: hue angle of 28.29º 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 #E0BB9A is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB224187154-
CMYK00.170.310.12
HSL28.29º53.03%74.12%-
HSV(B)28.29º31.25%87.84%-
XYZ54.3453.7238.08-
YUV194.3105.26149.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.65%
GREEN value IS 187 (73.44% from 255) = 33.10%
BLUE value IS 154 (60.55% from 255) = 27.26%
R=39.65%
G=33.10%
B=27.26%

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
Decimal22418715400.170.310.1228.2953.0374.12
HexE0BB9A0111FC1c354a
Octal34027323202137143465112
Binary111000001011101110011010010001111111100111001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BB9A; }

 p { color: rgb(224,187,154); }

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

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

 a { background-color: rgb(224,187,154); }

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

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

 span { border-color: rgb(224,187,154); }

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