Html Css Color HEX #E5BA9D Pancho

📋 copy color: '#E5BA9D'

red 229 ◦ green 186 ◦ blue 157

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

Shades of Pancho #E5BA9D

Tints of Pancho #E5BA9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.45%

R = 40.03%
G = 32.52%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5BA9D (or 0xE5BA9D) is known color: Pancho. HEX triplet: E5, BA and 9D. RGB value is (229,186,157). Sum of RGB (Red+Green+Blue) = 229+186+157=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 157 (61.72% from 255 or 27.45% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BA9D is #1A4562. Grayscale: #C3C3C3. Windows color (decimal): -1721699 or 10336997. OLE color: 10336997.

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

Color convert

RGB 229 186 157 -
CMYK 0 0.19 0.31 0.10
HSL 24.17º 0.58% 0.76% -
HSV(B) 24.17º 0.31% 0.9% -
XYZ 55.96 54.21 39.41 -
YUV 195.55 106.25 151.86 -
System Red Green Blue C M Y K H S L
Decimal 229 186 157 0 0.19 0.31 0.10 24.17 0.58 0.76
Hex E5 BA 9D 0 13 1F A 18 3A 4C
Octal 345 272 235 0 23 37 12 30 72 114
Binary 11100101 10111010 10011101 0 10011 11111 1010 11000 111010 1001100

Color Harmonies of #E5BA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BA9D

Black with #E5BA9D

Text Example


Text Example

White with #E5BA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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