Html Css Color HEX #E1B096 Pancho

📋 copy color: '#E1B096'

red 225 ◦ green 176 ◦ blue 150

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

Shades of Pancho #E1B096

Tints of Pancho #E1B096

RGB

 RED value IS 225 (88.28% from 255) = 40.83%

 GREEN value IS 176 (69.14% from 255) = 31.94%

 BLUE value IS 150 (58.98% from 255) = 27.22%

R = 40.83%
G = 31.94%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E1B096 (or 0xE1B096) is known color: Pancho. HEX triplet: E1, B0 and 96. RGB value is (225,176,150). Sum of RGB (Red+Green+Blue) = 225+176+150=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B096 is #1E4F69. Grayscale: #BBBBBB. Windows color (decimal): -1986410 or 9875681. OLE color: 9875681.

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

Color convert

RGB 225 176 150 -
CMYK 0 0.22 0.33 0.12
HSL 20.8º 0.56% 0.74% -
HSV(B) 20.8º 0.33% 0.88% -
XYZ 52.08 49.26 35.62 -
YUV 187.69 106.73 154.61 -
System Red Green Blue C M Y K H S L
Decimal 225 176 150 0 0.22 0.33 0.12 20.8 0.56 0.74
Hex E1 B0 96 0 16 21 C 15 38 4A
Octal 341 260 226 0 26 41 14 25 70 112
Binary 11100001 10110000 10010110 0 10110 100001 1100 10101 111000 1001010

Color Harmonies of #E1B096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B096

Black with #E1B096

Text Example


Text Example

White with #E1B096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B096; }

 p { color: rgb(225,176,150); }

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

background-color css

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

 a { background-color: rgb(225,176,150); }

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

border-color css

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

 span { border-color: rgb(225,176,150); }

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