#E0B49A

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

Shades of Pancho #E0B49A

Tints of Pancho #E0B49A

Color information

#E0B49A (or 0xE0B49A) is unknown color: approx Pancho. HEX triplet: E0, B4 and 9A. RGB value is (224,180,154). Sum of RGB (Red+Green+Blue) = 224+180+154=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B49A is #1F4B65. Grayscale: #BEBEBE. Windows color (decimal): -2050918 or 10138848. OLE color: 10138848.

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

Color convert

RGB224180154-
CMYK00.200.310.12
HSL22.29º53.03%74.12%-
HSV(B)22.29º31.25%87.84%-
XYZ52.8950.8237.59-
YUV190.19107.58152.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.14%
GREEN value IS 180 (70.70% from 255) = 32.26%
BLUE value IS 154 (60.55% from 255) = 27.60%
R=40.14%
G=32.26%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418015400.200.310.1222.2953.0374.12
HexE0B49A0141FC16354a
Octal34026423202437142665112
Binary111000001011010010011010010100111111100101101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B49A; }

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

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

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

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

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

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

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

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