#e0ba96

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

Shades of Pancho #E0BA96

Tints of Pancho #E0BA96

Color information

#E0BA96 (or 0xE0BA96) is unknown color: approx Pancho. HEX triplet: E0, BA and 96. RGB value is (224,186,150). Sum of RGB (Red+Green+Blue) = 224+186+150=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BA96 is #1F4569. Grayscale: #C1C1C1. Windows color (decimal): -2049386 or 9878240. OLE color: 9878240.

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

Color convert

RGB224186150-
CMYK00.170.330.12
HSL29.19º54.41%73.33%-
HSV(B)29.19º33.04%87.84%-
XYZ53.853.1736.28-
YUV193.26103.59149.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 150 (58.98% from 255) = 26.79%
R=40%
G=33.21%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418615000.170.330.1229.1954.4173.33
HexE0BA9601121C1d3649
Octal34027222602141143566111
Binary1110000010111010100101100100011000011100111011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0ba96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0ba96; }

 p { color: rgb(224,186,150); }

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

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

 a { background-color: rgb(224,186,150); }

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

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

 span { border-color: rgb(224,186,150); }

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