Html Css Color HEX #E5BA94 Pancho

📋 copy color: '#E5BA94'

red 229 ◦ green 186 ◦ blue 148

#E5BA94
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pancho #E5BA94

Tints of Pancho #E5BA94

RGB

 RED value IS 229 (89.84% from 255) = 40.67%

 GREEN value IS 186 (73.05% from 255) = 33.04%

 BLUE value IS 148 (58.2% from 255) = 26.29%

R = 40.67%
G = 33.04%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E5BA94 (or 0xE5BA94) is known color: Pancho. HEX triplet: E5, BA and 94. RGB value is (229,186,148). Sum of RGB (Red+Green+Blue) = 229+186+148=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BA94 is #1A456B. Grayscale: #C2C2C2. Windows color (decimal): -1721708 or 9747173. OLE color: 9747173.

HSL color Cylindrical-coordinate representation of color #E5BA94: hue angle of 28.15º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5BA94 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 186 148 -
CMYK 0 0.19 0.35 0.10
HSL 28.15º 0.61% 0.74% -
HSV(B) 28.15º 0.35% 0.9% -
XYZ 55.22 53.91 35.51 -
YUV 194.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 229 186 148 0 0.19 0.35 0.10 28.15 0.61 0.74
Hex E5 BA 94 0 13 23 A 1C 3D 4A
Octal 345 272 224 0 23 43 12 34 75 112
Binary 11100101 10111010 10010100 0 10011 100011 1010 11100 111101 1001010

Color Harmonies of #E5BA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BA94

Black with #E5BA94

Text Example


Text Example

White with #E5BA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BA94; }

 p { color: rgb(229,186,148); }

 H1.HeaderClassName
 {
   color: #E5BA94;
 }
 .AnyTagClassName
 {
   color: #E5BA94;
 }
</style>

background-color css

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

 a { background-color: rgb(229,186,148); }

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

border-color css

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

 span { border-color: rgb(229,186,148); }

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