Html Css Color HEX #E1B190 Pancho

📋 copy color: '#E1B190'

red 225 ◦ green 177 ◦ blue 144

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

Shades of Pancho #E1B190

Tints of Pancho #E1B190

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.42%

 BLUE value IS 144 (56.64% from 255) = 26.37%

R = 41.21%
G = 32.42%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1B190 (or 0xE1B190) is known color: Pancho. HEX triplet: E1, B1 and 90. RGB value is (225,177,144). Sum of RGB (Red+Green+Blue) = 225+177+144=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B190 is #1E4E6F. Grayscale: #BBBBBB. Windows color (decimal): -1986160 or 9482721. OLE color: 9482721.

HSL color Cylindrical-coordinate representation of color #E1B190: hue angle of 24.44º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1B190 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 177 144 -
CMYK 0 0.21 0.36 0.12
HSL 24.44º 0.57% 0.72% -
HSV(B) 24.44º 0.36% 0.88% -
XYZ 51.81 49.47 33.2 -
YUV 187.59 103.4 154.68 -
System Red Green Blue C M Y K H S L
Decimal 225 177 144 0 0.21 0.36 0.12 24.44 0.57 0.72
Hex E1 B1 90 0 15 24 C 18 39 48
Octal 341 261 220 0 25 44 14 30 71 110
Binary 11100001 10110001 10010000 0 10101 100100 1100 11000 111001 1001000

Color Harmonies of #E1B190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B190

Black with #E1B190

Text Example


Text Example

White with #E1B190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B190; }

 p { color: rgb(225,177,144); }

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

background-color css

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

 a { background-color: rgb(225,177,144); }

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

border-color css

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

 span { border-color: rgb(225,177,144); }

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