Html Css Color HEX #E5BD9B Pancho

📋 copy color: '#E5BD9B'

red 229 ◦ green 189 ◦ blue 155

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

Shades of Pancho #E5BD9B

Tints of Pancho #E5BD9B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.98%

 BLUE value IS 155 (60.94% from 255) = 27.05%

R = 39.97%
G = 32.98%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E5BD9B (or 0xE5BD9B) is known color: Pancho. HEX triplet: E5, BD and 9B. RGB value is (229,189,155). Sum of RGB (Red+Green+Blue) = 229+189+155=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BD9B is #1A4264. Grayscale: #C5C5C5. Windows color (decimal): -1720933 or 10206693. OLE color: 10206693.

HSL color Cylindrical-coordinate representation of color #E5BD9B: hue angle of 27.57º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5BD9B is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 189 155 -
CMYK 0 0.17 0.32 0.10
HSL 27.57º 0.59% 0.75% -
HSV(B) 27.57º 0.32% 0.9% -
XYZ 56.43 55.42 38.73 -
YUV 197.08 104.25 150.76 -
System Red Green Blue C M Y K H S L
Decimal 229 189 155 0 0.17 0.32 0.10 27.57 0.59 0.75
Hex E5 BD 9B 0 11 20 A 1C 3B 4B
Octal 345 275 233 0 21 40 12 34 73 113
Binary 11100101 10111101 10011011 0 10001 100000 1010 11100 111011 1001011

Color Harmonies of #E5BD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BD9B

Black with #E5BD9B

Text Example


Text Example

White with #E5BD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BD9B; }

 p { color: rgb(229,189,155); }

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

background-color css

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

 a { background-color: rgb(229,189,155); }

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

border-color css

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

 span { border-color: rgb(229,189,155); }

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