Html Css Color HEX #E5BC9D Pancho

📋 copy color: '#E5BC9D'

red 229 ◦ green 188 ◦ blue 157

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

Shades of Pancho #E5BC9D

Tints of Pancho #E5BC9D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.75%

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

R = 39.9%
G = 32.75%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5BC9D (or 0xE5BC9D) is known color: Pancho. HEX triplet: E5, BC and 9D. RGB value is (229,188,157). Sum of RGB (Red+Green+Blue) = 229+188+157=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BC9D is #1A4362. Grayscale: #C4C4C4. Windows color (decimal): -1721187 or 10337509. OLE color: 10337509.

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

Color convert

RGB 229 188 157 -
CMYK 0 0.18 0.31 0.10
HSL 25.83º 0.58% 0.76% -
HSV(B) 25.83º 0.31% 0.9% -
XYZ 56.38 55.06 39.55 -
YUV 196.73 105.58 151.02 -
System Red Green Blue C M Y K H S L
Decimal 229 188 157 0 0.18 0.31 0.10 25.83 0.58 0.76
Hex E5 BC 9D 0 12 1F A 1A 3A 4C
Octal 345 274 235 0 22 37 12 32 72 114
Binary 11100101 10111100 10011101 0 10010 11111 1010 11010 111010 1001100

Color Harmonies of #E5BC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BC9D

Black with #E5BC9D

Text Example


Text Example

White with #E5BC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BC9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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