#E0B49B

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

Shades of Pancho #E0B49B

Tints of Pancho #E0B49B

Color information

#E0B49B (or 0xE0B49B) is unknown color: approx Pancho. HEX triplet: E0, B4 and 9B. RGB value is (224,180,155). Sum of RGB (Red+Green+Blue) = 224+180+155=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B49B is #1F4B64. Grayscale: #BEBEBE. Windows color (decimal): -2050917 or 10204384. OLE color: 10204384.

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

Color convert

RGB224180155-
CMYK00.200.310.12
HSL21.74º52.67%74.31%-
HSV(B)21.74º30.8%87.84%-
XYZ52.9850.8638.03-
YUV190.31108.08152.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.07%
GREEN value IS 180 (70.70% from 255) = 32.20%
BLUE value IS 155 (60.94% from 255) = 27.73%
R=40.07%
G=32.20%
B=27.73%

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
Decimal22418015500.200.310.1221.7452.6774.31
HexE0B49B0141FC16354a
Octal34026423302437142665112
Binary111000001011010010011011010100111111100101101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B49B; }

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

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

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

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

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

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

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

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